2023-12-08T09:56:35.226 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-08T09:56:35.226 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --archive /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483430 --name yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483430/orig.config.yaml 2023-12-08T09:56:35.262 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T09:56:35.337 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483430 branch: wip-yuri5-testing-2023-12-07-0740-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7483430' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-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-yuri5-testing-2023-12-07-0740-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: 451ceae11b5d4caee05e94372fe658621eefc0b1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2023-12-07-0740-pacific sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1847 sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-07-0740-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 targets: smithi002.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBODc5/8wo23LTVZMpK168cNH+Z78xTRgI8UcPtXUw+aMJiZGsFF/J2M6HJDAmcHZRnsV07OWDpcq8aPMAxil694= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKNkFeDsGPx/N4MNwkvajMG0aAZnkjQbe6l1lEz8AZAXoWISyAslAM/X1xW98mB/NtEd/pLD7jS/gRu5p7KWwk0= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foobucket - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-08_04:25:47 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-08T09:56:35.337 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa; will attempt to use it 2023-12-08T09:56:35.338 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks 2023-12-08T09:56:35.338 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-08T09:56:35.340 INFO:teuthology.task.internal:Checking packages... 2023-12-08T09:56:35.364 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '451ceae11b5d4caee05e94372fe658621eefc0b1' 2023-12-08T09:56:35.364 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-08T09:56:35.365 INFO:teuthology.packaging:ref: None 2023-12-08T09:56:35.365 INFO:teuthology.packaging:tag: None 2023-12-08T09:56:35.365 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T09:56:35.365 INFO:teuthology.packaging:sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T09:56:35.365 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T09:56:35.507 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-365.g451ceae1 2023-12-08T09:56:35.507 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-08T09:56:35.513 INFO:teuthology.task.internal:no buildpackages task found 2023-12-08T09:56:35.513 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-08T09:56:35.519 INFO:teuthology.task.internal:Saving configuration 2023-12-08T09:56:35.534 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-08T09:56:35.540 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T09:56:35.567 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483430', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 09:51:28.497317', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBODc5/8wo23LTVZMpK168cNH+Z78xTRgI8UcPtXUw+aMJiZGsFF/J2M6HJDAmcHZRnsV07OWDpcq8aPMAxil694='} 2023-12-08T09:56:35.589 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483430', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 09:51:28.495375', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKNkFeDsGPx/N4MNwkvajMG0aAZnkjQbe6l1lEz8AZAXoWISyAslAM/X1xW98mB/NtEd/pLD7jS/gRu5p7KWwk0='} 2023-12-08T09:56:35.589 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-08T09:56:35.595 INFO:teuthology.task.internal:roles: ubuntu@smithi002.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-08T09:56:35.596 INFO:teuthology.task.internal:roles: ubuntu@smithi204.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-08T09:56:35.596 INFO:teuthology.run_tasks:Running task console_log... 2023-12-08T09:56:35.674 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4306e4ef70>, signals=[15]) 2023-12-08T09:56:35.675 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-08T09:56:35.681 INFO:teuthology.task.internal:Opening connections... 2023-12-08T09:56:35.681 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi002.front.sepia.ceph.com 2023-12-08T09:56:35.682 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:56:35.754 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2023-12-08T09:56:35.754 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:56:35.821 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-08T09:56:35.828 DEBUG:teuthology.orchestra.run.smithi002:> uname -m 2023-12-08T09:56:35.847 INFO:teuthology.orchestra.run.smithi002.stdout:x86_64 2023-12-08T09:56:35.847 DEBUG:teuthology.orchestra.run.smithi002:> cat /etc/os-release 2023-12-08T09:56:35.904 INFO:teuthology.orchestra.run.smithi002.stdout:NAME="Red Hat Enterprise Linux" 2023-12-08T09:56:35.905 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION="8.4 (Ootpa)" 2023-12-08T09:56:35.905 INFO:teuthology.orchestra.run.smithi002.stdout:ID="rhel" 2023-12-08T09:56:35.905 INFO:teuthology.orchestra.run.smithi002.stdout:ID_LIKE="fedora" 2023-12-08T09:56:35.905 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_ID="8.4" 2023-12-08T09:56:35.905 INFO:teuthology.orchestra.run.smithi002.stdout:PLATFORM_ID="platform:el8" 2023-12-08T09:56:35.905 INFO:teuthology.orchestra.run.smithi002.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-08T09:56:35.905 INFO:teuthology.orchestra.run.smithi002.stdout:ANSI_COLOR="0;31" 2023-12-08T09:56:35.905 INFO:teuthology.orchestra.run.smithi002.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-08T09:56:35.905 INFO:teuthology.orchestra.run.smithi002.stdout:HOME_URL="https://www.redhat.com/" 2023-12-08T09:56:35.905 INFO:teuthology.orchestra.run.smithi002.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-08T09:56:35.905 INFO:teuthology.orchestra.run.smithi002.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T09:56:35.905 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T09:56:35.906 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T09:56:35.906 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-08T09:56:35.906 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-08T09:56:35.906 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-08T09:56:35.906 INFO:teuthology.lock.ops:Updating smithi002.front.sepia.ceph.com on lock server 2023-12-08T09:56:35.930 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2023-12-08T09:56:35.947 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2023-12-08T09:56:35.947 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2023-12-08T09:56:36.006 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="Red Hat Enterprise Linux" 2023-12-08T09:56:36.006 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="8.4 (Ootpa)" 2023-12-08T09:56:36.006 INFO:teuthology.orchestra.run.smithi204.stdout:ID="rhel" 2023-12-08T09:56:36.006 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE="fedora" 2023-12-08T09:56:36.006 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="8.4" 2023-12-08T09:56:36.006 INFO:teuthology.orchestra.run.smithi204.stdout:PLATFORM_ID="platform:el8" 2023-12-08T09:56:36.006 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-08T09:56:36.006 INFO:teuthology.orchestra.run.smithi204.stdout:ANSI_COLOR="0;31" 2023-12-08T09:56:36.007 INFO:teuthology.orchestra.run.smithi204.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-08T09:56:36.007 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://www.redhat.com/" 2023-12-08T09:56:36.007 INFO:teuthology.orchestra.run.smithi204.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-08T09:56:36.007 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T09:56:36.007 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T09:56:36.007 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T09:56:36.007 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-08T09:56:36.007 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-08T09:56:36.007 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-08T09:56:36.007 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2023-12-08T09:56:36.029 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-08T09:56:36.039 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-08T09:56:36.044 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-08T09:56:36.044 DEBUG:teuthology.orchestra.run.smithi002:> test '!' -e /home/ubuntu/cephtest 2023-12-08T09:56:36.046 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2023-12-08T09:56:36.062 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-08T09:56:36.068 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-08T09:56:36.068 DEBUG:teuthology.orchestra.run.smithi002:> test -z $(ls -A /var/lib/ceph) 2023-12-08T09:56:36.104 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2023-12-08T09:56:36.119 INFO:teuthology.orchestra.run.smithi002.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-08T09:56:36.120 INFO:teuthology.orchestra.run.smithi204.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-08T09:56:36.120 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-08T09:56:36.173 INFO:teuthology.run_tasks:Running task kernel... 2023-12-08T09:56:36.192 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-08T09:56:36.193 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-08T09:56:36.193 DEBUG:teuthology.orchestra.run.smithi002:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T09:56:36.193 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T09:56:36.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:56:36.214 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2023-12-08T09:56:36.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:56:36.215 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2023-12-08T09:56:36.269 INFO:teuthology.orchestra.run.smithi204.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-08T09:56:36.270 INFO:teuthology.task.kernel:Running kernel on smithi204: 4.18.0-305.25.1.el8_4.x86_64 2023-12-08T09:56:36.270 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum install -y kernel 2023-12-08T09:56:36.273 INFO:teuthology.orchestra.run.smithi002.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-08T09:56:36.273 INFO:teuthology.task.kernel:Running kernel on smithi002: 4.18.0-305.25.1.el8_4.x86_64 2023-12-08T09:56:36.273 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum install -y kernel 2023-12-08T09:56:37.717 INFO:teuthology.orchestra.run.smithi204.stdout:Updating Subscription Management repositories. 2023-12-08T09:56:37.717 INFO:teuthology.orchestra.run.smithi204.stdout:Unable to read consumer identity 2023-12-08T09:56:37.719 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-08T09:56:37.719 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2023-12-08T09:56:39.069 INFO:teuthology.orchestra.run.smithi002.stdout:Copr repo for python3-asyncssh owned by ceph 33 kB/s | 3.5 kB 00:00 2023-12-08T09:56:39.134 INFO:teuthology.orchestra.run.smithi204.stdout:Copr repo for python3-asyncssh owned by ceph 33 kB/s | 3.5 kB 00:00 2023-12-08T09:56:39.688 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 28 MB/s | 16 MB 00:00 2023-12-08T09:56:39.842 INFO:teuthology.orchestra.run.smithi204.stdout:Extra Packages for Enterprise Linux 23 MB/s | 16 MB 00:00 2023-12-08T09:56:43.187 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 4.9 MB/s | 24 kB 00:00 2023-12-08T09:56:43.261 INFO:teuthology.orchestra.run.smithi204.stdout:lab-extras 5.6 MB/s | 24 kB 00:00 2023-12-08T09:56:43.965 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-08T09:56:43.965 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-08T09:56:43.966 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-08T09:56:44.048 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-08T09:56:44.048 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-08T09:56:44.048 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-08T09:56:44.125 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-12-08T09:56:44.126 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2023-12-08T09:56:44.126 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-12-08T09:56:44.198 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2023-12-08T09:56:44.199 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2023-12-08T09:56:44.199 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2023-12-08T09:56:44.243 DEBUG:teuthology.orchestra.run.smithi002:> echo no | sudo yum reinstall kernel || true 2023-12-08T09:56:44.319 DEBUG:teuthology.orchestra.run.smithi204:> echo no | sudo yum reinstall kernel || true 2023-12-08T09:56:44.607 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-08T09:56:44.608 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2023-12-08T09:56:44.666 INFO:teuthology.orchestra.run.smithi204.stdout:Updating Subscription Management repositories. 2023-12-08T09:56:44.666 INFO:teuthology.orchestra.run.smithi204.stdout:Unable to read consumer identity 2023-12-08T09:56:44.923 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:01 ago on Fri 08 Dec 2023 09:56:43 AM UTC. 2023-12-08T09:56:44.967 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:01 ago on Fri 08 Dec 2023 09:56:43 AM UTC. 2023-12-08T09:56:45.089 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-08T09:56:45.089 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T09:56:45.090 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T09:56:45.114 INFO:teuthology.orchestra.run.smithi002.stderr:Error: No packages marked for reinstall. 2023-12-08T09:56:45.126 INFO:teuthology.orchestra.run.smithi204.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-08T09:56:45.126 INFO:teuthology.orchestra.run.smithi204.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T09:56:45.126 INFO:teuthology.orchestra.run.smithi204.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T09:56:45.152 INFO:teuthology.orchestra.run.smithi204.stderr:Error: No packages marked for reinstall. 2023-12-08T09:56:45.165 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum reinstall -y kernel || true 2023-12-08T09:56:45.202 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum reinstall -y kernel || true 2023-12-08T09:56:45.528 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-08T09:56:45.529 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2023-12-08T09:56:45.546 INFO:teuthology.orchestra.run.smithi204.stdout:Updating Subscription Management repositories. 2023-12-08T09:56:45.547 INFO:teuthology.orchestra.run.smithi204.stdout:Unable to read consumer identity 2023-12-08T09:56:45.841 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:02 ago on Fri 08 Dec 2023 09:56:43 AM UTC. 2023-12-08T09:56:45.845 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:02 ago on Fri 08 Dec 2023 09:56:43 AM UTC. 2023-12-08T09:56:45.981 INFO:teuthology.orchestra.run.smithi204.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-08T09:56:45.981 INFO:teuthology.orchestra.run.smithi204.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T09:56:45.981 INFO:teuthology.orchestra.run.smithi204.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T09:56:45.991 INFO:teuthology.orchestra.run.smithi204.stderr:Error: No packages marked for reinstall. 2023-12-08T09:56:46.021 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-08T09:56:46.022 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T09:56:46.022 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T09:56:46.034 INFO:teuthology.orchestra.run.smithi002.stderr:Error: No packages marked for reinstall. 2023-12-08T09:56:46.048 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:56:46.087 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:56:46.173 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:46.174 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:46.174 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:46.174 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T09:56:46.174 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T09:56:46.174 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-08T09:56:46.174 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T09:56:46.174 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:56:46.217 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:46.218 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:46.218 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:46.218 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T09:56:46.218 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T09:56:46.218 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-08T09:56:46.218 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi002.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T09:56:46.218 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:56:46.299 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:46.299 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:46.300 DEBUG:teuthology.orchestra.run.smithi204:> sudo rpm -qi grub2-tools 2023-12-08T09:56:46.326 INFO:teuthology.orchestra.run.smithi204.stdout:Name : grub2-tools 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:Epoch : 1 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:Version : 2.02 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:Release : 99.el8_4.1 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: x86_64 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:Group : System Environment/Base 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:Size : 9264631 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:License : GPLv3+ 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:Relocations : (not relocatable) 2023-12-08T09:56:46.327 INFO:teuthology.orchestra.run.smithi204.stdout:Packager : Red Hat, Inc. 2023-12-08T09:56:46.328 INFO:teuthology.orchestra.run.smithi204.stdout:Vendor : Red Hat, Inc. 2023-12-08T09:56:46.328 INFO:teuthology.orchestra.run.smithi204.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T09:56:46.328 INFO:teuthology.orchestra.run.smithi204.stdout:Summary : Support tools for GRUB. 2023-12-08T09:56:46.328 INFO:teuthology.orchestra.run.smithi204.stdout:Description : 2023-12-08T09:56:46.328 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T09:56:46.328 INFO:teuthology.orchestra.run.smithi204.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T09:56:46.328 INFO:teuthology.orchestra.run.smithi204.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T09:56:46.328 INFO:teuthology.orchestra.run.smithi204.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T09:56:46.328 INFO:teuthology.orchestra.run.smithi204.stdout:hardware devices. 2023-12-08T09:56:46.328 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T09:56:46.328 INFO:teuthology.orchestra.run.smithi204.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T09:56:46.329 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T09:56:46.329 INFO:teuthology.task.kernel:Updating grub on smithi204 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:46.329 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T09:56:46.348 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:46.348 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:46.349 DEBUG:teuthology.orchestra.run.smithi002:> sudo rpm -qi grub2-tools 2023-12-08T09:56:46.377 INFO:teuthology.orchestra.run.smithi002.stdout:Name : grub2-tools 2023-12-08T09:56:46.377 INFO:teuthology.orchestra.run.smithi002.stdout:Epoch : 1 2023-12-08T09:56:46.377 INFO:teuthology.orchestra.run.smithi002.stdout:Version : 2.02 2023-12-08T09:56:46.377 INFO:teuthology.orchestra.run.smithi002.stdout:Release : 99.el8_4.1 2023-12-08T09:56:46.377 INFO:teuthology.orchestra.run.smithi002.stdout:Architecture: x86_64 2023-12-08T09:56:46.377 INFO:teuthology.orchestra.run.smithi002.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-08T09:56:46.377 INFO:teuthology.orchestra.run.smithi002.stdout:Group : System Environment/Base 2023-12-08T09:56:46.377 INFO:teuthology.orchestra.run.smithi002.stdout:Size : 9264631 2023-12-08T09:56:46.377 INFO:teuthology.orchestra.run.smithi002.stdout:License : GPLv3+ 2023-12-08T09:56:46.377 INFO:teuthology.orchestra.run.smithi002.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-08T09:56:46.377 INFO:teuthology.orchestra.run.smithi002.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-08T09:56:46.377 INFO:teuthology.orchestra.run.smithi002.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-08T09:56:46.377 INFO:teuthology.orchestra.run.smithi002.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-08T09:56:46.378 INFO:teuthology.orchestra.run.smithi002.stdout:Relocations : (not relocatable) 2023-12-08T09:56:46.378 INFO:teuthology.orchestra.run.smithi002.stdout:Packager : Red Hat, Inc. 2023-12-08T09:56:46.378 INFO:teuthology.orchestra.run.smithi002.stdout:Vendor : Red Hat, Inc. 2023-12-08T09:56:46.378 INFO:teuthology.orchestra.run.smithi002.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T09:56:46.378 INFO:teuthology.orchestra.run.smithi002.stdout:Summary : Support tools for GRUB. 2023-12-08T09:56:46.378 INFO:teuthology.orchestra.run.smithi002.stdout:Description : 2023-12-08T09:56:46.378 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T09:56:46.378 INFO:teuthology.orchestra.run.smithi002.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T09:56:46.378 INFO:teuthology.orchestra.run.smithi002.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T09:56:46.378 INFO:teuthology.orchestra.run.smithi002.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T09:56:46.378 INFO:teuthology.orchestra.run.smithi002.stdout:hardware devices. 2023-12-08T09:56:46.378 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T09:56:46.378 INFO:teuthology.orchestra.run.smithi002.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T09:56:46.379 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T09:56:46.379 INFO:teuthology.task.kernel:Updating grub on smithi002 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:46.379 DEBUG:teuthology.orchestra.run.smithi002:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T09:56:47.567 INFO:teuthology.orchestra.run.smithi002.stderr:Generating grub configuration file ... 2023-12-08T09:56:47.751 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2023-12-08T09:56:49.335 INFO:teuthology.orchestra.run.smithi002.stderr:done 2023-12-08T09:56:49.336 DEBUG:teuthology.orchestra.run.smithi002:> mktemp 2023-12-08T09:56:49.350 INFO:teuthology.orchestra.run.smithi002.stdout:/tmp/tmp.VnlzGMVFMX 2023-12-08T09:56:49.351 DEBUG:teuthology.orchestra.run.smithi002:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.VnlzGMVFMX 2023-12-08T09:56:49.418 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 0666 /tmp/tmp.VnlzGMVFMX 2023-12-08T09:56:49.572 DEBUG:teuthology.orchestra.remote:smithi002:/tmp/tmp.VnlzGMVFMX is 6KB 2023-12-08T09:56:49.621 DEBUG:teuthology.orchestra.run.smithi002:> rm -fr /tmp/tmp.VnlzGMVFMX 2023-12-08T09:56:49.635 DEBUG:teuthology.orchestra.run.smithi002:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T09:56:49.648 INFO:teuthology.orchestra.run.smithi204.stderr:done 2023-12-08T09:56:49.649 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2023-12-08T09:56:49.672 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.IIcD7omn8B 2023-12-08T09:56:49.673 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.IIcD7omn8B 2023-12-08T09:56:49.698 INFO:teuthology.orchestra.run.smithi002.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-08T09:56:49.698 INFO:teuthology.orchestra.run.smithi002.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-08T09:56:49.698 INFO:teuthology.orchestra.run.smithi002.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-08T09:56:49.698 INFO:teuthology.orchestra.run.smithi002.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-08T09:56:49.699 DEBUG:teuthology.orchestra.run.smithi002:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:49.743 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.IIcD7omn8B 2023-12-08T09:56:49.900 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.IIcD7omn8B is 6KB 2023-12-08T09:56:49.902 DEBUG:teuthology.orchestra.run.smithi002:> sudo shutdown -r now 2023-12-08T09:56:49.951 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.IIcD7omn8B 2023-12-08T09:56:49.967 DEBUG:teuthology.orchestra.run.smithi204:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T09:56:50.034 INFO:teuthology.orchestra.run.smithi204.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-08T09:56:50.034 INFO:teuthology.orchestra.run.smithi204.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-08T09:56:50.034 INFO:teuthology.orchestra.run.smithi204.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-08T09:56:50.034 INFO:teuthology.orchestra.run.smithi204.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-08T09:56:50.035 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-08T09:56:50.211 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2023-12-08T09:57:19.934 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-08T09:57:19.935 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-08T09:57:19.935 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:57:20.214 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-08T09:57:20.215 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2023-12-08T09:57:20.215 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:57:38.281 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2023-12-08T09:57:38.534 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2023-12-08T09:57:47.290 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-08T09:57:47.291 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:57:47.535 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2023-12-08T09:57:47.535 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:57:50.594 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2023-12-08T09:58:02.695 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2023-12-08T09:58:02.696 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:58:21.030 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2023-12-08T09:58:36.046 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2023-12-08T09:58:36.047 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:58:36.671 DEBUG:teuthology.orchestra.run.smithi204:> true 2023-12-08T09:58:37.036 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2023-12-08T09:58:37.037 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-08T09:58:37.037 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2023-12-08T09:58:37.052 INFO:teuthology.orchestra.run.smithi204.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-08T09:58:37.052 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:58:37.052 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T09:58:37.052 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-08T09:58:38.053 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-08T09:58:38.054 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T09:58:38.169 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2023-12-08T09:58:38.180 DEBUG:teuthology.parallel:result is None 2023-12-08T09:58:47.293 DEBUG:teuthology.orchestra.remote:timed out 2023-12-08T09:58:59.294 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-08T09:58:59.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:58:59.570 DEBUG:teuthology.orchestra.run.smithi002:> true 2023-12-08T09:58:59.822 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-08T09:58:59.822 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-08T09:58:59.822 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2023-12-08T09:58:59.879 INFO:teuthology.orchestra.run.smithi002.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-08T09:58:59.880 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-08T09:58:59.880 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T09:58:59.880 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-08T09:59:00.881 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-08T09:59:00.881 DEBUG:teuthology.orchestra.run.smithi002:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T09:59:00.976 INFO:teuthology.orchestra.run.smithi002.stdout:ttyS1 2023-12-08T09:59:00.990 DEBUG:teuthology.parallel:result is None 2023-12-08T09:59:00.990 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-08T09:59:00.998 INFO:teuthology.task.internal:Creating test directory... 2023-12-08T09:59:00.999 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T09:59:01.001 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T09:59:01.021 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-08T09:59:01.028 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-08T09:59:01.038 INFO:teuthology.task.internal:Creating archive directory... 2023-12-08T09:59:01.040 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T09:59:01.059 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T09:59:01.089 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-08T09:59:01.098 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-08T09:59:01.098 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-08T09:59:01.124 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-08T09:59:01.169 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:59:01.171 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:59:01.181 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:59:01.184 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:59:01.186 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-08T09:59:01.193 INFO:teuthology.task.internal:Configuring sudo... 2023-12-08T09:59:01.193 DEBUG:teuthology.orchestra.run.smithi002:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T09:59:01.196 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T09:59:01.223 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-08T09:59:01.232 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-08T09:59:01.232 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T09:59:01.265 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T09:59:01.281 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:59:01.365 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:59:01.408 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:59:01.493 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:59:01.535 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T09:59:01.535 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T09:59:01.602 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:59:01.644 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:59:01.684 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:59:01.766 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:59:01.804 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-08T09:59:01.804 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T09:59:01.869 DEBUG:teuthology.orchestra.run.smithi002:> sudo service rsyslog restart 2023-12-08T09:59:01.871 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2023-12-08T09:59:01.919 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T09:59:01.975 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T09:59:02.331 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-08T09:59:02.339 INFO:teuthology.task.internal:Starting timer... 2023-12-08T09:59:02.339 INFO:teuthology.run_tasks:Running task pcp... 2023-12-08T09:59:02.353 INFO:teuthology.run_tasks:Running task selinux... 2023-12-08T09:59:02.363 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-08T09:59:02.363 DEBUG:teuthology.orchestra.run.smithi002:> sudo service auditd rotate 2023-12-08T09:59:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:Rotating logs: [ OK ] 2023-12-08T09:59:02.426 DEBUG:teuthology.orchestra.run.smithi204:> sudo service auditd rotate 2023-12-08T09:59:02.495 INFO:teuthology.orchestra.run.smithi204.stdout:Rotating logs: [ OK ] 2023-12-08T09:59:02.496 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-08T09:59:02.496 DEBUG:teuthology.orchestra.run.smithi002:> /usr/sbin/getenforce 2023-12-08T09:59:02.521 INFO:teuthology.orchestra.run.smithi002.stdout:Permissive 2023-12-08T09:59:02.521 DEBUG:teuthology.orchestra.run.smithi204:> /usr/sbin/getenforce 2023-12-08T09:59:02.540 INFO:teuthology.orchestra.run.smithi204.stdout:Permissive 2023-12-08T09:59:02.541 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi002.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi204.front.sepia.ceph.com': 'permissive'} 2023-12-08T09:59:02.541 DEBUG:teuthology.orchestra.run.smithi002:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-08T09:59:02.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:59:02.587 DEBUG:teuthology.orchestra.run.smithi204:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-08T09:59:02.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:59:02.614 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-08T09:59:02.614 DEBUG:teuthology.orchestra.run.smithi002:> sudo /usr/sbin/setenforce permissive 2023-12-08T09:59:02.655 DEBUG:teuthology.orchestra.run.smithi204:> sudo /usr/sbin/setenforce permissive 2023-12-08T09:59:02.680 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-08T09:59:02.691 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-08T09:59:02.698 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-08T09:59:02.836 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-08T09:59:02.855 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-08T09:59:02.856 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi002.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-08T10:07:35.668 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi002.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2023-12-08T10:07:35.669 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-08T10:07:35.670 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:07:35.743 DEBUG:teuthology.orchestra.run.smithi002:> true 2023-12-08T10:07:35.768 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-08T10:07:35.768 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2023-12-08T10:07:35.769 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:07:35.837 DEBUG:teuthology.orchestra.run.smithi204:> true 2023-12-08T10:07:35.903 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2023-12-08T10:07:35.903 INFO:teuthology.run_tasks:Running task clock... 2023-12-08T10:07:35.913 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-08T10:07:35.914 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T10:07:35.914 DEBUG:teuthology.orchestra.run.smithi002:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T10:07:35.916 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T10:07:35.917 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T10:07:35.946 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T10:07:35.961 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T10:07:35.972 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T10:07:35.987 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T10:07:36.001 INFO:teuthology.orchestra.run.smithi002.stderr:sudo: ntpd: command not found 2023-12-08T10:07:36.012 INFO:teuthology.orchestra.run.smithi002.stdout:506 Cannot talk to daemon 2023-12-08T10:07:36.027 INFO:teuthology.orchestra.run.smithi204.stderr:sudo: ntpd: command not found 2023-12-08T10:07:36.027 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T10:07:36.036 INFO:teuthology.orchestra.run.smithi204.stdout:506 Cannot talk to daemon 2023-12-08T10:07:36.041 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T10:07:36.050 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T10:07:36.064 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T10:07:36.105 INFO:teuthology.orchestra.run.smithi002.stderr:bash: ntpq: command not found 2023-12-08T10:07:36.107 INFO:teuthology.orchestra.run.smithi002.stdout:210 Number of sources = 4 2023-12-08T10:07:36.108 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T10:07:36.108 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2023-12-08T10:07:36.108 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:07:36.108 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:07:36.108 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:07:36.108 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:07:36.130 INFO:teuthology.orchestra.run.smithi204.stderr:bash: ntpq: command not found 2023-12-08T10:07:36.132 INFO:teuthology.orchestra.run.smithi204.stdout:210 Number of sources = 4 2023-12-08T10:07:36.132 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T10:07:36.132 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2023-12-08T10:07:36.132 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:07:36.132 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:07:36.133 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:07:36.133 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:07:36.134 INFO:teuthology.run_tasks:Running task pexec... 2023-12-08T10:07:36.143 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-08T10:07:36.144 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi002.front.sepia.ceph.com 2023-12-08T10:07:36.144 DEBUG:teuthology.orchestra.run.smithi002:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T10:07:36.144 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi204.front.sepia.ceph.com 2023-12-08T10:07:36.144 DEBUG:teuthology.orchestra.run.smithi204:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T10:07:36.564 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-08T10:07:36.568 INFO:teuthology.orchestra.run.smithi204.stdout:Updating Subscription Management repositories. 2023-12-08T10:07:37.541 INFO:teuthology.orchestra.run.smithi204.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 167 kB/s | 4.5 kB 00:00 2023-12-08T10:07:37.585 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 140 kB/s | 4.1 kB 00:00 2023-12-08T10:07:37.731 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 152 kB/s | 4.5 kB 00:00 2023-12-08T10:07:37.753 INFO:teuthology.orchestra.run.smithi204.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 154 kB/s | 4.1 kB 00:00 2023-12-08T10:07:39.922 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2023-12-08T10:07:39.923 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2023-12-08T10:07:39.923 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2023-12-08T10:07:39.923 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2023-12-08T10:07:39.923 INFO:teuthology.orchestra.run.smithi204.stdout:Resetting modules: 2023-12-08T10:07:39.923 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools 2023-12-08T10:07:39.923 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T10:07:39.923 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2023-12-08T10:07:39.923 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2023-12-08T10:07:39.924 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T10:07:39.968 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-12-08T10:07:39.969 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-12-08T10:07:39.969 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2023-12-08T10:07:39.969 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-12-08T10:07:39.969 INFO:teuthology.orchestra.run.smithi002.stdout:Resetting modules: 2023-12-08T10:07:39.969 INFO:teuthology.orchestra.run.smithi002.stdout: container-tools 2023-12-08T10:07:39.969 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:07:39.969 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-12-08T10:07:39.969 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-12-08T10:07:39.969 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:07:42.854 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2023-12-08T10:07:43.023 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-12-08T10:07:43.303 INFO:teuthology.orchestra.run.smithi204.stdout:Updating Subscription Management repositories. 2023-12-08T10:07:43.486 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-08T10:07:44.530 INFO:teuthology.orchestra.run.smithi204.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 120 kB/s | 4.5 kB 00:00 2023-12-08T10:07:44.745 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 100 kB/s | 4.1 kB 00:00 2023-12-08T10:07:44.753 INFO:teuthology.orchestra.run.smithi204.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 109 kB/s | 4.1 kB 00:00 2023-12-08T10:07:44.902 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 114 kB/s | 4.5 kB 00:00 2023-12-08T10:07:46.914 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2023-12-08T10:07:46.963 INFO:teuthology.orchestra.run.smithi204.stdout:========================================================================================================= 2023-12-08T10:07:46.963 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2023-12-08T10:07:46.963 INFO:teuthology.orchestra.run.smithi204.stdout:========================================================================================================= 2023-12-08T10:07:46.963 INFO:teuthology.orchestra.run.smithi204.stdout:Installing group/module packages: 2023-12-08T10:07:46.963 INFO:teuthology.orchestra.run.smithi204.stdout: buildah x86_64 1.21.4-2.module+el8.4.0+12050+ef972f71 rhel-8-for-x86_64-appstream-rpms 8.2 M 2023-12-08T10:07:46.963 INFO:teuthology.orchestra.run.smithi204.stdout: cockpit-podman noarch 32-2.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 410 k 2023-12-08T10:07:46.963 INFO:teuthology.orchestra.run.smithi204.stdout: crun x86_64 0.20.1-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 192 k 2023-12-08T10:07:46.963 INFO:teuthology.orchestra.run.smithi204.stdout: skopeo x86_64 1:1.3.1-5.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-08T10:07:46.963 INFO:teuthology.orchestra.run.smithi204.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 16 k 2023-12-08T10:07:46.963 INFO:teuthology.orchestra.run.smithi204.stdout: udica noarch 0.2.4-2.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-08T10:07:46.963 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2023-12-08T10:07:46.963 INFO:teuthology.orchestra.run.smithi204.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-08T10:07:46.964 INFO:teuthology.orchestra.run.smithi204.stdout:Installing module profiles: 2023-12-08T10:07:46.964 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools/common 2023-12-08T10:07:46.964 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T10:07:46.964 INFO:teuthology.orchestra.run.smithi204.stdout:Enabling module streams: 2023-12-08T10:07:46.964 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools rhel8 2023-12-08T10:07:46.964 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T10:07:46.964 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2023-12-08T10:07:46.964 INFO:teuthology.orchestra.run.smithi204.stdout:========================================================================================================= 2023-12-08T10:07:46.964 INFO:teuthology.orchestra.run.smithi204.stdout:Install 7 Packages 2023-12-08T10:07:46.964 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T10:07:46.965 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 16 M 2023-12-08T10:07:46.965 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 57 M 2023-12-08T10:07:46.965 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2023-12-08T10:07:47.011 INFO:teuthology.orchestra.run.smithi204.stdout:(1/7): yajl-2.1.0-10.el8.x86_64.rpm 882 kB/s | 41 kB 00:00 2023-12-08T10:07:47.022 INFO:teuthology.orchestra.run.smithi204.stdout:(2/7): crun-0.20.1-1.module+el8.4.0+11822+6cc1e 3.3 MB/s | 192 kB 00:00 2023-12-08T10:07:47.025 INFO:teuthology.orchestra.run.smithi204.stdout:(3/7): cockpit-podman-32-2.module+el8.4.0+11990 6.7 MB/s | 410 kB 00:00 2023-12-08T10:07:47.034 INFO:teuthology.orchestra.run.smithi204.stdout:(4/7): toolbox-0.0.8-1.module+el8.4.0+11822+6cc 688 kB/s | 16 kB 00:00 2023-12-08T10:07:47.059 INFO:teuthology.orchestra.run.smithi204.stdout:(5/7): udica-0.2.4-2.module+el8.4.0+11822+6cc1e 2.0 MB/s | 51 kB 00:00 2023-12-08T10:07:47.126 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-12-08T10:07:47.135 INFO:teuthology.orchestra.run.smithi204.stdout:(6/7): skopeo-1.3.1-5.module+el8.4.0+11990+2293 62 MB/s | 7.0 MB 00:00 2023-12-08T10:07:47.165 INFO:teuthology.orchestra.run.smithi204.stdout:(7/7): buildah-1.21.4-2.module+el8.4.0+12050+ef 59 MB/s | 8.2 MB 00:00 2023-12-08T10:07:47.165 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2023-12-08T10:07:47.165 INFO:teuthology.orchestra.run.smithi204.stdout:Total 79 MB/s | 16 MB 00:00 2023-12-08T10:07:47.171 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2023-12-08T10:07:47.178 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================================= 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================================= 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout:Installing group/module packages: 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout: buildah x86_64 1.21.4-2.module+el8.4.0+12050+ef972f71 rhel-8-for-x86_64-appstream-rpms 8.2 M 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout: cockpit-podman noarch 32-2.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 410 k 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout: crun x86_64 0.20.1-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 192 k 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout: skopeo x86_64 1:1.3.1-5.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 16 k 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout: udica noarch 0.2.4-2.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout:Installing module profiles: 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout: container-tools/common 2023-12-08T10:07:47.179 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:07:47.180 INFO:teuthology.orchestra.run.smithi002.stdout:Enabling module streams: 2023-12-08T10:07:47.180 INFO:teuthology.orchestra.run.smithi002.stdout: container-tools rhel8 2023-12-08T10:07:47.180 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:07:47.180 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-12-08T10:07:47.180 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================================= 2023-12-08T10:07:47.180 INFO:teuthology.orchestra.run.smithi002.stdout:Install 7 Packages 2023-12-08T10:07:47.180 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:07:47.180 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 16 M 2023-12-08T10:07:47.181 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 57 M 2023-12-08T10:07:47.181 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-12-08T10:07:47.188 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2023-12-08T10:07:47.188 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2023-12-08T10:07:47.228 INFO:teuthology.orchestra.run.smithi002.stdout:(1/7): yajl-2.1.0-10.el8.x86_64.rpm 868 kB/s | 41 kB 00:00 2023-12-08T10:07:47.232 INFO:teuthology.orchestra.run.smithi002.stdout:(2/7): crun-0.20.1-1.module+el8.4.0+11822+6cc1e 3.7 MB/s | 192 kB 00:00 2023-12-08T10:07:47.250 INFO:teuthology.orchestra.run.smithi002.stdout:(3/7): toolbox-0.0.8-1.module+el8.4.0+11822+6cc 731 kB/s | 16 kB 00:00 2023-12-08T10:07:47.255 INFO:teuthology.orchestra.run.smithi002.stdout:(4/7): cockpit-podman-32-2.module+el8.4.0+11990 5.4 MB/s | 410 kB 00:00 2023-12-08T10:07:47.283 INFO:teuthology.orchestra.run.smithi002.stdout:(5/7): udica-0.2.4-2.module+el8.4.0+11822+6cc1e 1.7 MB/s | 51 kB 00:00 2023-12-08T10:07:47.362 INFO:teuthology.orchestra.run.smithi002.stdout:(6/7): skopeo-1.3.1-5.module+el8.4.0+11990+2293 54 MB/s | 7.0 MB 00:00 2023-12-08T10:07:47.394 INFO:teuthology.orchestra.run.smithi002.stdout:(7/7): buildah-1.21.4-2.module+el8.4.0+12050+ef 57 MB/s | 8.2 MB 00:00 2023-12-08T10:07:47.395 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-12-08T10:07:47.395 INFO:teuthology.orchestra.run.smithi002.stdout:Total 74 MB/s | 16 MB 00:00 2023-12-08T10:07:47.402 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-12-08T10:07:47.420 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-12-08T10:07:47.420 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-12-08T10:07:47.744 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2023-12-08T10:07:47.748 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2023-12-08T10:07:47.999 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-12-08T10:07:48.004 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-12-08T10:07:48.180 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2023-12-08T10:07:48.415 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : yajl-2.1.0-10.el8.x86_64 1/7 2023-12-08T10:07:48.424 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-12-08T10:07:48.596 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : yajl-2.1.0-10.el8.x86_64 1/7 2023-12-08T10:07:48.623 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-12-08T10:07:48.807 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-12-08T10:07:49.537 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 3/7 2023-12-08T10:07:49.734 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 3/7 2023-12-08T10:07:50.373 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 4/7 2023-12-08T10:07:50.557 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-12-08T10:07:50.668 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 4/7 2023-12-08T10:07:50.731 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 6/7 2023-12-08T10:07:50.839 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-12-08T10:07:50.886 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-12-08T10:07:50.987 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 6/7 2023-12-08T10:07:51.169 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-12-08T10:07:51.176 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-12-08T10:07:51.176 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 1/7 2023-12-08T10:07:51.177 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-12-08T10:07:51.177 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 3/7 2023-12-08T10:07:51.177 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 4/7 2023-12-08T10:07:51.177 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-12-08T10:07:51.177 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 6/7 2023-12-08T10:07:51.442 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-12-08T10:07:51.442 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 1/7 2023-12-08T10:07:51.442 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-12-08T10:07:51.442 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 3/7 2023-12-08T10:07:51.442 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 4/7 2023-12-08T10:07:51.442 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-12-08T10:07:51.442 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 6/7 2023-12-08T10:07:54.683 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 7/7 2023-12-08T10:07:54.683 INFO:teuthology.orchestra.run.smithi204.stdout:Installed products updated. 2023-12-08T10:07:54.790 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T10:07:54.790 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2023-12-08T10:07:54.790 INFO:teuthology.orchestra.run.smithi204.stdout: buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_64 2023-12-08T10:07:54.790 INFO:teuthology.orchestra.run.smithi204.stdout: cockpit-podman-32-2.module+el8.4.0+11990+22932769.noarch 2023-12-08T10:07:54.790 INFO:teuthology.orchestra.run.smithi204.stdout: crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2023-12-08T10:07:54.790 INFO:teuthology.orchestra.run.smithi204.stdout: skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_64 2023-12-08T10:07:54.790 INFO:teuthology.orchestra.run.smithi204.stdout: toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 2023-12-08T10:07:54.791 INFO:teuthology.orchestra.run.smithi204.stdout: udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 2023-12-08T10:07:54.791 INFO:teuthology.orchestra.run.smithi204.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-08T10:07:54.791 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T10:07:54.791 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2023-12-08T10:07:54.872 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 7/7 2023-12-08T10:07:54.872 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-12-08T10:07:54.936 DEBUG:teuthology.parallel:result is None 2023-12-08T10:07:54.985 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:07:54.985 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-12-08T10:07:54.985 INFO:teuthology.orchestra.run.smithi002.stdout: buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_64 2023-12-08T10:07:54.985 INFO:teuthology.orchestra.run.smithi002.stdout: cockpit-podman-32-2.module+el8.4.0+11990+22932769.noarch 2023-12-08T10:07:54.985 INFO:teuthology.orchestra.run.smithi002.stdout: crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2023-12-08T10:07:54.985 INFO:teuthology.orchestra.run.smithi002.stdout: skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_64 2023-12-08T10:07:54.985 INFO:teuthology.orchestra.run.smithi002.stdout: toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 2023-12-08T10:07:54.985 INFO:teuthology.orchestra.run.smithi002.stdout: udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 2023-12-08T10:07:54.985 INFO:teuthology.orchestra.run.smithi002.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-08T10:07:54.985 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:07:54.985 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-12-08T10:07:55.108 DEBUG:teuthology.parallel:result is None 2023-12-08T10:07:55.108 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-08T10:07:55.120 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-08T10:07:55.120 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T10:07:55.120 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:07:55.136 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-08T10:07:55.136 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_1 2023-12-08T10:07:55.192 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T10:07:55.192 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:07:55.192 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 217864 Links: 1 2023-12-08T10:07:55.192 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:07:55.192 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:07:55.192 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-08 10:07:34.598954289 +0000 2023-12-08T10:07:55.192 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-08 10:07:05.198607646 +0000 2023-12-08T10:07:55.192 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-08 10:07:05.198607646 +0000 2023-12-08T10:07:55.192 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-08T10:07:55.193 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T10:07:55.255 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-08T10:07:55.256 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-08T10:07:55.256 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000100975 s, 5.1 MB/s 2023-12-08T10:07:55.257 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T10:07:55.314 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_2 2023-12-08T10:07:55.368 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T10:07:55.369 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:07:55.369 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 220431 Links: 1 2023-12-08T10:07:55.369 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:07:55.369 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:07:55.369 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-08 10:07:34.598954289 +0000 2023-12-08T10:07:55.369 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-08 10:07:05.698596538 +0000 2023-12-08T10:07:55.369 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-08 10:07:05.698596538 +0000 2023-12-08T10:07:55.369 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-08T10:07:55.369 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T10:07:55.432 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-08T10:07:55.432 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-08T10:07:55.432 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000105786 s, 4.8 MB/s 2023-12-08T10:07:55.433 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T10:07:55.489 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_3 2023-12-08T10:07:55.545 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T10:07:55.545 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:07:55.545 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 223478 Links: 1 2023-12-08T10:07:55.545 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:07:55.545 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:07:55.545 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-08 10:07:34.598954289 +0000 2023-12-08T10:07:55.545 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-08 10:07:06.199585407 +0000 2023-12-08T10:07:55.545 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-08 10:07:06.199585407 +0000 2023-12-08T10:07:55.545 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-08T10:07:55.545 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T10:07:55.609 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-08T10:07:55.609 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-08T10:07:55.609 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 9.8193e-05 s, 5.2 MB/s 2023-12-08T10:07:55.610 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T10:07:55.666 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_4 2023-12-08T10:07:55.721 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T10:07:55.721 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:07:55.721 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 217974 Links: 1 2023-12-08T10:07:55.722 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:07:55.722 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:07:55.722 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-08 10:07:34.598954289 +0000 2023-12-08T10:07:55.722 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-08 10:07:06.733573544 +0000 2023-12-08T10:07:55.722 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-08 10:07:06.733573544 +0000 2023-12-08T10:07:55.722 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-08T10:07:55.722 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T10:07:55.785 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-08T10:07:55.785 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-08T10:07:55.785 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 9.7563e-05 s, 5.2 MB/s 2023-12-08T10:07:55.786 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T10:07:55.842 DEBUG:teuthology.orchestra.run.smithi002:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-08T10:07:55.953 INFO:teuthology.orchestra.run.smithi002.stdout:loop 2023-12-08T10:07:55.954 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_1... 2023-12-08T10:07:55.954 DEBUG:teuthology.orchestra.run.smithi002:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-08T10:07:55.988 INFO:teuthology.orchestra.run.smithi002.stdout:1 2023-12-08T10:07:56.024 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_11 2023-12-08T10:07:56.065 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_2... 2023-12-08T10:07:56.065 DEBUG:teuthology.orchestra.run.smithi002:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-08T10:07:56.140 INFO:teuthology.orchestra.run.smithi002.stdout:1 2023-12-08T10:07:56.176 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_21 2023-12-08T10:07:56.215 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_3... 2023-12-08T10:07:56.215 DEBUG:teuthology.orchestra.run.smithi002:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-08T10:07:56.290 INFO:teuthology.orchestra.run.smithi002.stdout:1 2023-12-08T10:07:56.326 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_31 2023-12-08T10:07:56.365 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_4... 2023-12-08T10:07:56.366 DEBUG:teuthology.orchestra.run.smithi002:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-08T10:07:56.445 INFO:teuthology.orchestra.run.smithi002.stdout:1 2023-12-08T10:07:56.481 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_41 2023-12-08T10:07:56.520 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T10:07:56.520 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:07:56.580 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme list 2023-12-08T10:07:56.644 INFO:teuthology.orchestra.run.smithi002.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T10:07:56.644 INFO:teuthology.orchestra.run.smithi002.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T10:07:56.644 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme0n1 PHMB751300EV480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-08T10:07:56.644 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme1n1 86067ecd1be7092bd467 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T10:07:56.644 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme2n1 ab40afeef7cddd3574db Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T10:07:56.645 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme3n1 9de521dc1c001d946f4e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T10:07:56.645 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme4n1 2eec0564d1e2b8432967 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T10:07:56.646 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:07:56.646 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T10:07:56.646 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/scratch_devs 2023-12-08T10:07:56.710 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-08T10:07:56.711 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:07:56.728 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-08T10:07:56.728 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_1 2023-12-08T10:07:56.785 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T10:07:56.785 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:07:56.785 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 216974 Links: 1 2023-12-08T10:07:56.785 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:07:56.785 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:07:56.785 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2023-12-08 10:07:34.632643939 +0000 2023-12-08T10:07:56.785 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2023-12-08 10:06:52.597269076 +0000 2023-12-08T10:07:56.785 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2023-12-08 10:06:52.597269076 +0000 2023-12-08T10:07:56.785 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2023-12-08T10:07:56.785 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T10:07:56.850 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2023-12-08T10:07:56.851 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2023-12-08T10:07:56.851 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000239624 s, 2.1 MB/s 2023-12-08T10:07:56.852 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T10:07:56.909 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_2 2023-12-08T10:07:56.964 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T10:07:56.965 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:07:56.965 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 218044 Links: 1 2023-12-08T10:07:56.965 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:07:56.965 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:07:56.965 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2023-12-08 10:07:34.632643939 +0000 2023-12-08T10:07:56.965 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2023-12-08 10:06:53.072261980 +0000 2023-12-08T10:07:56.965 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2023-12-08 10:06:53.072261980 +0000 2023-12-08T10:07:56.965 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2023-12-08T10:07:56.965 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T10:07:57.029 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2023-12-08T10:07:57.029 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2023-12-08T10:07:57.029 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.00022967 s, 2.2 MB/s 2023-12-08T10:07:57.030 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T10:07:57.086 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_3 2023-12-08T10:07:57.143 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T10:07:57.143 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:07:57.143 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 218094 Links: 1 2023-12-08T10:07:57.143 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:07:57.143 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:07:57.143 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2023-12-08 10:07:34.632643939 +0000 2023-12-08T10:07:57.144 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2023-12-08 10:06:53.580254391 +0000 2023-12-08T10:07:57.144 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2023-12-08 10:06:53.580254391 +0000 2023-12-08T10:07:57.144 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2023-12-08T10:07:57.144 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T10:07:57.206 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2023-12-08T10:07:57.206 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2023-12-08T10:07:57.206 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000195826 s, 2.6 MB/s 2023-12-08T10:07:57.207 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T10:07:57.264 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_4 2023-12-08T10:07:57.319 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T10:07:57.319 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:07:57.319 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 224293 Links: 1 2023-12-08T10:07:57.319 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:07:57.319 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:07:57.319 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2023-12-08 10:07:34.632643939 +0000 2023-12-08T10:07:57.319 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2023-12-08 10:06:54.082246892 +0000 2023-12-08T10:07:57.319 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2023-12-08 10:06:54.082246892 +0000 2023-12-08T10:07:57.319 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2023-12-08T10:07:57.320 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T10:07:57.382 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2023-12-08T10:07:57.382 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2023-12-08T10:07:57.382 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000219356 s, 2.3 MB/s 2023-12-08T10:07:57.383 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T10:07:57.438 DEBUG:teuthology.orchestra.run.smithi204:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-08T10:07:57.569 INFO:teuthology.orchestra.run.smithi204.stdout:loop 2023-12-08T10:07:57.571 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_1... 2023-12-08T10:07:57.571 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-08T10:07:57.603 INFO:teuthology.orchestra.run.smithi204.stdout:1 2023-12-08T10:07:57.637 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_11 2023-12-08T10:07:57.677 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_2... 2023-12-08T10:07:57.677 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-08T10:07:57.755 INFO:teuthology.orchestra.run.smithi204.stdout:1 2023-12-08T10:07:57.790 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_21 2023-12-08T10:07:57.828 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_3... 2023-12-08T10:07:57.828 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-08T10:07:57.901 INFO:teuthology.orchestra.run.smithi204.stdout:1 2023-12-08T10:07:57.936 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_31 2023-12-08T10:07:57.974 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_4... 2023-12-08T10:07:57.975 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-08T10:07:58.048 INFO:teuthology.orchestra.run.smithi204.stdout:1 2023-12-08T10:07:58.083 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_41 2023-12-08T10:07:58.121 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-08T10:07:58.121 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:07:58.176 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme list 2023-12-08T10:07:58.239 INFO:teuthology.orchestra.run.smithi204.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T10:07:58.239 INFO:teuthology.orchestra.run.smithi204.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T10:07:58.239 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme0n1 CVFT623300GD400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-08T10:07:58.239 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme1n1 6f271b82ef52fb2dcdc6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T10:07:58.240 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme2n1 9e49d8b4fb0d8352a7f0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T10:07:58.240 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme3n1 e4deb18fd8b56f068887 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T10:07:58.240 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme4n1 01a5b87eb44fd70680ee Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T10:07:58.241 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:07:58.241 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-08T10:07:58.241 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/scratch_devs 2023-12-08T10:07:58.305 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-08T10:07:58.386 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': '451ceae11b5d4caee05e94372fe658621eefc0b1'} 2023-12-08T10:07:58.386 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T10:07:58.387 INFO:tasks.cephadm:Cluster fsid is a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:07:58.387 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-08T10:07:58.387 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-08T10:07:58.387 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi002': '172.21.15.2', 'mon.smithi204': '172.21.15.204'} 2023-12-08T10:07:58.387 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-08T10:07:58.387 DEBUG:teuthology.orchestra.run.smithi002:> sudo hostname $(hostname -s) 2023-12-08T10:07:58.417 DEBUG:teuthology.orchestra.run.smithi204:> sudo hostname $(hostname -s) 2023-12-08T10:07:58.441 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 451ceae11b5d4caee05e94372fe658621eefc0b1)... 2023-12-08T10:07:58.442 DEBUG:teuthology.orchestra.run.smithi002:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/451ceae11b5d4caee05e94372fe658621eefc0b1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T10:07:58.713 INFO:teuthology.orchestra.run.smithi002.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 8 10:07 /home/ubuntu/cephtest/cephadm 2023-12-08T10:07:58.713 DEBUG:teuthology.orchestra.run.smithi204:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/451ceae11b5d4caee05e94372fe658621eefc0b1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T10:07:58.886 INFO:teuthology.orchestra.run.smithi204.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 8 10:07 /home/ubuntu/cephtest/cephadm 2023-12-08T10:07:58.886 DEBUG:teuthology.orchestra.run.smithi002:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T10:07:58.906 DEBUG:teuthology.orchestra.run.smithi204:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T10:07:58.929 DEBUG:teuthology.orchestra.run.smithi002:> sudo mkdir -p /etc/ceph 2023-12-08T10:07:58.977 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph 2023-12-08T10:07:59.000 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 777 /etc/ceph 2023-12-08T10:07:59.046 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /etc/ceph 2023-12-08T10:07:59.070 INFO:tasks.cephadm:Writing seed config... 2023-12-08T10:07:59.071 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-08T10:07:59.071 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-08T10:07:59.071 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-08T10:07:59.071 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-08T10:07:59.071 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-08T10:07:59.071 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-08T10:07:59.071 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-08T10:07:59.071 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-08T10:07:59.072 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T10:07:59.072 DEBUG:teuthology.orchestra.run.smithi002:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-08T10:07:59.103 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 = a9b2a5b2-95b1-11ee-95a3-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-08T10:07:59.103 DEBUG:teuthology.orchestra.run.smithi002:mon.smithi002> sudo journalctl -f -n 0 -u ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mon.smithi002.service 2023-12-08T10:07:59.145 INFO:tasks.cephadm:Bootstrapping... 2023-12-08T10:07:59.146 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 -v bootstrap --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.2 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:07:59.173 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:-- Logs begin at Fri 2023-12-08 09:58:10 UTC. -- 2023-12-08T10:07:59.529 INFO:teuthology.orchestra.run.smithi002.stderr:-------------------------------------------------------------------------------- 2023-12-08T10:07:59.529 INFO:teuthology.orchestra.run.smithi002.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1', '-v', 'bootstrap', '--fsid', 'a9b2a5b2-95b1-11ee-95a3-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.2', '--skip-admin-label'] 2023-12-08T10:08:01.265 INFO:teuthology.orchestra.run.smithi002.stderr:/bin/podman: 3.2.3 2023-12-08T10:08:01.351 INFO:teuthology.orchestra.run.smithi002.stderr:Verifying podman|docker is present... 2023-12-08T10:08:01.399 INFO:teuthology.orchestra.run.smithi002.stderr:/bin/podman: 3.2.3 2023-12-08T10:08:01.505 INFO:teuthology.orchestra.run.smithi002.stderr:Verifying lvm2 is present... 2023-12-08T10:08:01.506 INFO:teuthology.orchestra.run.smithi002.stderr:Verifying time synchronization is in place... 2023-12-08T10:08:01.513 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T10:08:01.519 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-08T10:08:01.525 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: enabled 2023-12-08T10:08:01.531 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: active 2023-12-08T10:08:01.532 INFO:teuthology.orchestra.run.smithi002.stderr:Unit chronyd.service is enabled and running 2023-12-08T10:08:01.532 INFO:teuthology.orchestra.run.smithi002.stderr:Repeating the final host check... 2023-12-08T10:08:01.574 INFO:teuthology.orchestra.run.smithi002.stderr:/bin/podman: 3.2.3 2023-12-08T10:08:01.677 INFO:teuthology.orchestra.run.smithi002.stderr:podman (/bin/podman) version 3.2.3 is present 2023-12-08T10:08:01.677 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl is present 2023-12-08T10:08:01.677 INFO:teuthology.orchestra.run.smithi002.stderr:lvcreate is present 2023-12-08T10:08:01.683 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T10:08:01.689 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-08T10:08:01.695 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: enabled 2023-12-08T10:08:01.701 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: active 2023-12-08T10:08:01.701 INFO:teuthology.orchestra.run.smithi002.stderr:Unit chronyd.service is enabled and running 2023-12-08T10:08:01.702 INFO:teuthology.orchestra.run.smithi002.stderr:Host looks OK 2023-12-08T10:08:01.702 INFO:teuthology.orchestra.run.smithi002.stderr:Cluster fsid: a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:08:01.702 INFO:teuthology.orchestra.run.smithi002.stderr:Acquiring lock 139917368606792 on /run/cephadm/a9b2a5b2-95b1-11ee-95a3-87774f69a715.lock 2023-12-08T10:08:01.702 INFO:teuthology.orchestra.run.smithi002.stderr:Lock 139917368606792 acquired on /run/cephadm/a9b2a5b2-95b1-11ee-95a3-87774f69a715.lock 2023-12-08T10:08:01.702 INFO:teuthology.orchestra.run.smithi002.stderr:Verifying IP 172.21.15.2 port 3300 ... 2023-12-08T10:08:01.702 INFO:teuthology.orchestra.run.smithi002.stderr:Verifying IP 172.21.15.2 port 6789 ... 2023-12-08T10:08:01.702 INFO:teuthology.orchestra.run.smithi002.stderr:Base mon IP(s) is [172.21.15.2:3300, 172.21.15.2:6789], mon addrv is [v2:172.21.15.2:3300,v1:172.21.15.2:6789] 2023-12-08T10:08:01.705 INFO:teuthology.orchestra.run.smithi002.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-12-08T10:08:01.705 INFO:teuthology.orchestra.run.smithi002.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.2 metric 100 2023-12-08T10:08:01.708 INFO:teuthology.orchestra.run.smithi002.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-08T10:08:01.708 INFO:teuthology.orchestra.run.smithi002.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-08T10:08:01.708 INFO:teuthology.orchestra.run.smithi002.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2023-12-08T10:08:01.710 INFO:teuthology.orchestra.run.smithi002.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-08T10:08:01.711 INFO:teuthology.orchestra.run.smithi002.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-08T10:08:01.711 INFO:teuthology.orchestra.run.smithi002.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T10:08:01.711 INFO:teuthology.orchestra.run.smithi002.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-08T10:08:01.711 INFO:teuthology.orchestra.run.smithi002.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1920/64 scope link noprefixroute 2023-12-08T10:08:01.711 INFO:teuthology.orchestra.run.smithi002.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T10:08:01.712 INFO:teuthology.orchestra.run.smithi002.stderr:Mon IP `172.21.15.2` is in CIDR network `172.21.0.0/20` 2023-12-08T10:08:01.712 INFO:teuthology.orchestra.run.smithi002.stderr:Mon IP `172.21.15.2` is in CIDR network `172.21.0.0/20` 2023-12-08T10:08:01.712 INFO:teuthology.orchestra.run.smithi002.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-08T10:08:01.712 INFO:teuthology.orchestra.run.smithi002.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-08T10:08:01.713 INFO:teuthology.orchestra.run.smithi002.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1... 2023-12-08T10:08:01.803 INFO:teuthology.orchestra.run.smithi002.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1... 2023-12-08T10:08:01.911 INFO:teuthology.orchestra.run.smithi002.stderr:/bin/podman: Getting image source signatures 2023-12-08T10:08:02.051 INFO:teuthology.orchestra.run.smithi002.stderr:/bin/podman: Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-12-08T10:08:02.101 INFO:teuthology.orchestra.run.smithi002.stderr:/bin/podman: Copying blob sha256:eb7ecf2ef1f5cb07b1bdc469a60d9fc5b8a61f3c896fe87f949df505a29c3e63 2023-12-08T10:08:17.157 INFO:teuthology.orchestra.run.smithi002.stderr:/bin/podman: Copying config sha256:03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T10:08:17.232 INFO:teuthology.orchestra.run.smithi002.stderr:/bin/podman: Writing manifest to image destination 2023-12-08T10:08:17.232 INFO:teuthology.orchestra.run.smithi002.stderr:/bin/podman: Storing signatures 2023-12-08T10:08:28.023 INFO:teuthology.orchestra.run.smithi002.stderr:/bin/podman: 03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T10:08:28.818 INFO:teuthology.orchestra.run.smithi002.stderr:ceph: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T10:08:29.226 INFO:teuthology.orchestra.run.smithi002.stderr:Ceph version: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T10:08:29.226 INFO:teuthology.orchestra.run.smithi002.stderr:Extracting ceph user uid/gid from container image... 2023-12-08T10:08:29.716 INFO:teuthology.orchestra.run.smithi002.stderr:stat: 167 167 2023-12-08T10:08:30.074 INFO:teuthology.orchestra.run.smithi002.stderr:Creating initial keys... 2023-12-08T10:08:30.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-authtool: AQAe63JlZJBSGhAApE3wcpbwsrFbdPcsnlqgxA== 2023-12-08T10:08:31.289 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-authtool: AQAf63JlO5foBxAAnhlj2emYGtmmccnXZ696Pg== 2023-12-08T10:08:31.949 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-authtool: AQAf63JlODRQOBAAwBilhFD70AsTRucWxOtMvA== 2023-12-08T10:08:32.311 INFO:teuthology.orchestra.run.smithi002.stderr:Creating initial monmap... 2023-12-08T10:08:32.649 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T10:08:32.649 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:08:32.649 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T10:08:33.061 INFO:teuthology.orchestra.run.smithi002.stderr:monmaptool for smithi002 [v2:172.21.15.2:3300,v1:172.21.15.2:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T10:08:33.061 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/monmaptool: set fsid to a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:08:33.061 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T10:08:33.061 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-08T10:08:33.061 INFO:teuthology.orchestra.run.smithi002.stderr:Creating mon... 2023-12-08T10:08:33.456 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.418+0000 7f585b628880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T10:08:33.456 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.419+0000 7f585b628880 1 imported monmap: 2023-12-08T10:08:33.456 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-08T10:08:33.456 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:08:33.456 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: last_changed 2023-12-08T10:08:32.637657+0000 2023-12-08T10:08:33.456 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: created 2023-12-08T10:08:32.637657+0000 2023-12-08T10:08:33.456 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-08T10:08:33.456 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-08T10:08:33.456 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] mon.smithi002 2023-12-08T10:08:33.456 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.456 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.419+0000 7f585b628880 0 /usr/bin/ceph-mon: set fsid to a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:08:33.456 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.419+0000 7f585b628880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.419+0000 7f585b628880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.419+0000 7f585b628880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.419+0000 7f585b628880 4 rocksdb: DB SUMMARY 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi002/store.db dir, Total Num: 0, files: 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi002/store.db: 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.create_if_missing: 1 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.env: 0x55bb461d4080 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.fs: Posix File System 2023-12-08T10:08:33.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.info_log: 0x55bb485e7380 2023-12-08T10:08:33.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T10:08:33.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.statistics: (nil) 2023-12-08T10:08:33.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.use_fsync: 0 2023-12-08T10:08:33.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T10:08:33.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T10:08:33.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T10:08:33.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T10:08:33.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T10:08:33.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T10:08:33.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T10:08:33.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.db_log_dir: 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi002/store.db 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T10:08:33.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.write_buffer_manager: 0x55bb485ed980 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.unordered_write: 0 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.row_cache: None 2023-12-08T10:08:33.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.wal_filter: None 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T10:08:33.461 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_open_files: -1 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Compression algorithms supported: 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T10:08:33.462 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: kZSTD supported: 0 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi002/store.db/MANIFEST-000001 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.merge_operator: 2023-12-08T10:08:33.463 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compaction_filter: None 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bb484fdd30) 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-08T10:08:33.464 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_cache: 0x55bb48532d10 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-08T10:08:33.465 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compression: NoCompression 2023-12-08T10:08:33.466 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.num_levels: 7 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T10:08:33.467 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T10:08:33.468 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T10:08:33.469 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T10:08:33.470 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.ttl: 2592000 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.420+0000 7f585b628880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.421+0000 7f585b628880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi002/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.421+0000 7f585b628880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.421+0000 7f585b628880 4 rocksdb: DB pointer 0x55bb485fb800 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.422+0000 7f58444af700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.422+0000 7f58444af700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-08T10:08:33.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:08:33.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:08:33.473 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:08:33.474 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:08:33.475 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T10:08:33.475 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.475 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:08:33.475 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-08T10:08:33.475 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.423+0000 7f585b628880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-08T10:08:33.475 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.423+0000 7f585b628880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-08T10:08:33.475 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:08:33.423+0000 7f585b628880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi002 for mon.smithi002 2023-12-08T10:08:33.807 INFO:teuthology.orchestra.run.smithi002.stderr:create mon.smithi002 on 2023-12-08T10:08:33.930 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-08T10:08:34.041 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715.target. 2023-12-08T10:08:34.041 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715.target. 2023-12-08T10:08:34.274 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Failed to reset failed state of unit ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mon.smithi002.service: Unit ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mon.smithi002.service not loaded. 2023-12-08T10:08:34.281 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715.target.wants/ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mon.smithi002.service → /etc/systemd/system/ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@.service. 2023-12-08T10:08:34.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:34 smithi002 systemd[1]: Starting Ceph mon.smithi002 for a9b2a5b2-95b1-11ee-95a3-87774f69a715... 2023-12-08T10:08:35.011 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: disabled 2023-12-08T10:08:35.019 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-08T10:08:35.020 INFO:teuthology.orchestra.run.smithi002.stderr:firewalld.service is not enabled 2023-12-08T10:08:35.020 INFO:teuthology.orchestra.run.smithi002.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T10:08:35.020 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for mon to start... 2023-12-08T10:08:35.020 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for mon... 2023-12-08T10:08:35.218 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:34 smithi002 bash[81062]: 58755b2db0c03b64a4486d0418316abf2d2d3e621b3c7ee5bf701d5d1d116344 2023-12-08T10:08:35.218 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:34 smithi002 conmon[81102]: cluster 2023-12-08T10:08:34.937198+0000 mon.smithi002 (mon.0) 0 : [INF] 2023-12-08T10:08:35.218 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:34 smithi002 conmon[81102]: mkfs a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:08:35.218 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:34 smithi002 conmon[81102]: cluster 2023-12-08T 2023-12-08T10:08:35.218 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:34 smithi002 conmon[81102]: 10:08:34.933755+0000 mon.smithi002 (mon.0) 1 : cluster [INF] mon.smithi002 is new leader, mons smithi002 in quorum (ranks 0) 2023-12-08T10:08:35.218 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:35 smithi002 systemd[1]: Started Ceph mon.smithi002 for a9b2a5b2-95b1-11ee-95a3-87774f69a715. 2023-12-08T10:08:35.550 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: cluster: 2023-12-08T10:08:35.550 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: id: a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:08:35.550 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-08T10:08:35.550 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-08T10:08:35.550 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: services: 2023-12-08T10:08:35.551 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi002 (age 0.608897s) 2023-12-08T10:08:35.551 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-08T10:08:35.551 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-08T10:08:35.551 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-08T10:08:35.551 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: data: 2023-12-08T10:08:35.551 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-08T10:08:35.551 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-08T10:08:35.552 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-08T10:08:35.552 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: pgs: 2023-12-08T10:08:35.552 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-08T10:08:35.962 INFO:teuthology.orchestra.run.smithi002.stderr:mon is available 2023-12-08T10:08:35.962 INFO:teuthology.orchestra.run.smithi002.stderr:Assimilating anything we can from ceph.conf... 2023-12-08T10:08:36.166 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:35 smithi002 conmon[81102]: cluster 2023-12-08T10:08:34.936421+0000 mon.smithi002 (mon.0) 2 : cluster [INF] mon.smithi002 is new leader, mons smithi002 in quorum (ranks 0) 2023-12-08T10:08:36.166 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:35 smithi002 conmon[81102]: cluster 2023-12-08T10:08:34.936540+0000 mon.smithi002 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi002=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0]} removed_ranks: {} 2023-12-08T10:08:36.166 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:35 smithi002 conmon[81102]: cluster 2023-12-08T10:08:34.938284+0000 mon.smithi002 (mon.0) 4 : cluster [DBG] fsmap 2023-12-08T10:08:36.166 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:35 smithi002 conmon[81102]: cluster 2023-12-08T10:08:34.940185+0000 mon.smithi002 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T10:08:36.167 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:35 smithi002 conmon[81102]: cluster 2023-12-08T10:08:34.940552+0000 mon.smithi002 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T10:08:36.167 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:35 smithi002 conmon[81102]: audit 2023-12-08T10:08:35.545276+0000 mon.smithi002 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.2:0/2783837963' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-08T10:08:36.484 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-08T10:08:36.484 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: [global] 2023-12-08T10:08:36.484 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: fsid = a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:08:36.484 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.2:3300,v1:172.21.15.2:6789] 2023-12-08T10:08:36.484 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T10:08:36.484 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T10:08:36.484 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T10:08:36.484 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T10:08:36.484 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-08T10:08:36.484 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: [mgr] 2023-12-08T10:08:36.484 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T10:08:36.485 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-08T10:08:36.485 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: [osd] 2023-12-08T10:08:36.485 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T10:08:36.485 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T10:08:36.799 INFO:teuthology.orchestra.run.smithi002.stderr:Generating new minimal ceph.conf... 2023-12-08T10:08:37.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:36 smithi002 conmon[81102]: audit 2023-12-08T10:08:36.478968+0000 mon.smithi002 2023-12-08T10:08:37.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:36 smithi002 conmon[81102]: (mon.0) 8 : audit [INF] from='client.? 172.21.15.2:0/2190686897' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T10:08:37.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:36 smithi002 conmon[81102]: audit 2023-12-08T10:08:36.481608+0000 mon.smithi002 (mon.0) 9 : audit [INF] from='client.? 172.21.15.2:0/2190686897' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T10:08:37.736 INFO:teuthology.orchestra.run.smithi002.stderr:Restarting the monitor... 2023-12-08T10:08:37.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:37 smithi002 systemd[1]: Stopping Ceph mon.smithi002 for a9b2a5b2-95b1-11ee-95a3-87774f69a715... 2023-12-08T10:08:37.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:37 smithi002 bash[81584]: Error: no container with name or ID "ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-mon.smithi002" found: no such container 2023-12-08T10:08:37.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:37 smithi002 conmon[81102]: audit 2023-12-08T10:08:37.333270+0000 mon.smithi002 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.2:0/714607474' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:08:38.351 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:38 smithi002 conmon[81102]: debug 2023-12-08T10:08:38.090+0000 7f0f81cd4700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi002 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-08T10:08:38.351 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:38 smithi002 conmon[81102]: debug 2023-12-08T10:08:38.090+0000 7f0f81cd4700 -1 mon.smithi002@0(leader) e1 *** Got Signal Terminated *** 2023-12-08T10:08:38.601 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:38 smithi002 bash[81697]: ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-mon-smithi002 2023-12-08T10:08:38.601 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:38 smithi002 systemd[1]: ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mon.smithi002.service: Succeeded. 2023-12-08T10:08:38.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:38 smithi002 systemd[1]: Stopped Ceph mon.smithi002 for a9b2a5b2-95b1-11ee-95a3-87774f69a715. 2023-12-08T10:08:38.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:38 smithi002 systemd[1]: Starting Ceph mon.smithi002 for a9b2a5b2-95b1-11ee-95a3-87774f69a715... 2023-12-08T10:08:39.115 INFO:teuthology.orchestra.run.smithi002.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-08T10:08:39.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.092+0000 7f2243003880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T10:08:39.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.092+0000 7f2243003880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T10:08:39.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.092+0000 7f2243003880 0 pidfile_write: ignore empty --pid-file 2023-12-08T10:08:39.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 bash[82013]: 835fc3bcb2aedc0a2a68c95d127247bd5086af07c52cfae10a83203480012b70 2023-12-08T10:08:39.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.096+0000 7f2243003880 0 load: jerasure load: lrc load: isa 2023-12-08T10:08:39.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T10:08:39.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T10:08:39.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T10:08:39.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: DB SUMMARY 2023-12-08T10:08:39.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi002/store.db dir, Total Num: 1, files: 000004.sst 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi002/store.db: 000006.log size: 86469 ; 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.env: 0x563d88e52080 2023-12-08T10:08:39.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.fs: Posix File System 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.info_log: 0x563d8a45dd20 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.statistics: (nil) 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.use_fsync: 0 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T10:08:39.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.db_log_dir: 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi002/store.db 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.write_buffer_manager: 0x563d8b0b4480 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T10:08:39.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.unordered_write: 0 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.row_cache: None 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.wal_filter: None 2023-12-08T10:08:39.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T10:08:39.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.max_open_files: -1 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Compression algorithms supported: 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: kZSTD supported: 0 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T10:08:39.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T10:08:39.364 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T10:08:39.364 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T10:08:39.364 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T10:08:39.364 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T10:08:39.364 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T10:08:39.364 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.097+0000 7f2243003880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi002/store.db/MANIFEST-000005 2023-12-08T10:08:39.364 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.364 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T10:08:39.364 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.364 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T10:08:39.364 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.merge_operator: 2023-12-08T10:08:39.364 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compaction_filter: None 2023-12-08T10:08:39.364 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T10:08:39.365 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T10:08:39.365 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563d8a40dd28) 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: cache_index_and_filter_blocks: 1 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: pin_top_level_index_and_filter: 1 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: index_type: 0 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: data_block_index_type: 0 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: index_shortening: 1 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: hash_index_allow_collision: 1 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: checksum: 1 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: no_block_cache: 0 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: block_cache: 0x563d8a442f10 2023-12-08T10:08:39.366 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: block_cache_name: BinnedLRUCache 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: block_cache_options: 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: capacity : 536870912 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: num_shard_bits : 4 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: strict_capacity_limit : 0 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: high_pri_pool_ratio: 0.000 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: block_cache_compressed: (nil) 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: persistent_cache: (nil) 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: block_size: 4096 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: block_size_deviation: 10 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: block_restart_interval: 16 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: index_block_restart_interval: 1 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: metadata_block_size: 4096 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: partition_filters: 0 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: use_delta_encoding: 1 2023-12-08T10:08:39.367 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: whole_key_filtering: 1 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: verify_compression: 0 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: read_amp_bytes_per_bit: 0 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: format_version: 2 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: enable_index_compression: 1 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: block_align: 0 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compression: NoCompression 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.num_levels: 7 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T10:08:39.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T10:08:39.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T10:08:39.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T10:08:39.371 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.ttl: 2592000 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T10:08:39.372 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi002/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702030119099737, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.098+0000 7f2243003880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.099+0000 7f2243003880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.099+0000 7f2243003880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702030119100669, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83342, "table_properties": {"data_size": 81609, "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": 76121, "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": 1702030119, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.099+0000 7f2243003880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.100+0000 7f2243003880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702030119101142, "job": 1, "event": "recovery_finished"} 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.101+0000 7f2243003880 4 rocksdb: DB pointer 0x563d8a50b800 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.101+0000 7f2229e09700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.101+0000 7f2229e09700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: ** DB Stats ** 2023-12-08T10:08:39.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: ** Compaction Stats [default] ** 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: L0 2/0 83.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Sum 2/0 83.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: ** Compaction Stats [default] ** 2023-12-08T10:08:39.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Cumulative compaction: 0.00 GB write, 25.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Interval compaction: 0.00 GB write, 25.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: ** Compaction Stats [default] ** 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: L0 2/0 83.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Sum 2/0 83.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: ** Compaction Stats [default] ** 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:08:39.376 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Cumulative compaction: 0.00 GB write, 25.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.101+0000 7f2243003880 0 starting mon.smithi002 rank 0 at public addrs [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] at bind addrs [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi002 fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.102+0000 7f2243003880 1 mon.smithi002@-1(???) e1 preinit fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.103+0000 7f2243003880 0 mon.smithi002@-1(???).mds e1 new map 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.103+0000 7f2243003880 0 mon.smithi002@-1(???).mds e1 print_map 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: e1 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-08T10:08:39.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: legacy client fscid: -1 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: No filesystems configured 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.103+0000 7f2243003880 0 mon.smithi002@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.103+0000 7f2243003880 0 mon.smithi002@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.103+0000 7f2243003880 0 mon.smithi002@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.103+0000 7f2243003880 0 mon.smithi002@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: audit 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 2023-12-08T10:08:37.333270+0000 mon.smithi002 (mon.0 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: ) 10 : audit [DBG] from='client.? 172.21.15.2:0/714607474' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: debug 2023-12-08T10:08:39.103+0000 7f2243003880 1 mon.smithi002@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 systemd[1]: Started Ceph mon.smithi002 for a9b2a5b2-95b1-11ee-95a3-87774f69a715. 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: cluster 2023-12-08T10:08: 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: 39.119463+0000 mon.smithi002 (mon.0) 1 : cluster [INF] mon.smithi002 is new leader, mons smithi002 in quorum (ranks 0) 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: cluster 2023-12-08T10:08:39.119528+0000 mon.smithi002 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi002=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0]} removed_ranks: {} 2023-12-08T10:08:39.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: cluster 2023-12-08T10:08:39.119970+0000 mon.smithi002 (mon.0) 3 : cluster [DBG] fsmap 2023-12-08T10:08:39.379 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: cluster 2023-12-08T10:08:39.120008+0000 mon.smithi002 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T10:08:39.379 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:39 smithi002 conmon[82053]: cluster 2023-12-08T10:08:39.120418+0000 mon.smithi002 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T10:08:40.056 INFO:teuthology.orchestra.run.smithi002.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-08T10:08:40.056 INFO:teuthology.orchestra.run.smithi002.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:08:40.056 INFO:teuthology.orchestra.run.smithi002.stderr:Creating mgr... 2023-12-08T10:08:40.056 INFO:teuthology.orchestra.run.smithi002.stderr:Verifying port 9283 ... 2023-12-08T10:08:40.194 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Failed to reset failed state of unit ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mgr.smithi002.utaniu.service: Unit ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mgr.smithi002.utaniu.service not loaded. 2023-12-08T10:08:40.200 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715.target.wants/ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mgr.smithi002.utaniu.service → /etc/systemd/system/ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@.service. 2023-12-08T10:08:40.930 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: disabled 2023-12-08T10:08:40.939 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-08T10:08:40.940 INFO:teuthology.orchestra.run.smithi002.stderr:firewalld.service is not enabled 2023-12-08T10:08:40.940 INFO:teuthology.orchestra.run.smithi002.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T10:08:40.949 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: disabled 2023-12-08T10:08:40.957 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-08T10:08:40.958 INFO:teuthology.orchestra.run.smithi002.stderr:firewalld.service is not enabled 2023-12-08T10:08:40.958 INFO:teuthology.orchestra.run.smithi002.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-08T10:08:40.958 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for mgr to start... 2023-12-08T10:08:40.958 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for mgr... 2023-12-08T10:08:40.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:40 smithi002 conmon[82053]: audit 2023-12-08T10:08:39.681905+0000 mon.smithi002 (mon.0) 6 : audit [INF] from='client.? 172.21.15.2:0/305974848' entity='client.admin' 2023-12-08T10:08:41.673 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-08T10:08:41.673 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsid": "a9b2a5b2-95b1-11ee-95a3-87774f69a715", 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 0 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "smithi002" 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-08T10:08:41.674 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:08:41.675 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:08:41.676 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "available": false, 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:08:34.937560+0000", 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:08:41.677 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-08T10:08:41.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:41 smithi002 conmon[82053]: audit 2023-12-08T10:08:41.666538+0000 mon.smithi002 ( 2023-12-08T10:08:41.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:41 smithi002 conmon[82053]: mon.0) 7 : audit [DBG] from='client.? 172.21.15.2:0/396689810' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:08:42.000 INFO:teuthology.orchestra.run.smithi002.stderr:mgr not available, waiting (1/15)... 2023-12-08T10:08:44.535 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-08T10:08:44.535 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsid": "a9b2a5b2-95b1-11ee-95a3-87774f69a715", 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 0 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "smithi002" 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-08T10:08:44.536 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:44.537 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:44.538 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "available": false, 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:08:34.937560+0000", 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:08:44.539 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-08T10:08:44.941 INFO:teuthology.orchestra.run.smithi002.stderr:mgr not available, waiting (2/15)... 2023-12-08T10:08:45.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:45 smithi002 conmon[82053]: audit 2023-12-08T10:08:44.528255+0000 mon.smithi002 (mon. 2023-12-08T10:08:45.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:45 smithi002 conmon[82053]: 0) 8 : audit [DBG] from='client.? 172.21.15.2:0/758557649' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:08:46.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: cluster 2023-12-08T10:08:46.471704+0000 mon.smithi002 (mon 2023-12-08T10:08:46.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: .0) 9 : cluster [INF] Activating manager daemon smithi002.utaniu 2023-12-08T10:08:46.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: cluster 2023-12-08T10:08:46.474366+0000 mon.smithi002 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi002.utaniu(active, starting, since 0.00274138s) 2023-12-08T10:08:46.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: audit 2023-12-08T10:08:46.475405+0000 mon.smithi002 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.2:0/3457972011' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:08:46.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: audit 2023-12-08T10:08:46.475596+0000 mon.smithi002 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.2:0/3457972011' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:08:46.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: audit 2023-12-08T10:08:46.475730+0000 mon.smithi002 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.2:0/3457972011' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:08:46.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: audit 2023-12-08T10:08:46.475875+0000 mon.smithi002 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.2:0/3457972011' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi002"}]: dispatch 2023-12-08T10:08:46.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: audit 2023-12-08T10:08:46.476126+0000 mon.smithi002 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.2:0/3457972011' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mgr metadata", "who": "smithi002.utaniu", "id": "smithi002.utaniu"}]: dispatch 2023-12-08T10:08:46.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: cluster 2023-12-08T10:08:46.489291+0000 mon.smithi002 (mon.0) 16 : cluster [INF] Manager daemon smithi002.utaniu is now available 2023-12-08T10:08:46.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: audit 2023-12-08T10:08:46.499176+0000 mon.smithi002 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.2:0/3457972011' entity='mgr.smithi002.utaniu' 2023-12-08T10:08:46.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: audit 2023-12-08T10:08:46.504134+0000 mon.smithi002 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.2:0/3457972011' entity='mgr.smithi002.utaniu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.utaniu/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:08:46.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: audit 2023-12-08T10:08:46.506681+0000 mon.smithi002 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.2:0/3457972011' entity='mgr.smithi002.utaniu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.utaniu/trash_purge_schedule"}]: dispatch 2023-12-08T10:08:46.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: audit 2023-12-08T10:08:46.509696+0000 mon.smithi002 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.2:0/3457972011' entity='mgr.smithi002.utaniu' 2023-12-08T10:08:46.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:46 smithi002 conmon[82053]: audit 2023-12-08T10:08:46.511734+0000 mon.smithi002 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.2:0/3457972011' entity='mgr.smithi002.utaniu' 2023-12-08T10:08:47.453 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-08T10:08:47.453 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-08T10:08:47.453 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsid": "a9b2a5b2-95b1-11ee-95a3-87774f69a715", 2023-12-08T10:08:47.453 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:08:47.453 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:08:47.453 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:08:47.453 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:08:47.453 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 0 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "smithi002" 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:08:47.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:47.455 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:08:47.455 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:08:47.455 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:08:47.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:08:47.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:08:47.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:08:47.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:47.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:08:47.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:08:47.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:08:47.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:08:47.458 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "available": false, 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:08:47.459 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:08:47.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:08:47.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:08:47.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-08T10:08:47.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:08:47.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:47.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:08:47.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:47.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:08:34.937560+0000", 2023-12-08T10:08:47.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:08:47.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:47.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:08:47.460 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-08T10:08:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:47 smithi002 conmon[82053]: audit 2023-12-08T10:08:47.449675+0000 mon.smithi002 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.2:0/2019569474' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:08:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:47 smithi002 conmon[82053]: cluster 2023-12-08T10:08:47.477158+0000 mon.smithi002 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi002.utaniu(active, since 1.00553s) 2023-12-08T10:08:47.983 INFO:teuthology.orchestra.run.smithi002.stderr:mgr not available, waiting (3/15)... 2023-12-08T10:08:49.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:49 smithi002 conmon[82053]: cluster 2023-12-08T10:08:48.526530+0000 mon.smithi002 (mon.0) 24 : 2023-12-08T10:08:49.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:49 smithi002 conmon[82053]: cluster [DBG] mgrmap e4: smithi002.utaniu(active, since 2s) 2023-12-08T10:08:50.678 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-08T10:08:50.678 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-08T10:08:50.678 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsid": "a9b2a5b2-95b1-11ee-95a3-87774f69a715", 2023-12-08T10:08:50.678 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:08:50.678 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 0 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "smithi002" 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:08:50.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:08:50.680 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:50.680 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:08:50.680 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:50.680 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:08:50.680 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:08:50.680 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:08:50.680 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:08:50.680 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:08:50.680 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:08:50.680 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:50.680 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:08:50.680 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "available": true, 2023-12-08T10:08:50.681 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:08:50.682 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:08:50.682 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:08:50.682 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:08:50.682 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:08:50.682 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-08T10:08:50.682 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:08:50.683 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:50.683 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:08:50.683 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:08:50.683 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:08:34.937560+0000", 2023-12-08T10:08:50.683 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:08:50.683 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-08T10:08:50.683 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:08:50.683 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-08T10:08:50.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:50 smithi002 conmon[82053]: audit 2023-12-08T10:08:50.671535+0000 2023-12-08T10:08:50.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:50 smithi002 conmon[82053]: mon.smithi002 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.2:0/395755276' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:08:51.026 INFO:teuthology.orchestra.run.smithi002.stderr:mgr is available 2023-12-08T10:08:51.623 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-08T10:08:51.623 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: [global] 2023-12-08T10:08:51.623 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: fsid = a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:08:51.623 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T10:08:51.624 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T10:08:51.624 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T10:08:51.624 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T10:08:51.624 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-08T10:08:51.624 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: [mgr] 2023-12-08T10:08:51.624 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T10:08:51.624 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-08T10:08:51.624 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: [osd] 2023-12-08T10:08:51.624 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T10:08:51.624 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T10:08:51.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:51 smithi002 conmon[82053]: audit 2023-12-08T10:08:51.620644+0000 2023-12-08T10:08:51.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:51 smithi002 conmon[82053]: mon.smithi002 (mon.0) 26 : audit [INF] from='client.? 172.21.15.2:0/1625064126' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T10:08:52.163 INFO:teuthology.orchestra.run.smithi002.stderr:Enabling cephadm module... 2023-12-08T10:08:53.125 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:52 smithi002 conmon[82053]: audit 2023-12-08T10:08:52.820762+0000 mon.smithi002 (mon. 2023-12-08T10:08:53.125 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:52 smithi002 conmon[82053]: 0) 27 : audit [INF] from='client.? 172.21.15.2:0/117671460' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-08T10:08:54.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:53 smithi002 conmon[82053]: audit 2023-12-08T10:08:52.873706+0000 mon.smithi002 2023-12-08T10:08:54.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:53 smithi002 conmon[82053]: (mon.0) 28 : audit [INF] from='client.? 172.21.15.2:0/117671460' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-08T10:08:54.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:53 smithi002 conmon[82053]: cluster 2023-12-08T10:08:52.873757+0000 mon.smithi002 (mon. 2023-12-08T10:08:54.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:53 smithi002 conmon[82053]: 0) 29 : cluster [DBG] mgrmap e5: smithi002.utaniu(active, since 6s) 2023-12-08T10:08:56.288 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-08T10:08:56.288 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-08T10:08:56.288 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "available": true, 2023-12-08T10:08:56.288 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "active_name": "smithi002.utaniu", 2023-12-08T10:08:56.288 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T10:08:56.288 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-08T10:08:56.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:56 smithi002 conmon[82053]: audit 2023-12-08T10:08:56.286111+0000 mon.smithi002 2023-12-08T10:08:56.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:56 smithi002 conmon[82053]: (mon.0) 30 : audit [DBG] from='client.? 172.21.15.2:0/3882328096' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T10:08:58.241 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for the mgr to restart... 2023-12-08T10:08:58.241 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for mgr epoch 5... 2023-12-08T10:08:58.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: cluster 2023-12-08T10:08:58.483917+0000 mon.smithi002 ( 2023-12-08T10:08:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: mon.0) 31 : cluster [INF] Active manager daemon smithi002.utaniu restarted 2023-12-08T10:08:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: cluster 2023-12-08T10:08:58.484132+0000 mon.smithi002 (mon.0) 32 : cluster [INF] Activating manager daemon smithi002.utaniu 2023-12-08T10:08:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: cluster 2023-12-08T10:08:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: 2023-12-08T10:08:58.486688+0000 mon.smithi002 2023-12-08T10:08:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-08T10:08:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: cluster 2023-12-08T10:08:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: 2023-12-08T10: 2023-12-08T10:08:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: 08:58.486808+0000 mon.smithi002 (mon.0) 34 2023-12-08T10:08:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: : cluster [DBG] mgrmap e6: smithi002.utaniu(active, starting, since 0.00274999s) 2023-12-08T10:08:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: audit 2023-12-08T10:08:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: 2023-12-08T10:08:58.487578 2023-12-08T10:08:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 35 : audit [DBG] 2023-12-08T10:08:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi002"}]: dispatch 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: audit 2023-12 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: -08T10:08:58.488177+0000 mon.smithi002 (mon 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: .0) 36 : audit [DBG] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mgr metadata", "who": "smithi002.utaniu", "id": "smithi002.utaniu"}]: dispatch 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: audit 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: 2023-12-08T10:08:58 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: .488816+0000 mon.smithi002 (mon.0) 37 : audit 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: [DBG] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: audit 2023-12-08T10 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: :08:58.489021+0000 mon.smithi002 (mon.0 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: ) 38 : audit [DBG] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: audit 2023- 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: 12-08T10:08:58.489166+0000 mon.smithi002 ( 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: cluster 2023 2023-12-08T10:08:58.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: -12-08T10:08:58.503329+0000 2023-12-08T10:08:58.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: mon.smithi002 (mon.0) 40 : cluster [INF] Manager daemon smithi002.utaniu is now available 2023-12-08T10:08:58.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: 2023-12-08T10:08:58.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: audit 2023-12-08 2023-12-08T10:08:58.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: T10:08:58.515891+0000 mon.smithi002 (mon. 2023-12-08T10:08:58.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:58 smithi002 conmon[82053]: 0) 41 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:08:59.867 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: cephadm 2023-12-08T10:08:58.513432+0000 mgr.smithi002.utaniu (mgr.14118) 1 : 2023-12-08T10:08:59.868 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-08T10:08:59.868 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: audit 2023-12-08T10:08:58.608542+0000 mon.smithi002 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:08:59.868 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: audit 2023-12-08T10:08:58.609532+0000 2023-12-08T10:08:59.868 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: mon.smithi002 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:08:59.868 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: audit 2023 2023-12-08T10:08:59.868 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: -12-08T10:08:58.611554+0000 mon.smithi002 (mon.0) 2023-12-08T10:08:59.868 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: 44 : audit [DBG] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:08:59.868 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: audit 2023-12- 2023-12-08T10:08:59.868 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: 08T10:08:58.613514+0000 mon.smithi002 (mon.0) 45 : 2023-12-08T10:08:59.868 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: audit [DBG] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:08:59.868 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: audit 2023-12-08T10:08:59.868 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: 2023-12-08T10:08:58.627793+0000 mon.smithi002 (mon.0) 2023-12-08T10:08:59.869 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: 46 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.utaniu/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:08:59.869 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: audit 2023-12-08T10:08:59.869 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: 2023-12-08T10:08:58.630676+0000 mon.smithi002 ( 2023-12-08T10:08:59.869 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.utaniu/trash_purge_schedule"}]: dispatch 2023-12-08T10:08:59.869 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: cluster 2023-12-08T10:08:59.869 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: 2023-12-08T10:08:59.489313+0000 mon.smithi002 (mon.0) 2023-12-08T10:08:59.869 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:08:59 smithi002 conmon[82053]: 48 : cluster [DBG] mgrmap e7: smithi002.utaniu(active, since 1.00525s) 2023-12-08T10:09:00.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-08T10:09:00.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-08T10:09:00.471 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T10:09:00.472 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-08T10:09:01.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:01 smithi002 conmon[82053]: audit 2023-12-08T10:09:00.437192+0000 mgr.smithi002.utaniu (mgr.14118) 2 2023-12-08T10:09:01.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:01 smithi002 conmon[82053]: : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T10:09:01.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:01 smithi002 conmon[82053]: audit 2023-12-08T10:09:00.443174+0000 mgr.smithi002.utaniu (mgr.14118) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T10:09:01.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:01 smithi002 conmon[82053]: cluster 2023 2023-12-08T10:09:01.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:01 smithi002 conmon[82053]: -12-08T10:09:00.610884+0000 mon.smithi002 (mon.0) 2023-12-08T10:09:01.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:01 smithi002 conmon[82053]: 49 : cluster [DBG] mgrmap e8: smithi002.utaniu(active, since 2s) 2023-12-08T10:09:02.187 INFO:teuthology.orchestra.run.smithi002.stderr:mgr epoch 5 is available 2023-12-08T10:09:02.187 INFO:teuthology.orchestra.run.smithi002.stderr:Setting orchestrator backend to cephadm... 2023-12-08T10:09:05.067 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: value unchanged 2023-12-08T10:09:05.366 INFO:teuthology.orchestra.run.smithi002.stderr:Generating ssh key... 2023-12-08T10:09:05.397 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:05 smithi002 conmon[82053]: audit 2023-12-08T10:09: 2023-12-08T10:09:05.397 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:05 smithi002 conmon[82053]: 04.023673+0000 mgr.smithi002.utaniu (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:05.397 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:05 smithi002 conmon[82053]: audit 2023-12-08T10:09:05.397 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:05 smithi002 conmon[82053]: 2023-12-08T10:09:04.027693+0000 mon.smithi002 (mon.0) 2023-12-08T10:09:05.397 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:05 smithi002 conmon[82053]: 50 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:05.397 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:05 smithi002 conmon[82053]: audit 2023- 2023-12-08T10:09:05.397 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:05 smithi002 conmon[82053]: 12-08T10:09:04.046853+0000 mon.smithi002 (mon. 2023-12-08T10:09:05.397 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:05 smithi002 conmon[82053]: 0) 51 : audit [DBG] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:09:06.328 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:06 smithi002 conmon[82053]: audit 2023-12-08T10:09:05.066124+0000 mgr.smithi002.utaniu ( 2023-12-08T10:09:06.328 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:06 smithi002 conmon[82053]: mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:07.111 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfuEVTGYlxB9h8f5DcGFAa+KQvF78XOFhBrZWrMA/tNis6KCNHsx0p6wvS0QL+ZWvkgmeoDz3Evlp0cEI/C0wfG1Z9ENVrirZqZgGqeUijKE77QcFzk4E0089D3eMA1+SgZ/hotJrNgAgfql4yIUhNRPTvpG6a0QxDXsQFdRuvKsrQ6XCJImidr3e0oyRfCLUcwnYxluBu7l1WXBz2z6UJfz0Ei/mRzW2WyJsLU45ZZkMYZ4P/o7DxeMm7U93B5j0W7KwCkY+PwkDnhR9iXUaKLuB57XocNdV+Q+KGLG6114w62LnN/VKbW/aKuJvA/nsi6dGgcnzZAWZbFuoVlUZk75Chadc0o4JSJlB0RquKpNJJWpST3hxb80ZETmk12WDQRdcBMRAvY603oWvUfUYMWF7V+e2YZBMqVEmNYJCsTOLt5Mld9/00ghGm58AE2fJXGol+aV5LRMPNVrQ8GEXg9GX+6Fz3YJqnJFmoM1rMBdnx3cAfxIs1gTq203la/K8= ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:09:07.438 INFO:teuthology.orchestra.run.smithi002.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-08T10:09:07.438 INFO:teuthology.orchestra.run.smithi002.stderr:Adding key to root@localhost authorized_keys... 2023-12-08T10:09:07.439 INFO:teuthology.orchestra.run.smithi002.stderr:Adding host smithi002... 2023-12-08T10:09:07.446 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: audit 2023-12-08T10:09:05.949107+0000 mgr.smithi002.utaniu (mgr.14118) 6 2023-12-08T10:09:07.446 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:07.446 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: cephadm 2023-12-08T10:09:05.949337+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:09:07.446 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: 14118) 7 : cephadm [INF] Generating ssh key... 2023-12-08T10:09:07.446 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: audit 2023-12 2023-12-08T10:09:07.446 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: -08T10:09:06.164891+0000 2023-12-08T10:09:07.446 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: mon.smithi002 (mon.0) 52 2023-12-08T10:09:07.446 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:07.446 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: audit 2023-12-08T10:09:07.446 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: 2023-12- 2023-12-08T10:09:07.446 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: 08T10:09:06 2023-12-08T10:09:07.446 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: .166581+0000 mon.smithi002 (mon. 2023-12-08T10:09:07.447 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: 0) 53 : audit [INF] 2023-12-08T10:09:07.447 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:07 smithi002 conmon[82053]: from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:08.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:08 smithi002 conmon[82053]: audit 2023-12-08T10:09:07.109566+0000 mgr.smithi002.utaniu (mgr.14118 2023-12-08T10:09:08.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:08 smithi002 conmon[82053]: ) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:08.788 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Added host 'smithi002' with addr '172.21.15.2' 2023-12-08T10:09:09.177 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying mon service with default placement... 2023-12-08T10:09:09.825 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-08T10:09:10.137 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:09 smithi002 conmon[82053]: audit 2023-12-08T10:09:08.049486+0000 mgr.smithi002.utaniu (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi002", "addr": "172.21.15.2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:10.138 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:09 smithi002 conmon[82053]: audit 2023-12-08T10:09:08.784793+0000 mon.smithi002 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:10.138 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:09 smithi002 conmon[82053]: cephadm 2023-12-08T10:09:08.785107+0000 mgr.smithi002.utaniu (mgr.14118) 10 : cephadm [INF] Added host smithi002 2023-12-08T10:09:10.138 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:09 smithi002 conmon[82053]: audit 2023-12-08T10:09:08 2023-12-08T10:09:10.138 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:09 smithi002 conmon[82053]: .825227+0000 mon.smithi002 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:09:10.414 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying mgr service with default placement... 2023-12-08T10:09:11.117 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:10 smithi002 conmon[82053]: audit 2023-12-08T10:09:09.819676 2023-12-08T10:09:11.118 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:10 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:11.118 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:10 smithi002 conmon[82053]: cephadm 2023-12-08T10:09:09.820949+0000 mgr.smithi002.utaniu (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-08T10:09:11.118 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:10 smithi002 conmon[82053]: audit 2023-12-08T10:09:09.823333+0000 mon.smithi002 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:11.225 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-08T10:09:11.549 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying crash service with default placement... 2023-12-08T10:09:12.254 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-08T10:09:12.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:12 smithi002 conmon[82053]: audit 2023-12-08T10:09: 2023-12-08T10:09:12.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:12 smithi002 conmon[82053]: 11.128651+0000 mon.smithi002 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:12.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:12 smithi002 conmon[82053]: audit 2023-12-08T10:09:11.220340+0000 mgr.smithi002.utaniu (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:12.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:12 smithi002 conmon[82053]: cephadm 2023-12-08T10:09:11.221531+0000 mgr.smithi002.utaniu (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-08T10:09:12.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:12 smithi002 conmon[82053]: audit 2023-12-08T10:09:11.223816+0000 mon.smithi002 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:12.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:12 smithi002 conmon[82053]: audit 2023-12-08T10:09:11.636820+0000 mon.smithi002 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:12.685 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying prometheus service with default placement... 2023-12-08T10:09:13.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:13 smithi002 conmon[82053]: audit 2023-12-08T10:09:12.248942+0000 2023-12-08T10:09:13.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:13 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:13.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:13 smithi002 conmon[82053]: cephadm 2023-12-08T10:09:12.249924+0000 mgr.smithi002.utaniu (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-08T10:09:13.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:13 smithi002 conmon[82053]: audit 2023-12-08T10:09:12.252122+0000 mon.smithi002 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:13.572 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-08T10:09:13.922 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying grafana service with default placement... 2023-12-08T10:09:14.710 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: audit 2023-12-08T10 2023-12-08T10:09:14.710 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: :09:13.266211+0000 mon.smithi002 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:14.711 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: audit 2023 2023-12-08T10:09:14.711 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: -12-08T10:09: 2023-12-08T10:09:14.711 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: 13.567474+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:09:14.711 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: 14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:14.712 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: 2023-12-08T10:09:14.712 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: cephadm 2023-12-08T10:09:14.712 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: 2023-12- 2023-12-08T10:09:14.712 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: 08T10:09:13.568337 2023-12-08T10:09:14.712 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14118) 18 2023-12-08T10:09:14.712 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-08T10:09:14.712 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: audit 2023- 2023-12-08T10:09:14.712 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: 12-08T10:09:13.571207+0000 mon.smithi002 2023-12-08T10:09:14.713 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:14 smithi002 conmon[82053]: (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:14.825 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-08T10:09:15.160 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying node-exporter service with default placement... 2023-12-08T10:09:15.791 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-08T10:09:16.095 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying alertmanager service with default placement... 2023-12-08T10:09:16.131 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:15 smithi002 conmon[82053]: audit 2023-12-08T10:09:14.820183+0000 mgr.smithi002.utaniu (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:16.131 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:15 smithi002 conmon[82053]: cephadm 2023-12-08T10:09:14.821065+0000 mgr.smithi002.utaniu (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-08T10:09:16.131 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:15 smithi002 conmon[82053]: audit 2023-12-08T10:09:14.823329+0000 mon.smithi002 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:16.131 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:15 smithi002 conmon[82053]: audit 2023-12-08T10:09:15.789618+0000 mon.smithi002 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:16.679 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-08T10:09:16.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:16 smithi002 conmon[82053]: audit 2023-12-08T10:09:15.786422+0000 2023-12-08T10:09:16.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:16 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14118) 21 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:16.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:16 smithi002 conmon[82053]: cephadm 2023-12-08T10:09:15.787319+0000 mgr.smithi002.utaniu (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-08T10:09:16.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:16 smithi002 conmon[82053]: 2023-12-08T10:09:16.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:16 smithi002 conmon[82053]: audit 2023-12-08T10:09:16.678165+0000 mon.smithi002 (mon 2023-12-08T10:09:16.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:16 smithi002 conmon[82053]: .0) 65 : audit [INF] from='mgr.14118 172.21.15.2:0/311468123' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:17.940 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:17 smithi002 conmon[82053]: audit 2023-12-08T10:09:16.675198+0000 2023-12-08T10:09:17.941 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:17 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:17.941 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:17 smithi002 conmon[82053]: cephadm 2023-12-08T10:09:16.676047+0000 mgr.smithi002.utaniu (mgr.14118) 2023-12-08T10:09:17.941 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:17 smithi002 conmon[82053]: 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-08T10:09:17.941 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:17 smithi002 conmon[82053]: audit 2023-12-08T10:09:17 2023-12-08T10:09:17.941 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:17 smithi002 conmon[82053]: .629736+0000 mon.smithi002 (mon.0) 66 : audit [INF] from='client.? 172.21.15.2:0/3746367821' entity='client.admin' 2023-12-08T10:09:18.901 INFO:teuthology.orchestra.run.smithi002.stderr:Enabling the dashboard module... 2023-12-08T10:09:19.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:19 smithi002 conmon[82053]: cluster 2023-12-08T10:09:18.490028+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:09:19.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:19 smithi002 conmon[82053]: 14118) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:09:19.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:19 smithi002 conmon[82053]: audit 2023-12-08T10:09:18.551389+0000 mon.smithi002 (mon.0) 67 : audit [INF] from='client.? 172.21.15.2:0/303860260' entity='client.admin' 2023-12-08T10:09:19.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:19 smithi002 conmon[82053]: audit 2023-12-08T10:09:19.542447 2023-12-08T10:09:19.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:19 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 68 : audit [INF] from='client.? 172.21.15.2:0/948950194' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-08T10:09:21.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-08T10:09:21.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-08T10:09:21.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "available": true, 2023-12-08T10:09:21.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "active_name": "smithi002.utaniu", 2023-12-08T10:09:21.133 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T10:09:21.133 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-08T10:09:21.475 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for the mgr to restart... 2023-12-08T10:09:21.475 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for mgr epoch 9... 2023-12-08T10:09:21.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:21 smithi002 conmon[82053]: audit 2023-12-08T10:09:20.116798+0000 mon.smithi002 (mon.0) 69 2023-12-08T10:09:21.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:21 smithi002 conmon[82053]: : audit [INF] from='client.? 172.21.15.2:0/948950194' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-08T10:09:21.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:21 smithi002 conmon[82053]: cluster 2023-12-08T10:09:20.116880+0000 mon.smithi002 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi002.utaniu(active, since 21s) 2023-12-08T10:09:22.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:22 smithi002 conmon[82053]: audit 2023-12-08T10:09:21.130295+0000 mon.smithi002 (mon.0 2023-12-08T10:09:22.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:22 smithi002 conmon[82053]: ) 71 : audit [DBG] from='client.? 172.21.15.2:0/3608269154' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T10:09:26.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:25 smithi002 conmon[82053]: cluster 2023-12-08T10:09:25.749728+0000 mon.smithi002 (mon.0) 72 2023-12-08T10:09:26.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:25 smithi002 conmon[82053]: : cluster [INF] Active manager daemon smithi002.utaniu restarted 2023-12-08T10:09:26.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:25 smithi002 conmon[82053]: cluster 2023-12-08T10:09:25.749961+0000 mon.smithi002 (mon.0) 73 : cluster [INF] Activating manager daemon smithi002.utaniu 2023-12-08T10:09:26.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:25 smithi002 conmon[82053]: cluster 2023-12-08T10:09:25.752721+0000 mon.smithi002 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-08T10:09:26.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:25 smithi002 conmon[82053]: cluster 2023-12-08T10:09:25.752846+0000 mon.smithi002 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi002.utaniu(active, starting, since 0.00296673s) 2023-12-08T10:09:26.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:25 smithi002 conmon[82053]: audit 2023-12-08T10:09:25.753870+0000 mon.smithi002 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi002"}]: dispatch 2023-12-08T10:09:26.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:25 smithi002 conmon[82053]: audit 2023-12-08T10:09:25.754480+0000 mon.smithi002 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mgr metadata", "who": "smithi002.utaniu", "id": "smithi002.utaniu"}]: dispatch 2023-12-08T10:09:26.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:25 smithi002 conmon[82053]: audit 2023-12-08T10:09:25.755312+0000 mon.smithi002 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:09:26.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:25 smithi002 conmon[82053]: audit 2023-12-08T10:09:25.755486+0000 mon.smithi002 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:09:26.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:25 smithi002 conmon[82053]: audit 2023-12-08T10:09:25.755633+0000 mon.smithi002 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:09:26.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:25 smithi002 conmon[82053]: cluster 2023-12-08T10:09:25.757549+0000 mon.smithi002 (mon.0) 81 : cluster [INF] Manager daemon smithi002.utaniu is now available 2023-12-08T10:09:26.763 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-08T10:09:26.763 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-08T10:09:26.763 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T10:09:26.763 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-08T10:09:27.116 INFO:teuthology.orchestra.run.smithi002.stderr:mgr epoch 9 is available 2023-12-08T10:09:27.116 INFO:teuthology.orchestra.run.smithi002.stderr:Generating a dashboard self-signed certificate... 2023-12-08T10:09:27.139 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:26 smithi002 conmon[82053]: audit 2023-12-08T10:09:25.859139+0000 mon.smithi002 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:09:27.140 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:26 smithi002 conmon[82053]: audit 2023-12-08T10:09:25.860588+0000 mon.smithi002 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:09:27.140 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:26 smithi002 conmon[82053]: audit 2023-12-08T10:09:25.886868+0000 mon.smithi002 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.utaniu/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:09:27.140 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:26 smithi002 conmon[82053]: audit 2023-12-08T10:09:25.890015+0000 mon.smithi002 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.utaniu/trash_purge_schedule"}]: dispatch 2023-12-08T10:09:27.140 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:26 smithi002 conmon[82053]: cluster 2023-12-08T10:09:26.754699+0000 mon.smithi002 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi002.utaniu(active, since 1.00481s) 2023-12-08T10:09:28.046 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-08T10:09:28.067 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:27 smithi002 conmon[82053]: audit 2023-12-08T10:09:26.753986+0000 mgr.smithi002.utaniu (mgr.14158) 1 2023-12-08T10:09:28.067 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:27 smithi002 conmon[82053]: : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T10:09:28.067 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:27 smithi002 conmon[82053]: audit 2023-12-08T10:09:26.760513+0000 mgr.smithi002.utaniu (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T10:09:28.067 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:27 smithi002 conmon[82053]: audit 2023-12-08T10:09:27.633677+0000 mon.smithi002 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:28.578 INFO:teuthology.orchestra.run.smithi002.stderr:Creating initial admin user... 2023-12-08T10:09:29.337 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:29 smithi002 conmon[82053]: audit 2023-12-08T10:09:27.894765+0000 2023-12-08T10:09:29.337 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:29 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:29.338 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:29 smithi002 conmon[82053]: audit 2023-12-08T10:09:28.042827+0000 mon.smithi002 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:29.338 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:29 smithi002 conmon[82053]: audit 2023-12-08T10:09:28.044537+0000 mon.smithi002 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:29.338 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:29 smithi002 conmon[82053]: cluster 2023-12-08T10:09:28.635428+0000 mon.smithi002 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi002.utaniu(active, since 2s) 2023-12-08T10:09:29.816 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$DYsR8GdNZjUmSSjK6SDpDeeUVrzV6hlcqHStiW1mIjIM39YiqbXK6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702030169, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-08T10:09:31.169 INFO:teuthology.orchestra.run.smithi002.stderr:Fetching dashboard port number... 2023-12-08T10:09:31.173 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:30 smithi002 conmon[82053]: audit 2023-12-08T10:09:29.570661+0000 mgr.smithi002.utaniu (mgr.14158) 4 2023-12-08T10:09:31.173 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:30 smithi002 conmon[82053]: : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:31.173 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:30 smithi002 conmon[82053]: audit 2023-12-08T10:09:29.815360+0000 mon.smithi002 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:31.802 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 8443 2023-12-08T10:09:32.205 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:31 smithi002 conmon[82053]: audit 2023-12-08T10:09 2023-12-08T10:09:32.205 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:31 smithi002 conmon[82053]: :31.800053+0000 mon.smithi002 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.2:0/4235883247' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-08T10:09:32.213 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: disabled 2023-12-08T10:09:32.221 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-08T10:09:32.221 INFO:teuthology.orchestra.run.smithi002.stderr:firewalld.service is not enabled 2023-12-08T10:09:32.221 INFO:teuthology.orchestra.run.smithi002.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-08T10:09:32.224 INFO:teuthology.orchestra.run.smithi002.stderr:Ceph Dashboard is now available at: 2023-12-08T10:09:32.224 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-08T10:09:32.224 INFO:teuthology.orchestra.run.smithi002.stderr: URL: https://smithi002.front.sepia.ceph.com:8443/ 2023-12-08T10:09:32.224 INFO:teuthology.orchestra.run.smithi002.stderr: User: admin 2023-12-08T10:09:32.224 INFO:teuthology.orchestra.run.smithi002.stderr: Password: b5jj8rdp4s 2023-12-08T10:09:32.224 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-08T10:09:32.224 INFO:teuthology.orchestra.run.smithi002.stderr:Enabling autotune for osd_memory_target 2023-12-08T10:09:33.163 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:32 smithi002 conmon[82053]: cluster 2023-12-08T10:09:31.817688+0000 mon.smithi002 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi002.utaniu(active, since 6s) 2023-12-08T10:09:33.929 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-08T10:09:34.297 INFO:teuthology.orchestra.run.smithi002.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-08T10:09:34.297 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-08T10:09:34.297 INFO:teuthology.orchestra.run.smithi002.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:09:34.297 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-08T10:09:34.297 INFO:teuthology.orchestra.run.smithi002.stderr:Or, if you are only running a single cluster on this host: 2023-12-08T10:09:34.298 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-08T10:09:34.298 INFO:teuthology.orchestra.run.smithi002.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-08T10:09:34.298 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-08T10:09:34.298 INFO:teuthology.orchestra.run.smithi002.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-08T10:09:34.298 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-08T10:09:34.298 INFO:teuthology.orchestra.run.smithi002.stderr: ceph telemetry on 2023-12-08T10:09:34.298 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-08T10:09:34.298 INFO:teuthology.orchestra.run.smithi002.stderr:For more information see: 2023-12-08T10:09:34.298 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-08T10:09:34.298 INFO:teuthology.orchestra.run.smithi002.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-08T10:09:34.298 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-08T10:09:34.298 INFO:teuthology.orchestra.run.smithi002.stderr:Bootstrap complete. 2023-12-08T10:09:34.336 INFO:tasks.cephadm:Fetching config... 2023-12-08T10:09:34.336 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T10:09:34.336 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-08T10:09:34.353 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-08T10:09:34.353 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T10:09:34.353 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-08T10:09:34.408 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-08T10:09:34.409 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T10:09:34.409 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/keyring of=/dev/stdout 2023-12-08T10:09:34.476 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-08T10:09:34.476 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T10:09:34.476 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-08T10:09:34.532 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-08T10:09:34.533 DEBUG:teuthology.orchestra.run.smithi002:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfuEVTGYlxB9h8f5DcGFAa+KQvF78XOFhBrZWrMA/tNis6KCNHsx0p6wvS0QL+ZWvkgmeoDz3Evlp0cEI/C0wfG1Z9ENVrirZqZgGqeUijKE77QcFzk4E0089D3eMA1+SgZ/hotJrNgAgfql4yIUhNRPTvpG6a0QxDXsQFdRuvKsrQ6XCJImidr3e0oyRfCLUcwnYxluBu7l1WXBz2z6UJfz0Ei/mRzW2WyJsLU45ZZkMYZ4P/o7DxeMm7U93B5j0W7KwCkY+PwkDnhR9iXUaKLuB57XocNdV+Q+KGLG6114w62LnN/VKbW/aKuJvA/nsi6dGgcnzZAWZbFuoVlUZk75Chadc0o4JSJlB0RquKpNJJWpST3hxb80ZETmk12WDQRdcBMRAvY603oWvUfUYMWF7V+e2YZBMqVEmNYJCsTOLt5Mld9/00ghGm58AE2fJXGol+aV5LRMPNVrQ8GEXg9GX+6Fz3YJqnJFmoM1rMBdnx3cAfxIs1gTq203la/K8= ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T10:09:34.611 INFO:teuthology.orchestra.run.smithi002.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfuEVTGYlxB9h8f5DcGFAa+KQvF78XOFhBrZWrMA/tNis6KCNHsx0p6wvS0QL+ZWvkgmeoDz3Evlp0cEI/C0wfG1Z9ENVrirZqZgGqeUijKE77QcFzk4E0089D3eMA1+SgZ/hotJrNgAgfql4yIUhNRPTvpG6a0QxDXsQFdRuvKsrQ6XCJImidr3e0oyRfCLUcwnYxluBu7l1WXBz2z6UJfz0Ei/mRzW2WyJsLU45ZZkMYZ4P/o7DxeMm7U93B5j0W7KwCkY+PwkDnhR9iXUaKLuB57XocNdV+Q+KGLG6114w62LnN/VKbW/aKuJvA/nsi6dGgcnzZAWZbFuoVlUZk75Chadc0o4JSJlB0RquKpNJJWpST3hxb80ZETmk12WDQRdcBMRAvY603oWvUfUYMWF7V+e2YZBMqVEmNYJCsTOLt5Mld9/00ghGm58AE2fJXGol+aV5LRMPNVrQ8GEXg9GX+6Fz3YJqnJFmoM1rMBdnx3cAfxIs1gTq203la/K8= ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:09:34.623 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfuEVTGYlxB9h8f5DcGFAa+KQvF78XOFhBrZWrMA/tNis6KCNHsx0p6wvS0QL+ZWvkgmeoDz3Evlp0cEI/C0wfG1Z9ENVrirZqZgGqeUijKE77QcFzk4E0089D3eMA1+SgZ/hotJrNgAgfql4yIUhNRPTvpG6a0QxDXsQFdRuvKsrQ6XCJImidr3e0oyRfCLUcwnYxluBu7l1WXBz2z6UJfz0Ei/mRzW2WyJsLU45ZZkMYZ4P/o7DxeMm7U93B5j0W7KwCkY+PwkDnhR9iXUaKLuB57XocNdV+Q+KGLG6114w62LnN/VKbW/aKuJvA/nsi6dGgcnzZAWZbFuoVlUZk75Chadc0o4JSJlB0RquKpNJJWpST3hxb80ZETmk12WDQRdcBMRAvY603oWvUfUYMWF7V+e2YZBMqVEmNYJCsTOLt5Mld9/00ghGm58AE2fJXGol+aV5LRMPNVrQ8GEXg9GX+6Fz3YJqnJFmoM1rMBdnx3cAfxIs1gTq203la/K8= ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T10:09:34.665 INFO:teuthology.orchestra.run.smithi204.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfuEVTGYlxB9h8f5DcGFAa+KQvF78XOFhBrZWrMA/tNis6KCNHsx0p6wvS0QL+ZWvkgmeoDz3Evlp0cEI/C0wfG1Z9ENVrirZqZgGqeUijKE77QcFzk4E0089D3eMA1+SgZ/hotJrNgAgfql4yIUhNRPTvpG6a0QxDXsQFdRuvKsrQ6XCJImidr3e0oyRfCLUcwnYxluBu7l1WXBz2z6UJfz0Ei/mRzW2WyJsLU45ZZkMYZ4P/o7DxeMm7U93B5j0W7KwCkY+PwkDnhR9iXUaKLuB57XocNdV+Q+KGLG6114w62LnN/VKbW/aKuJvA/nsi6dGgcnzZAWZbFuoVlUZk75Chadc0o4JSJlB0RquKpNJJWpST3hxb80ZETmk12WDQRdcBMRAvY603oWvUfUYMWF7V+e2YZBMqVEmNYJCsTOLt5Mld9/00ghGm58AE2fJXGol+aV5LRMPNVrQ8GEXg9GX+6Fz3YJqnJFmoM1rMBdnx3cAfxIs1gTq203la/K8= ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:09:34.677 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-08T10:09:35.209 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:34 smithi002 conmon[82053]: audit 2023-12-08T10:09:33.925001+0000 mon.smithi002 (mon.0) 94 : audit [INF] from='client.? 172.21.15.2:0/1094168356' entity='client.admin' 2023-12-08T10:09:37.383 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-08T10:09:37.384 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-08T10:09:38.086 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:37 smithi002 conmon[82053]: audit 2023-12-08T10:09:36.827828+0000 mon.smithi002 (mon.0) 95 : audit [INF] from='client.? 172.21.15.2:0/3848515723' entity='client.admin' 2023-12-08T10:09:38.086 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:37 smithi002 conmon[82053]: audit 2023-12-08T10:09:37.736180+0000 mon.smithi002 (mon.0) 96 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:39.189 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:38 smithi002 conmon[82053]: audit 2023-12-08T10:09:38.176637+0000 mon.smithi002 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi002", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:09:39.189 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:38 smithi002 conmon[82053]: audit 2023-12-08T10:09:38.179851+0000 mon.smithi002 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:39.418 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi204 2023-12-08T10:09:39.419 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-08T10:09:39.419 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.conf 2023-12-08T10:09:39.436 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-08T10:09:39.436 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:09:39.493 INFO:tasks.cephadm:Adding host smithi204 to orchestrator... 2023-12-08T10:09:39.493 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch host add smithi204 2023-12-08T10:09:40.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:40 smithi002 conmon[82053]: cephadm 2023-12-08T10:09:38.188291+0000 mgr.smithi002.utaniu (mgr.14158) 5 2023-12-08T10:09:40.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:40 smithi002 conmon[82053]: : cephadm [INF] Deploying daemon alertmanager.smithi002 on smithi002 2023-12-08T10:09:40.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:40 smithi002 conmon[82053]: audit 2023-12-08T10:09:39.049078+0000 mgr.smithi002.utaniu (mgr.14158) 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:09:40.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:40 smithi002 conmon[82053]: audit 2023-12-08T10:09:39.051405+0000 mon.smithi002 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:46.224 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:45 smithi002 conmon[82053]: audit 2023-12-08T10:09:44.913143+0000 mon.smithi002 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:46.224 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:45 smithi002 conmon[82053]: audit 2023-12-08T10:09:44.914745+0000 mon.smithi002 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi002", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:09:46.224 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:45 smithi002 conmon[82053]: audit 2023-12-08T10:09:44.916358+0000 mon.smithi002 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi002", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T10:09:46.224 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:45 smithi002 conmon[82053]: audit 2023-12-08T10:09:44.916971+0000 mon.smithi002 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:09:46.224 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:45 smithi002 conmon[82053]: cephadm 2023-12-08T10:09:44.917482+0000 mgr.smithi002.utaniu (mgr.14158) 7 : cephadm [INF] Deploying daemon crash.smithi002 on smithi002 2023-12-08T10:09:46.224 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:45 smithi002 conmon[82053]: audit 2023-12-08T10:09:45.888975+0000 mon.smithi002 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:47.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:46 smithi002 conmon[82053]: cluster 2023-12-08T10:09:45. 2023-12-08T10:09:47.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:46 smithi002 conmon[82053]: 756435+0000 mgr.smithi002.utaniu (mgr.14158) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:09:48.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:47 smithi002 conmon[82053]: audit 2023-12-08T10:09:46.991806+0000 mon.smithi002 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:48.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:47 smithi002 conmon[82053]: audit 2023-12-08T10:09:47.048676+0000 mon.smithi002 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:48.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:47 smithi002 conmon[82053]: audit 2023-12-08T10:09:47.050457+0000 mon.smithi002 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:48.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:47 smithi002 conmon[82053]: audit 2023-12-08T10:09:47.051942+0000 mon.smithi002 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T10:09:48.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:47 smithi002 conmon[82053]: audit 2023-12-08T10:09:47.052287+0000 mgr.smithi002.utaniu (mgr.14158) 9 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T10:09:48.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:47 smithi002 conmon[82053]: audit 2023- 2023-12-08T10:09:48.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:47 smithi002 conmon[82053]: 12-08T10:09:47.054461+0000 mon.smithi002 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:48.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:47 smithi002 conmon[82053]: cephadm 2023-12-08T10:09: 2023-12-08T10:09:48.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:47 smithi002 conmon[82053]: 47.061931+0000 mgr.smithi002.utaniu (mgr.14158) 10 2023-12-08T10:09:48.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:47 smithi002 conmon[82053]: : cephadm [INF] Deploying daemon grafana.smithi002 on smithi002 2023-12-08T10:09:49.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:49 smithi002 conmon[82053]: cluster 2023-12-08T10:09:47.756666+0000 mgr.smithi002.utaniu 2023-12-08T10:09:49.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:49 smithi002 conmon[82053]: (mgr.14158) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:09:51.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:51 smithi002 conmon[82053]: cluster 2023-12-08T10:09:49.756896+0000 2023-12-08T10:09:51.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:51 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:09:51.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:51 smithi002 conmon[82053]: audit 2023-12-08T10:09:50.891988+0000 mon.smithi002 (mon.0) 110 : audit [INF] 2023-12-08T10:09:51.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:51 smithi002 conmon[82053]: from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:09:53.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:53 smithi002 conmon[82053]: cluster 2023-12-08T10:09:51.757208+0000 mgr.smithi002.utaniu 2023-12-08T10:09:53.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:53 smithi002 conmon[82053]: (mgr.14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:09:55.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:55 smithi002 conmon[82053]: cluster 2023-12-08T10:09:53.757474+0000 2023-12-08T10:09:55.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:55 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14158) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:09:57.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:57 smithi002 conmon[82053]: cluster 2023-12-08T10:09:55.757672+0000 mgr.smithi002.utaniu (mgr.14158 2023-12-08T10:09:57.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:57 smithi002 conmon[82053]: ) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:09:59.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:59 smithi002 conmon[82053]: cluster 2023-12-08T10:09:57.757932+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:09:59.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:09:59 smithi002 conmon[82053]: 14158) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:01.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:01 smithi002 conmon[82053]: cluster 2023-12-08T10:09:59.758198+0000 2023-12-08T10:10:01.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:01 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14158) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:03.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:03 smithi002 conmon[82053]: cluster 2023-12-08T10:10:01.758437+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:10:03.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:03 smithi002 conmon[82053]: .14158) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:05.336 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:05 smithi002 conmon[82053]: cluster 2023-12-08T10:10:03.758657+0000 mgr.smithi002.utaniu 2023-12-08T10:10:05.336 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:05 smithi002 conmon[82053]: (mgr.14158) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:07.387 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:07 smithi002 conmon[82053]: cluster 2023-12-08T10:10:05. 2023-12-08T10:10:07.387 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:07 smithi002 conmon[82053]: 758924+0000 mgr.smithi002.utaniu (mgr.14158) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:08.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:08 smithi002 conmon[82053]: audit 2023-12-08T10:10:07.322413+0000 mon.smithi002 ( 2023-12-08T10:10:08.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:08 smithi002 conmon[82053]: mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:08.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:08 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:07.324822+0000 mgr.smithi002.utaniu (mgr.14158) 21 : cephadm [INF] Deploying daemon node-exporter.smithi002 on smithi002 2023-12-08T10:10:08.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:08 smithi002 conmon[82053]: cluster 2023-12-08T10:10:07.759168+0000 mgr.smithi002.utaniu (mgr.14158) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:09.824 INFO:teuthology.orchestra.run.smithi204.stdout:Added host 'smithi204' with addr '172.21.15.204' 2023-12-08T10:10:10.253 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch host ls --format=json 2023-12-08T10:10:10.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:10 smithi002 conmon[82053]: audit 2023-12-08T10:10:09.092302+0000 mgr.smithi002.utaniu (mgr.14158 2023-12-08T10:10:10.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:10 smithi002 conmon[82053]: ) 23 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:10:10.375 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:10 smithi002 conmon[82053]: audit 2023-12-08T10:10:09.822255+0000 mon.smithi002 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:11.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:11 smithi002 conmon[82053]: cluster 2023-12-08T10:10:09.759534+0000 mgr.smithi002.utaniu (mgr.14158) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:11.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:11 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:09.822567+0000 mgr.smithi002.utaniu (mgr.14158) 25 : cephadm [INF] Added host smithi204 2023-12-08T10:10:11.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:11 smithi002 conmon[82053]: audit 2023-12-08T10:10:10.510215+0000 mon.smithi002 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:11.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:11 smithi002 conmon[82053]: audit 2023-12-08T10:10:10.512859+0000 mon.smithi002 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-08T10:10:11.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:11 smithi002 conmon[82053]: audit 2023-12-08T10:10:10.895958+0000 mon.smithi002 (mon.0) 115 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:12.937 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:12 smithi002 conmon[82053]: audit 2023-12-08T10:10:11.512289+0000 2023-12-08T10:10:12.937 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:12 smithi002 conmon[82053]: mon.smithi002 (mon.0) 116 : audit [INF] from='mgr.14158 172.21.15.2:0/2874081387' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-08T10:10:12.937 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:12 smithi002 conmon[82053]: cluster 2023-12-08T10:10:11.512360+0000 mon.smithi002 (mon.0) 117 : cluster [DBG] mgrmap e14: smithi002.utaniu(active, since 45s) 2023-12-08T10:10:17.329 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: cluster 2023-12-08T10:10:17.084587+0000 mon.smithi002 ( 2023-12-08T10:10:17.329 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: mon.0) 118 : cluster [INF] Active manager daemon smithi002.utaniu restarted 2023-12-08T10:10:17.329 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: cluster 2023-12-08T10:10:17.084826+0000 mon.smithi002 (mon.0) 119 : cluster [INF] Activating manager daemon smithi002.utaniu 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: cluster 2023-12-08T10:10:17.087639+0000 mon.smithi002 (mon.0) 120 : 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: cluster 2023-12 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: -08T10:10:17.087768+0000 mon.smithi002 (mon.0) 121 : cluster [DBG] mgrmap e15: smithi002.utaniu(active, starting, since 0.00303719s) 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: audit 2023-12-08T10: 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: 10:17.088905+0000 mon.smithi002 (mon.0) 122 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi002"}]: dispatch 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: audit 2023-12-08T10:10:17.089585+0000 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: mon.smithi002 (mon.0) 123 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mgr metadata", "who": "smithi002.utaniu", "id": "smithi002.utaniu"}]: dispatch 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: audit 2023-12-08T10:10:17.090270+0000 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: mon.smithi002 (mon.0) 124 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: audit 2023-12-08T10:10:17.090434+0000 mon.smithi002 ( 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: mon.0) 125 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: audit 2023-12-08T10:10:17.090596+0000 mon.smithi002 (mon 2023-12-08T10:10:17.330 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: .0) 126 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:10:17.331 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: cluster 2023-12-08T10:10:17.331 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: 2023-12-08T10:10:17.104471+0000 mon.smithi002 (mon.0) 127 : cluster [INF] 2023-12-08T10:10:17.331 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:17 smithi002 conmon[82053]: Manager daemon smithi002.utaniu is now available 2023-12-08T10:10:18.092 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T10:10:18.092 INFO:teuthology.orchestra.run.smithi204.stdout:[{"addr": "172.21.15.2", "hostname": "smithi002", "labels": [], "status": ""}, {"addr": "172.21.15.204", "hostname": "smithi204", "labels": [], "status": ""}] 2023-12-08T10:10:18.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:18 smithi002 conmon[82053]: audit 2023-12-08T10:10:17.206227+0000 mon.smithi002 2023-12-08T10:10:18.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:18 smithi002 conmon[82053]: (mon.0) 128 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:10:18.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:18 smithi002 conmon[82053]: audit 2023-12-08T10:10:17.207962+0000 mon.smithi002 (mon.0) 129 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:10:18.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:18 smithi002 conmon[82053]: audit 2023-12-08T10:10:17.225999+0000 mon.smithi002 (mon.0) 130 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:18.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:18 smithi002 conmon[82053]: audit 2023-12-08T10:10:17.248836+0000 mon.smithi002 (mon.0) 131 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.utaniu/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:10:18.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:18 smithi002 conmon[82053]: audit 2023-12-08T10:10:17.253234+0000 mon.smithi002 (mon.0) 132 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.utaniu/trash_purge_schedule"}]: dispatch 2023-12-08T10:10:18.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:18 smithi002 conmon[82053]: audit 2023-12-08T10:10:17.800694+0000 mon.smithi002 (mon.0) 133 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:18.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:18 smithi002 conmon[82053]: cluster 2023-12-08T10:10:18.089763+0000 mon.smithi002 (mon.0) 134 : cluster [DBG] mgrmap e16: smithi002.utaniu(active, since 1.00503s) 2023-12-08T10:10:18.519 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-08T10:10:18.520 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd crush tunables default 2023-12-08T10:10:19.717 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:19 smithi002 conmon[82053]: audit 2023-12-08T10:10:18.089666+0000 mgr.smithi002.utaniu (mgr.14184) 1 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:10:19.717 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:19 smithi002 conmon[82053]: audit 2023-12-08T10:10:18.452915+0000 mon.smithi002 (mon.0) 135 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:20.463 INFO:teuthology.orchestra.run.smithi002.stderr:adjusted tunables profile to default 2023-12-08T10:10:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:20 smithi002 conmon[82053]: cluster 2023-12-08T10:10:19.456471+0000 mon.smithi002 (mon.0) 2023-12-08T10:10:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:20 smithi002 conmon[82053]: 136 : cluster [DBG] mgrmap e17: smithi002.utaniu(active, since 2s) 2023-12-08T10:10:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:20 smithi002 conmon[82053]: audit 2023-12-08T10:10:20.418414+0000 mon.smithi002 (mon.0) 137 : audit [INF] from='client.? 172.21.15.2:0/643406331' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-08T10:10:21.153 INFO:tasks.cephadm:Adding mon.smithi002 on smithi002 2023-12-08T10:10:21.153 INFO:tasks.cephadm:Adding mon.smithi204 on smithi204 2023-12-08T10:10:21.154 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch apply mon '2;smithi002:172.21.15.2=smithi002;smithi204:172.21.15.204=smithi204' 2023-12-08T10:10:21.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:21 smithi002 conmon[82053]: audit 2023-12-08T10:10:20.459812+0000 mon.smithi002 (mon.0) 138 : audit [INF] from='client.? 172.21.15.2:0/643406331' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-08T10:10:21.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:21 smithi002 conmon[82053]: cluster 2023-12-08T10:10:20.459896+0000 mon.smithi002 (mon.0) 139 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T10:10:22.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: audit 2023-12-08T10:10:21.520062+0000 mon.smithi002 (mon.0 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: ) 140 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: audit 2023-12-08T10:10:21.685208+0000 mon.smithi002 (mon.0) 141 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: audit 2023-12-08T10:10:22.081696+0000 mon.smithi002 (mon.0) 142 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi002", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: audit 2023-12-08T10:10:22.477667+0000 mon.smithi002 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: (mon.0) 143 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: audit 2023-12-08T10:10: 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: 22.478339+0000 mon.smithi002 (mon.0) 144 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: audit 2023 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: -12-08T10:10:22.479178+0000 mon.smithi002 ( 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: mon.0) 145 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: audit 2023-12- 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: 08T10:10:22.479884+0000 mon.smithi002 ( 2023-12-08T10:10:22.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:22 smithi002 conmon[82053]: mon.0) 146 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:10:23.123 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mon update... 2023-12-08T10:10:23.574 DEBUG:teuthology.orchestra.run.smithi204:mon.smithi204> sudo journalctl -f -n 0 -u ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mon.smithi204.service 2023-12-08T10:10:23.577 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:10:23.577 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:10:23.606 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:-- Logs begin at Fri 2023-12-08 09:58:19 UTC. -- 2023-12-08T10:10:23.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:22.481112+0000 mgr.smithi002.utaniu (mgr.14184) 2 : cephadm [INF] Updating smithi002:/etc/ceph/ceph.conf 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: 2023-12-08T10:10:22.481373+0000 mgr.smithi002.utaniu (mgr.14184) 3 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:22.496648+0000 mgr.smithi002.utaniu (mgr.14184) 4 : cephadm [INF] Updating smithi002:/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:22.522588+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: 5 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: audit 2023-12-08T 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: 10:10:22.524736+0000 mon.smithi002 (mon. 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: 0) 147 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: audit 2023-12- 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: 08T10:10:22.609571+0000 mon.smithi002 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: (mon.0) 148 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: audit 2023 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: -12-08T10:10:22.612028+0000 2023-12-08T10:10:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: mon.smithi002 (mon.0) 149 : audit [INF] 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: audit 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: 2023-12-08T10:10:22.613627+0000 mon.smithi002 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: (mon.0) 150 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: audit 2023-12 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: -08T10:10:22.615305+0000 mon.smithi002 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: (mon.0) 151 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: audit 2023 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: -12-08T10:10:22.615966+0000 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: mon.smithi002 (mon.0) 152 : audit [DBG] 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: audit 2023-12-08T10:10: 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: 23.121248+0000 mon.smithi002 (mon.0) 153 : 2023-12-08T10:10:23.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:23 smithi002 conmon[82053]: audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:24.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:24 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:22.616543+0000 mgr.smithi002.utaniu 2023-12-08T10:10:24.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:24 smithi002 conmon[82053]: (mgr.14184) 6 : cephadm [INF] Deploying daemon crash.smithi204 on smithi204 2023-12-08T10:10:24.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:24 smithi002 conmon[82053]: audit 2023-12-08T10:10:23.116450+0000 mgr.smithi002.utaniu (mgr.14184) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi002:172.21.15.2=smithi002;smithi204:172.21.15.204=smithi204", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:10:24.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:24 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:23.118620+0000 mgr.smithi002.utaniu (mgr.14184) 8 : cephadm [INF] Saving service mon spec with placement smithi002:172.21.15.2=smithi002;smithi204:172.21.15.204=smithi204;count:2 2023-12-08T10:10:25.909 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T10:10:25.909 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"a9b2a5b2-95b1-11ee-95a3-87774f69a715","modified":"2023-12-08T10:08:32.637657Z","created":"2023-12-08T10:08:32.637657Z","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":"smithi002","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:3300","nonce":0},{"type":"v1","addr":"172.21.15.2:6789","nonce":0}]},"addr":"172.21.15.2:6789/0","public_addr":"172.21.15.2:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:10:25.911 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2023-12-08T10:10:26.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:26 smithi002 conmon[82053]: audit 2023-12-08T10:10:25.720966+0000 mon.smithi002 (mon.0) 154 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:26.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:26 smithi002 conmon[82053]: audit 2023-12-08T10:10:26.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:26 smithi002 conmon[82053]: 2023-12-08T10:10:25.723398+0000 mon.smithi002 (mon.0) 155 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.ocpqrt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:10:26.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:26 smithi002 conmon[82053]: audit 2023-12-08T10:10:25.725484+0000 mon.smithi002 (mon.0) 156 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.ocpqrt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-08T10:10:26.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:26 smithi002 conmon[82053]: audit 2023-12-08T10:10 2023-12-08T10:10:26.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:26 smithi002 conmon[82053]: :25.726339+0000 mon.smithi002 (mon.0) 157 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:10:26.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:26 smithi002 conmon[82053]: audit 2023-12-08T10:10: 2023-12-08T10:10:26.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:26 smithi002 conmon[82053]: 25.727345+0000 mon.smithi002 (mon.0) 158 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:10:26.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:26 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:26.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:26 smithi002 conmon[82053]: 2023-12-08T10:10:25.728099+0000 mgr.smithi002.utaniu (mgr.14184) 9 : cephadm [INF] Deploying daemon mgr.smithi204.ocpqrt on smithi204 2023-12-08T10:10:26.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:26 smithi002 conmon[82053]: 2023-12-08T10:10:26.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:26 smithi002 conmon[82053]: audit 2023-12-08T10:10: 2023-12-08T10:10:26.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:26 smithi002 conmon[82053]: 25.907536+0000 mon.smithi002 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.204:0/3923516297' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:10:27.265 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:10:27.266 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:10:28.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:28 smithi002 conmon[82053]: audit 2023-12-08T10:10:27.241818+0000 mon.smithi002 (mon.0) 160 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:28.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:28 smithi002 conmon[82053]: audit 2023-12-08T10:10:28.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:28 smithi002 conmon[82053]: 2023-12-08T10:10:27.974430+0000 mon.smithi002 (mon.0) 161 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:28.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:28 smithi002 conmon[82053]: audit 2023-12-08T10:10:27.976632+0000 mon.smithi002 (mon.0) 162 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:10:28.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:28 smithi002 conmon[82053]: audit 2023-12-08T10:10 2023-12-08T10:10:28.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:28 smithi002 conmon[82053]: :27.977467+0000 mon.smithi002 (mon.0) 163 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:10:28.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:28 smithi002 conmon[82053]: audit 2023-12-08T 2023-12-08T10:10:28.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:28 smithi002 conmon[82053]: 10:10:27.978287+0000 mon.smithi002 (mon.0) 164 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:10:29.232 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T10:10:29.232 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"a9b2a5b2-95b1-11ee-95a3-87774f69a715","modified":"2023-12-08T10:08:32.637657Z","created":"2023-12-08T10:08:32.637657Z","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":"smithi002","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:3300","nonce":0},{"type":"v1","addr":"172.21.15.2:6789","nonce":0}]},"addr":"172.21.15.2:6789/0","public_addr":"172.21.15.2:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:10:29.234 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2023-12-08T10:10:29.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:29 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:27.979014+0000 mgr.smithi002.utaniu (mgr.14184) 10 : cephadm [INF] Deploying daemon mon.smithi204 on smithi204 2023-12-08T10:10:29.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:29 smithi002 conmon[82053]: audit 2023-12-08T10:10:29.230195+0000 mon.smithi002 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.204:0/2261140584' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:10:30.692 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:10:30.692 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:10:33.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:33 smithi002 conmon[82053]: audit 2023-12-08T10:10:32.245828+0000 mon.smithi002 (mon.0) 166 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:34.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:34 smithi002 conmon[82053]: cluster 2023-12-08T10:10:33.457547+0000 mon.smithi002 (mon.0) 167 : cluster [DBG] Standby manager daemon smithi204.ocpqrt started 2023-12-08T10:10:34.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:34 smithi002 conmon[82053]: audit 2023-12-08T10:10:33.459500+0000 mon.smithi002 (mon.0) 168 : audit [DBG] from='mgr.? 172.21.15.204:0/3097793062' entity='mgr.smithi204.ocpqrt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.ocpqrt/crt"}]: dispatch 2023-12-08T10:10:34.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:34 smithi002 conmon[82053]: audit 2023-12-08T10:10:33.460232+0000 mon.smithi002 (mon.0 2023-12-08T10:10:34.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:34 smithi002 conmon[82053]: ) 169 : audit [DBG] from='mgr.? 172.21.15.204:0/3097793062' entity='mgr.smithi204.ocpqrt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T10:10:34.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:34 smithi002 conmon[82053]: audit 2023-12- 2023-12-08T10:10:34.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:34 smithi002 conmon[82053]: 08T10:10:33.463062+0000 mon.smithi002 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.204:0/3097793062' entity='mgr.smithi204.ocpqrt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.ocpqrt/key"}]: dispatch 2023-12-08T10:10:34.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:34 smithi002 conmon[82053]: audit 2023-12-08T10:10: 2023-12-08T10:10:34.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:34 smithi002 conmon[82053]: 33.463485+0000 mon.smithi002 (mon.0) 171 : audit [DBG] from='mgr.? 172.21.15.204:0/3097793062' entity='mgr.smithi204.ocpqrt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T10:10:34.762 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:34 smithi204 systemd[1]: Starting Ceph mon.smithi204 for a9b2a5b2-95b1-11ee-95a3-87774f69a715... 2023-12-08T10:10:35.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:35 smithi002 conmon[82053]: cluster 2023-12-08T10:10:34.252519+0000 mon.smithi002 (mon.0) 172 : cluster [DBG] mgrmap e18: smithi002.utaniu(active, since 17s), standbys: smithi204.ocpqrt 2023-12-08T10:10:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:35 smithi002 conmon[82053]: audit 2023-12-08T10:10:34.252736+0000 mon.smithi002 (mon.0) 173 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mgr metadata", "who": "smithi204.ocpqrt", "id": "smithi204.ocpqrt"}]: dispatch 2023-12-08T10:10:38.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:38 smithi002 conmon[82053]: cluster 2023-12-08T10:10:37.091858+0000 mgr.smithi002.utaniu (mgr.14184) 11 2023-12-08T10:10:38.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:38 smithi002 conmon[82053]: : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:39.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.219+0000 7fb836c6a880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T10:10:39.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.219+0000 7fb836c6a880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T10:10:39.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.219+0000 7fb836c6a880 0 pidfile_write: ignore empty --pid-file 2023-12-08T10:10:39.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.224+0000 7fb836c6a880 0 load: jerasure load: lrc load: isa 2023-12-08T10:10:39.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T10:10:39.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T10:10:39.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T10:10:39.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: DB SUMMARY 2023-12-08T10:10:39.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T10:10:39.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T10:10:39.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-08T10:10:39.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi204/store.db dir, Total Num: 0, files: 2023-12-08T10:10:39.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi204/store.db: 000003.log size: 511 ; 2023-12-08T10:10:39.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T10:10:39.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T10:10:39.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T10:10:39.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.env: 0x55e951167080 2023-12-08T10:10:39.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.fs: Posix File System 2023-12-08T10:10:39.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.info_log: 0x55e952033d20 2023-12-08T10:10:39.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T10:10:39.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.statistics: (nil) 2023-12-08T10:10:39.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.use_fsync: 0 2023-12-08T10:10:39.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T10:10:39.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T10:10:39.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T10:10:39.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T10:10:39.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T10:10:39.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T10:10:39.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T10:10:39.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.db_log_dir: 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi204/store.db 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T10:10:39.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T10:10:39.574 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T10:10:39.574 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.write_buffer_manager: 0x55e952c8a480 2023-12-08T10:10:39.574 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T10:10:39.574 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T10:10:39.574 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T10:10:39.574 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T10:10:39.574 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T10:10:39.575 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T10:10:39.575 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T10:10:39.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T10:10:39.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T10:10:39.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.unordered_write: 0 2023-12-08T10:10:39.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T10:10:39.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T10:10:39.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T10:10:39.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T10:10:39.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.row_cache: None 2023-12-08T10:10:39.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.wal_filter: None 2023-12-08T10:10:39.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T10:10:39.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T10:10:39.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T10:10:39.576 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T10:10:39.577 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.max_open_files: -1 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Compression algorithms supported: 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: kZSTD supported: 0 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T10:10:39.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.225+0000 7fb836c6a880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi204/store.db/MANIFEST-000001 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.merge_operator: 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compaction_filter: None 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T10:10:39.579 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e951fe3d28) 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: cache_index_and_filter_blocks: 1 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: pin_top_level_index_and_filter: 1 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: index_type: 0 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: data_block_index_type: 0 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: index_shortening: 1 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: hash_index_allow_collision: 1 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: checksum: 1 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: no_block_cache: 0 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: block_cache: 0x55e952018f10 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: block_cache_name: BinnedLRUCache 2023-12-08T10:10:39.580 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: block_cache_options: 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: capacity : 536870912 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: num_shard_bits : 4 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: strict_capacity_limit : 0 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: high_pri_pool_ratio: 0.000 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: block_cache_compressed: (nil) 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: persistent_cache: (nil) 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: block_size: 4096 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: block_size_deviation: 10 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: block_restart_interval: 16 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: index_block_restart_interval: 1 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: metadata_block_size: 4096 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: partition_filters: 0 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: use_delta_encoding: 1 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: whole_key_filtering: 1 2023-12-08T10:10:39.581 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: verify_compression: 0 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: read_amp_bytes_per_bit: 0 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: format_version: 2 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: enable_index_compression: 1 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: block_align: 0 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compression: NoCompression 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.num_levels: 7 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T10:10:39.582 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T10:10:39.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T10:10:39.584 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T10:10:39.585 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T10:10:39.586 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.ttl: 2592000 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi204/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.226+0000 7fb836c6a880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.227+0000 7fb836c6a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702030239228429, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.227+0000 7fb836c6a880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.227+0000 7fb836c6a880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.227+0000 7fb836c6a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702030239229207, "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": 1702030239, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.227+0000 7fb836c6a880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.228+0000 7fb836c6a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702030239229822, "job": 1, "event": "recovery_finished"} 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.229+0000 7fb836c6a880 4 rocksdb: DB pointer 0x55e9520e1800 2023-12-08T10:10:39.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.229+0000 7fb81da70700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.229+0000 7fb81da70700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: ** DB Stats ** 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: ** Compaction Stats [default] ** 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:10:39.588 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.9 0.00 0.00 1 0.001 0 0 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.9 0.00 0.00 1 0.001 0 0 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.9 0.00 0.00 1 0.001 0 0 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: ** Compaction Stats [default] ** 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.9 0.00 0.00 1 0.001 0 0 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:10:39.589 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Cumulative compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:10:39.590 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Interval compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:10:39.590 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T10:10:39.590 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.590 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:10:39.590 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.590 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: ** Compaction Stats [default] ** 2023-12-08T10:10:39.590 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T10:10:39.590 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:10:39.590 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.9 0.00 0.00 1 0.001 0 0 2023-12-08T10:10:39.590 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.9 0.00 0.00 1 0.001 0 0 2023-12-08T10:10:39.590 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T10:10:39.590 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.590 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: ** Compaction Stats [default] ** 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.9 0.00 0.00 1 0.001 0 0 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Cumulative compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:10:39.591 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.592 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.229+0000 7fb836c6a880 0 mon.smithi204 does not exist in monmap, will attempt to join an existing cluster 2023-12-08T10:10:39.592 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.230+0000 7fb836c6a880 0 using public_addr v2:172.21.15.204:0/0 -> [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2023-12-08T10:10:39.592 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.230+0000 7fb836c6a880 0 starting mon.smithi204 rank -1 at public addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] at bind addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi204 fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:10:39.592 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.232+0000 7fb836c6a880 1 mon.smithi204@-1(???) e0 preinit fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:10:39.592 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.269+0000 7fb820275700 0 mon.smithi204@-1(synchronizing).mds e1 new map 2023-12-08T10:10:39.592 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.269+0000 7fb820275700 0 mon.smithi204@-1(synchronizing).mds e1 print_map 2023-12-08T10:10:39.592 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: e1 2023-12-08T10:10:39.592 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T10:10:39.592 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-08T10:10:39.592 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: legacy client fscid: -1 2023-12-08T10:10:39.592 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.592 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: No filesystems configured 2023-12-08T10:10:39.592 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.269+0000 7fb820275700 1 mon.smithi204@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.269+0000 7fb820275700 1 mon.smithi204@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.269+0000 7fb820275700 1 mon.smithi204@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.269+0000 7fb820275700 1 mon.smithi204@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.269+0000 7fb820275700 1 mon.smithi204@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.269+0000 7fb820275700 1 mon.smithi204@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.269+0000 7fb820275700 1 mon.smithi204@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.269+0000 7fb820275700 0 mon.smithi204@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.269+0000 7fb820275700 0 mon.smithi204@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.269+0000 7fb820275700 0 mon.smithi204@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.269+0000 7fb820275700 0 mon.smithi204@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: cluster 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: 2023-12-08T10:10:37.091858+0000 mgr.smithi002.utaniu ( 2023-12-08T10:10:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: mgr.14184) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:39.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 conmon[86088]: debug 2023-12-08T10:10:39.270+0000 7fb820275700 1 mon.smithi204@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-08T10:10:39.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 bash[86008]: 923fb4afc4acf8e41ec975bee9d4396ab4460d80ad895a8ce4ddc189537e29a9 2023-12-08T10:10:39.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:39 smithi204 systemd[1]: Started Ceph mon.smithi204 for a9b2a5b2-95b1-11ee-95a3-87774f69a715. 2023-12-08T10:10:44.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: cluster 2023-12-08T10:10:39.092276+0000 mgr.smithi002.utaniu 2023-12-08T10:10:44.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: (mgr.14184) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:44.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: audit 2023-12-08T10:10:39.276158+0000 mon.smithi002 (mon.0) 174 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: audit 2023-12-08T10:10:39.278834+0000 mon.smithi002 (mon.0) 175 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi002"}]: dispatch 2023-12-08T10:10:44.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: cluster 2023-12-08T10:10:39.279049+0000 mon.smithi002 (mon.0) 176 : cluster [INF] mon.smithi002 calling monitor election 2023-12-08T10:10:44.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: audit 2023-12-08T10:10:39.291751+0000 mon.smithi002 (mon.0) 177 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: audit 2023-12-08T10:10:40.275975+0000 mon.smithi002 (mon.0) 178 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: cluster 2023-12-08T10:10:41.092582+0000 mgr.smithi002.utaniu (mgr.14184) 13 : 2023-12-08T10:10:44.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:44.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: audit 2023-12-08T10:10:41.275936+0000 mon.smithi002 ( 2023-12-08T10:10:44.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: mon.0) 179 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: cluster 2023-12-08T10:10:41.276990 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: +0000 mon.smithi204 (mon.1) 1 : cluster [INF] mon.smithi204 calling monitor election 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: audit 2023-12-08T10: 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: 10:42.275723+0000 mon.smithi002 (mon.0) 180 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: cluster 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: 2023-12-08T10:10:43.092814+0000 mgr.smithi002.utaniu (mgr.14184) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: audit 2023-12-08T10:10:43. 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: 276065+0000 mon.smithi002 (mon.0) 181 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: audit 2023-12-08T10:10:44.276377+0000 mon.smithi002 (mon. 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: 0) 182 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: cluster 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: 2023-12-08T10:10:44.305562+0000 mon.smithi002 (mon.0) 183 : cluster [INF] mon.smithi002 is new leader, mons smithi002,smithi204 in quorum (ranks 0,1) 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: cluster 2023-12-08T10:10:44.314219 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi002=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],smithi204=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: cluster 2023-12-08T10:10:44.326186+0000 mon.smithi002 (mon. 2023-12-08T10:10:44.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: 0) 185 : cluster [DBG] fsmap 2023-12-08T10:10:44.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: cluster 2023 2023-12-08T10:10:44.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: -12-08T10:10:44.326233+0000 mon.smithi002 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T10:10:44.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: cluster 2023-12-08T10:10:44 2023-12-08T10:10:44.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: .326608+0000 mon.smithi002 (mon.0) 187 : cluster [DBG] mgrmap e18: smithi002.utaniu(active, since 27s), standbys: smithi204.ocpqrt 2023-12-08T10:10:44.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: cluster 2023-12-08T10:10:44.330357+0000 mon.smithi002 (mon 2023-12-08T10:10:44.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: .0) 188 : cluster [INF] overall HEALTH_OK 2023-12-08T10:10:44.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: audit 2023-12-08T10:10:44.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:44 smithi002 conmon[82053]: 2023-12-08T10:10:44.333622+0000 mon.smithi002 (mon.0) 189 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:44.755 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: cluster 2023-12-08T10:10:39.092276+0000 mgr.smithi002.utaniu (mgr.14184) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:44.755 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: audit 2023-12-08T10:10:39.276158+0000 mon.smithi002 (mon.0) 174 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.755 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: audit 2023-12-08T10:10:39.278834+0000 mon.smithi002 (mon.0) 175 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi002"}]: dispatch 2023-12-08T10:10:44.755 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: cluster 2023-12-08T10:10:39.279049+0000 mon.smithi002 (mon.0) 176 : cluster [INF] mon.smithi002 calling monitor election 2023-12-08T10:10:44.755 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: audit 2023-12-08T10:10:39.291751+0000 mon.smithi002 (mon.0) 177 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.756 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: audit 2023-12-08T10:10:40.275975+0000 mon.smithi002 (mon.0) 178 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.756 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: cluster 2023-12-08T10:10:41.092582+0000 mgr.smithi002.utaniu (mgr.14184) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:44.756 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: audit 2023-12-08T10:10:41.275936+0000 mon.smithi002 (mon.0) 179 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.756 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: cluster 2023-12-08T10:10:41.276990+0000 mon.smithi204 (mon.1) 1 : cluster [INF] mon.smithi204 calling monitor election 2023-12-08T10:10:44.756 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: audit 2023-12-08T10:10:42.275723+0000 mon.smithi002 (mon.0) 180 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.756 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: cluster 2023-12-08T10:10:43.092814+0000 mgr.smithi002.utaniu (mgr.14184) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:44.756 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: audit 2023-12-08T10:10:43.276065+0000 mon.smithi002 (mon.0) 181 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.756 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: audit 2023-12-08T10:10:44.276377+0000 mon.smithi002 (mon.0) 182 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:44.756 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: cluster 2023-12-08T10:10:44.305562+0000 mon.smithi002 (mon.0) 183 : cluster [INF] mon.smithi002 is new leader, mons smithi002,smithi204 in quorum (ranks 0,1) 2023-12-08T10:10:44.756 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: cluster 2023-12-08T10:10:44.314219+0000 mon.smithi002 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi002=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],smithi204=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} 2023-12-08T10:10:44.756 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: cluster 2023-12-08T10:10:44.326186+0000 mon.smithi002 (mon.0) 185 : cluster [DBG] fsmap 2023-12-08T10:10:44.757 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: cluster 2023-12-08T10:10:44.326233+0000 mon.smithi002 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T10:10:44.757 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: cluster 2023-12-08T10:10:44.326608+0000 mon.smithi002 (mon.0) 187 : cluster [DBG] mgrmap e18: smithi002.utaniu(active, since 27s), standbys: smithi204.ocpqrt 2023-12-08T10:10:44.757 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: cluster 2023-12-08T10:10:44.330357+0000 mon.smithi002 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2023-12-08T10:10:44.757 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:44 smithi204 conmon[86088]: audit 2023-12-08T10:10:44.333622+0000 mon.smithi002 (mon.0) 189 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:45.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:45 smithi204 conmon[86088]: cephadm 2023-12-08T10:10:44.335621+0000 mgr.smithi002.utaniu (mgr.14184) 15 : cephadm [INF] Deploying daemon node-exporter.smithi204 on smithi204 2023-12-08T10:10:45.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:45 smithi204 conmon[86088]: audit 2023-12-08T10:10:45.276250+0000 mon.smithi002 (mon.0) 190 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:45 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:44.335621+0000 2023-12-08T10:10:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:45 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 15 : cephadm [INF] Deploying daemon node-exporter.smithi204 on smithi204 2023-12-08T10:10:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:45 smithi002 conmon[82053]: audit 2023-12-08T10:10:45 2023-12-08T10:10:45.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:45 smithi002 conmon[82053]: .276250+0000 mon.smithi002 (mon.0) 190 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2023-12-08T10:10:46.040 INFO:teuthology.orchestra.run.smithi204.stdout: 2023-12-08T10:10:46.040 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":2,"fsid":"a9b2a5b2-95b1-11ee-95a3-87774f69a715","modified":"2023-12-08T10:10:39.275820Z","created":"2023-12-08T10:08:32.637657Z","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":"smithi002","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:3300","nonce":0},{"type":"v1","addr":"172.21.15.2:6789","nonce":0}]},"addr":"172.21.15.2:6789/0","public_addr":"172.21.15.2:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi204","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:3300","nonce":0},{"type":"v1","addr":"172.21.15.204:6789","nonce":0}]},"addr":"172.21.15.204:6789/0","public_addr":"172.21.15.204:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-08T10:10:46.041 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 2 2023-12-08T10:10:46.553 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-08T10:10:46.553 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph config generate-minimal-conf 2023-12-08T10:10:46.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:46 smithi002 conmon[82053]: cluster 2023-12-08T10:10:45.093113+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:10:46.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:46 smithi002 conmon[82053]: 14184) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:46.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:46 smithi002 conmon[82053]: audit 2023-12-08T10:10:46.037065+0000 mon.smithi002 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.204:0/4281984399' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:10:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:46 smithi204 conmon[86088]: cluster 2023-12-08T10:10:45.093113+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:10:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:46 smithi204 conmon[86088]: 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:46 smithi204 conmon[86088]: audit 2023-12-08T10:10:46.037065+0000 mon.smithi002 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.204:0/4281984399' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:10:48.286 INFO:teuthology.orchestra.run.smithi002.stdout:# minimal ceph.conf for a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:10:48.286 INFO:teuthology.orchestra.run.smithi002.stdout:[global] 2023-12-08T10:10:48.286 INFO:teuthology.orchestra.run.smithi002.stdout: fsid = a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:10:48.286 INFO:teuthology.orchestra.run.smithi002.stdout: mon_host = [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2023-12-08T10:10:48.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:48 smithi204 conmon[86088]: cluster 2023-12-08T10:10:47.093457+0000 mgr.smithi002.utaniu (mgr.14184) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:48.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:48 smithi204 conmon[86088]: audit 2023-12-08T10:10:48.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:48 smithi204 conmon[86088]: 2023-12-08T10:10:47.252303+0000 mon.smithi002 (mon.0) 192 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:48.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:48 smithi204 conmon[86088]: audit 2023-12-08T10:10:48.069629+0000 mon.smithi002 (mon.0) 193 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:48.593 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:48 smithi002 conmon[82053]: cluster 2023-12-08T10:10:47.093457+0000 mgr.smithi002.utaniu (mgr.14184) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:48.593 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:48 smithi002 conmon[82053]: audit 2023-12-08T10:10:47.252303+0000 mon.smithi002 (mon.0) 192 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:48.593 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:48 smithi002 conmon[82053]: audit 2023-12-08T10:10:48.069629+0000 mon.smithi002 (mon.0) 193 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:48.595 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-08T10:10:48.595 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T10:10:48.595 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T10:10:48.624 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T10:10:48.624 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:10:48.689 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-08T10:10:48.690 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T10:10:48.718 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-08T10:10:48.718 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:10:48.782 INFO:tasks.cephadm:Deploying OSDs... 2023-12-08T10:10:48.782 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T10:10:48.782 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:10:48.798 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:10:48.798 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/nvme1n1 2023-12-08T10:10:48.854 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/nvme1n1 2023-12-08T10:10:48.854 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:10:48.854 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 243485 Links: 1 Device type: 103,1 2023-12-08T10:10:48.854 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:10:48.854 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:10:48.854 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-08 10:09:36.674201130 +0000 2023-12-08T10:10:48.854 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-08 10:09:36.597202832 +0000 2023-12-08T10:10:48.855 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-08 10:09:36.597202832 +0000 2023-12-08T10:10:48.855 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-08T10:10:48.855 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T10:10:48.919 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-08T10:10:48.919 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-08T10:10:48.919 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000129295 s, 4.0 MB/s 2023-12-08T10:10:48.920 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T10:10:48.977 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/nvme2n1 2023-12-08T10:10:49.033 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/nvme2n1 2023-12-08T10:10:49.033 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:10:49.033 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 243592 Links: 1 Device type: 103,2 2023-12-08T10:10:49.033 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:10:49.033 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:10:49.033 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-08 10:09:36.683200932 +0000 2023-12-08T10:10:49.033 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-08 10:09:36.599202788 +0000 2023-12-08T10:10:49.033 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-08 10:09:36.599202788 +0000 2023-12-08T10:10:49.033 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-08T10:10:49.034 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T10:10:49.097 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-08T10:10:49.097 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-08T10:10:49.098 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000127782 s, 4.0 MB/s 2023-12-08T10:10:49.099 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T10:10:49.154 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/nvme3n1 2023-12-08T10:10:49.210 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/nvme3n1 2023-12-08T10:10:49.210 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:10:49.210 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 244974 Links: 1 Device type: 103,3 2023-12-08T10:10:49.210 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:10:49.211 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:10:49.211 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-08 10:09:36.692200732 +0000 2023-12-08T10:10:49.211 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-08 10:09:36.602202722 +0000 2023-12-08T10:10:49.211 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-08 10:09:36.602202722 +0000 2023-12-08T10:10:49.211 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-08T10:10:49.211 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T10:10:49.274 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-08T10:10:49.275 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-08T10:10:49.275 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000119886 s, 4.3 MB/s 2023-12-08T10:10:49.276 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T10:10:49.332 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/nvme4n1 2023-12-08T10:10:49.388 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/nvme4n1 2023-12-08T10:10:49.388 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:10:49.388 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 242193 Links: 1 Device type: 103,4 2023-12-08T10:10:49.388 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:10:49.388 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:10:49.388 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-08 10:09:36.700200555 +0000 2023-12-08T10:10:49.388 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-08 10:09:36.604202678 +0000 2023-12-08T10:10:49.388 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-08 10:09:36.604202678 +0000 2023-12-08T10:10:49.388 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-08T10:10:49.389 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T10:10:49.452 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-08T10:10:49.452 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-08T10:10:49.452 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000125989 s, 4.1 MB/s 2023-12-08T10:10:49.453 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T10:10:49.509 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-08T10:10:49.509 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:10:49.524 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:10:49.524 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme1n1 2023-12-08T10:10:49.568 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:49 smithi204 conmon[86088]: cephadm 2023-12-08T10:10:48.083014+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:10:49.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:49 smithi204 conmon[86088]: 14184) 18 : cephadm [INF] Deploying daemon prometheus.smithi204 on smithi204 2023-12-08T10:10:49.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:49 smithi204 conmon[86088]: audit 2023-12-08T10:10:48.285304+0000 mon.smithi002 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.2:0/4161879151' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:10:49.580 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme1n1 2023-12-08T10:10:49.580 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:10:49.580 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 239467 Links: 1 Device type: 103,1 2023-12-08T10:10:49.580 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:10:49.580 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:10:49.580 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2023-12-08 10:10:20.554904203 +0000 2023-12-08T10:10:49.580 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2023-12-08 10:10:20.490905139 +0000 2023-12-08T10:10:49.580 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2023-12-08 10:10:20.490905139 +0000 2023-12-08T10:10:49.580 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2023-12-08T10:10:49.581 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T10:10:49.646 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2023-12-08T10:10:49.646 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2023-12-08T10:10:49.646 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000229929 s, 2.2 MB/s 2023-12-08T10:10:49.647 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T10:10:49.705 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme2n1 2023-12-08T10:10:49.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:49 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:48. 2023-12-08T10:10:49.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:49 smithi002 conmon[82053]: 083014+0000 mgr.smithi002.utaniu (mgr.14184) 18 : cephadm [INF] Deploying daemon prometheus.smithi204 on smithi204 2023-12-08T10:10:49.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:49 smithi002 conmon[82053]: audit 2023-12-08T10:10:48.285304+0000 mon.smithi002 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.2:0/4161879151' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:10:49.760 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme2n1 2023-12-08T10:10:49.760 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:10:49.760 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 239560 Links: 1 Device type: 103,2 2023-12-08T10:10:49.760 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:10:49.760 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:10:49.760 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2023-12-08 10:10:20.564904056 +0000 2023-12-08T10:10:49.760 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2023-12-08 10:10:20.492905109 +0000 2023-12-08T10:10:49.760 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2023-12-08 10:10:20.492905109 +0000 2023-12-08T10:10:49.761 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2023-12-08T10:10:49.761 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T10:10:49.824 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2023-12-08T10:10:49.824 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2023-12-08T10:10:49.824 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000221162 s, 2.3 MB/s 2023-12-08T10:10:49.825 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T10:10:49.881 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme3n1 2023-12-08T10:10:49.936 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme3n1 2023-12-08T10:10:49.936 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:10:49.936 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 243155 Links: 1 Device type: 103,3 2023-12-08T10:10:49.936 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:10:49.936 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:10:49.936 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2023-12-08 10:10:20.574903910 +0000 2023-12-08T10:10:49.936 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2023-12-08 10:10:20.494905080 +0000 2023-12-08T10:10:49.936 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2023-12-08 10:10:20.494905080 +0000 2023-12-08T10:10:49.936 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2023-12-08T10:10:49.936 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T10:10:49.999 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2023-12-08T10:10:49.999 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2023-12-08T10:10:49.999 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000223796 s, 2.3 MB/s 2023-12-08T10:10:50.000 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T10:10:50.057 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme4n1 2023-12-08T10:10:50.112 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme4n1 2023-12-08T10:10:50.112 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:10:50.112 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 246855 Links: 1 Device type: 103,4 2023-12-08T10:10:50.112 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:10:50.112 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:10:50.112 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2023-12-08 10:10:20.584903764 +0000 2023-12-08T10:10:50.112 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2023-12-08 10:10:20.496905051 +0000 2023-12-08T10:10:50.112 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2023-12-08 10:10:20.496905051 +0000 2023-12-08T10:10:50.112 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2023-12-08T10:10:50.113 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T10:10:50.177 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2023-12-08T10:10:50.177 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2023-12-08T10:10:50.177 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000226564 s, 2.3 MB/s 2023-12-08T10:10:50.178 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T10:10:50.234 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-08T10:10:50.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:50 smithi204 conmon[86088]: cluster 2023-12-08T10:10:49.093731 2023-12-08T10:10:50.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:50 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:50.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:50 smithi002 conmon[82053]: cluster 2023-12-08T10:10:49.093731+0000 mgr.smithi002.utaniu 2023-12-08T10:10:50.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:50 smithi002 conmon[82053]: (mgr.14184) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:52.215 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled osd.all-available-devices update... 2023-12-08T10:10:52.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:52 smithi204 conmon[86088]: cluster 2023-12-08T10:10:51.094139+0000 mgr.smithi002.utaniu (mgr.14184) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:52.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:52 smithi204 conmon[86088]: audit 2023-12-08T10:10:52.213888+0000 mon.smithi002 (mon.0) 195 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:52.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:52 smithi204 conmon[86088]: audit 2023-12-08T10:10:52.256389+0000 mon.smithi002 (mon.0) 196 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:52.629 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-08T10:10:52.629 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:10:52.655 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:52 smithi002 conmon[82053]: cluster 2023-12-08T10:10:51.094139+0000 mgr.smithi002.utaniu (mgr.14184) 20 : cluster [DBG] 2023-12-08T10:10:52.655 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:52 smithi002 conmon[82053]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:52.655 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:52 smithi002 conmon[82053]: audit 2023-12-08T10:10:52.213888+0000 mon.smithi002 (mon.0) 195 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:52.655 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:52 smithi002 conmon[82053]: audit 2023-12-08T10:10:52.256389+0000 mon.smithi002 (mon.0) 196 2023-12-08T10:10:52.655 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:52 smithi002 conmon[82053]: : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:53.445 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:53 smithi002 conmon[82053]: audit 2023-12-08T10:10:52.208452+0000 2023-12-08T10:10:53.445 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:53 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 21 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:10:53.445 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:53 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:52.210052+0000 mgr.smithi002.utaniu (mgr.14184) 22 : cephadm [INF] Marking host: smithi002 for OSDSpec preview refresh. 2023-12-08T10:10:53.445 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:53 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:52.210135+0000 mgr.smithi002.utaniu (mgr.14184) 23 : cephadm [INF] Marking host: smithi204 for OSDSpec preview refresh. 2023-12-08T10:10:53.445 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:53 smithi002 conmon[82053]: cephadm 2023-12-08T10:10:52.210461+0000 mgr.smithi002.utaniu (mgr.14184) 24 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T10:10:53.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:53 smithi204 conmon[86088]: audit 2023-12-08T10:10:52.208452+0000 mgr.smithi002.utaniu (mgr.14184) 21 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:10:53.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:53 smithi204 conmon[86088]: cephadm 2023-12-08T10:10:53.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:53 smithi204 conmon[86088]: 2023-12-08T10:10:52.210052+0000 mgr.smithi002.utaniu (mgr.14184) 22 : cephadm [INF] Marking host: smithi002 for OSDSpec preview refresh. 2023-12-08T10:10:53.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:53 smithi204 conmon[86088]: cephadm 2023-12-08T10:10:52.210135+0000 mgr.smithi002.utaniu (mgr.14184) 23 : cephadm [INF] Marking host: smithi204 for OSDSpec preview refresh. 2023-12-08T10:10:53.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:53 smithi204 conmon[86088]: cephadm 2023-12-08T10:10:52.210461+0000 mgr.smithi002.utaniu (mgr.14184) 24 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T10:10:54.213 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:10:54.419 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:54 smithi002 conmon[82053]: cluster 2023-12-08T10:10:53.094403+0000 mgr.smithi002.utaniu (mgr.14184) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:54.419 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:54 smithi002 conmon[82053]: audit 2023-12-08T10:10:54.212722+0000 mon.smithi002 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.2:0/651909974' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:10:54.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:54 smithi204 conmon[86088]: cluster 2023-12-08T10:10:53.094403+0000 mgr.smithi002.utaniu (mgr.14184) 25 2023-12-08T10:10:54.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:54 smithi204 conmon[86088]: : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:54.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:54 smithi204 conmon[86088]: audit 2023-12-08T10:10:54.212722+0000 mon.smithi002 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.2:0/651909974' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:10:54.575 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-08T10:10:55.576 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:10:56.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:56 smithi002 conmon[82053]: cluster 2023-12-08T10:10:55.094752 2023-12-08T10:10:56.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:56 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:56.519 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:56 smithi204 conmon[86088]: cluster 2023-12-08T10:10:55.094752+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:10:56.519 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:56 smithi204 conmon[86088]: ) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:57.258 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:10:57.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:57 smithi204 conmon[86088]: audit 2023-12-08T10:10:57.256483+0000 mon.smithi002 (mon 2023-12-08T10:10:57.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:57 smithi204 conmon[86088]: .0) 198 : audit [DBG] from='client.? 172.21.15.2:0/421474053' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:10:57.707 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:57 smithi002 conmon[82053]: audit 2023-12-08T10:10:57.256483+0000 2023-12-08T10:10:57.707 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:57 smithi002 conmon[82053]: mon.smithi002 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.2:0/421474053' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:10:57.732 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-08T10:10:58.568 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:58 smithi204 conmon[86088]: cluster 2023-12-08T10:10:57.094973+0000 mgr.smithi002.utaniu ( 2023-12-08T10:10:58.568 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:58 smithi204 conmon[86088]: mgr.14184) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:58.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:58 smithi002 conmon[82053]: cluster 2023-12-08T10:10:57.094973+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:10:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:58 smithi002 conmon[82053]: 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:10:58.733 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:10:59.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:59 smithi002 conmon[82053]: audit 2023-12-08T10:10:58.801499+0000 mon.smithi002 (mon.0) 199 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:59.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:59 smithi002 conmon[82053]: audit 2023-12-08T10:10:58.802815+0000 mon.smithi002 (mon.0) 200 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:10:59.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:59 smithi002 conmon[82053]: audit 2023-12-08T10:10:58.808805+0000 mon.smithi002 (mon.0) 201 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:10:59.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:10:59 smithi002 conmon[82053]: cluster 2023-12-08T10:10:59.095241+0000 mgr.smithi002.utaniu (mgr.14184) 28 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:00.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:59 smithi204 conmon[86088]: audit 2023-12-08T10:10:58.801499+0000 mon.smithi002 ( 2023-12-08T10:11:00.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:59 smithi204 conmon[86088]: mon.0) 199 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:00.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:59 smithi204 conmon[86088]: audit 2023-12-08T10:10:58.802815+0000 mon.smithi002 (mon.0) 200 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:11:00.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:59 smithi204 conmon[86088]: audit 2023-12-08T10:10:58.808805+0000 mon.smithi002 (mon.0) 201 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:00.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:10:59 smithi204 conmon[86088]: cluster 2023-12-08T10:10:59.095241+0000 mgr.smithi002.utaniu (mgr.14184) 28 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:00.444 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:00.791 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-08T10:11:01.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:00 smithi204 conmon[86088]: audit 2023-12-08T10:11:00.442618+0000 mon.smithi002 (mon 2023-12-08T10:11:01.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:00 smithi204 conmon[86088]: .0) 202 : audit [DBG] from='client.? 172.21.15.2:0/966053076' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:01.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:00 smithi002 conmon[82053]: audit 2023-12-08T10:11:00.442618+0000 mon.smithi002 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.2:0/966053076' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:01.792 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:02.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: cluster 2023-12-08T10:11:01.095624+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:11:02.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 14184) 29 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:02.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: audit 2023-12-08T10:11:01.630776+0000 mon.smithi002 (mon.0) 203 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: audit 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 2023-12-08T10:11:01.635573+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 204 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: audit 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 2023-12-08T10:11:01.636465+0000 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: mon.smithi002 (mon.0) 205 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: audit 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 2023-12-08T10:11:01.637339 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 206 : audit [INF] 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: audit 2023-12-08T 2023-12-08T10:11:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 10:11:01.659014+0000 mon.smithi002 (mon.0 2023-12-08T10:11:02.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: ) 207 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:02.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: audit 2023-12-08 2023-12-08T10:11:02.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: T10:11:01.782459+0000 mon.smithi002 (mon.0 2023-12-08T10:11:02.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: ) 208 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:02.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: audit 2023-12- 2023-12-08T10:11:02.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 08T10:11:01.786324+0000 mon.smithi002 (mon 2023-12-08T10:11:02.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: .0) 209 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:02.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:02.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 12-08T10:11:01.791956+0000 mon.smithi002 ( 2023-12-08T10:11:02.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: mon.0) 210 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:11:02.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:02.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 12-08T10:11:01.796663+0000 mon.smithi002 ( 2023-12-08T10:11:02.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: mon.0) 211 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:11:02.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:02.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 12-08T10:11:01.797836+0000 mon.smithi002 ( 2023-12-08T10:11:02.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: mon.0) 212 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:11:02.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:02.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 12-08T10:11:01.798128+0000 mon.smithi002 ( 2023-12-08T10:11:02.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: mon.0) 213 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:02.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: audit 2023-12- 2023-12-08T10:11:02.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 08T10:11:01.798760+0000 mon.smithi002 (mon. 2023-12-08T10:11:02.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:01 smithi204 conmon[86088]: 0) 214 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:02.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: cluster 2023-12-08T10:11:01.095624+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:11:02.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: ) 29 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:02.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: audit 2023-12-08T10:11:01.630776+0000 mon.smithi002 (mon.0) 203 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:02.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: audit 2023-12-08T10:11:01.635573+0000 mon.smithi002 (mon.0) 204 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:02.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: audit 2023-12-08T10:11:01.636465+0000 mon.smithi002 (mon.0) 205 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:02.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: audit 2023-12-08T10:11:01.637339+0000 mon.smithi002 (mon.0) 206 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:11:02.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: audit 2023-12-08T10:11:01.659014+0000 mon.smithi002 (mon.0) 207 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:02.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: audit 2023-12-08T10: 2023-12-08T10:11:02.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: 11:01.782459+0000 mon.smithi002 (mon.0) 208 : audit 2023-12-08T10:11:02.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:02.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: audit 2023-12-08T10:11:01.786324 2023-12-08T10:11:02.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 209 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:02.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: 2023-12-08T10:11:02.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: audit 2023-12-08T10:11:02.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: 2023-12-08T10:11:01.791956+0000 mon.smithi002 (mon.0) 210 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:11:02.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: audit 2023-12 2023-12-08T10:11:02.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: -08T10:11:01.796663+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:02.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: 211 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:11:02.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: audit 2023-12-08T 2023-12-08T10:11:02.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: 10:11:01.797836+0000 mon.smithi002 (mon.0) 212 2023-12-08T10:11:02.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:11:02.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: audit 2023-12-08T10:11 2023-12-08T10:11:02.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: :01.798128+0000 mon.smithi002 (mon.0) 213 : audit 2023-12-08T10:11:02.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:02.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: audit 2023-12-08T10:11:01.798760 2023-12-08T10:11:02.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 214 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:02.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:01 smithi002 conmon[82053]: 2023-12-08T10:11:03.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:03 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:01.638581+0000 mgr.smithi002.utaniu (mgr.14184) 30 : cephadm [INF] Updating smithi002:/etc/ceph/ceph.conf 2023-12-08T10:11:03.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:03 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:01.638888+0000 mgr.smithi002.utaniu (mgr.14184) 31 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2023-12-08T10:11:03.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:03 smithi002 conmon[82053]: audit 2023-12-08T10:11:02.260946+0000 mon.smithi002 (mon.0) 215 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:03.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:03 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:01.638581+0000 mgr.smithi002.utaniu (mgr.14184) 30 : cephadm [INF] Updating smithi002:/etc/ceph/ceph.conf 2023-12-08T10:11:03.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:03 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:01.638888+0000 mgr.smithi002.utaniu (mgr.14184) 31 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2023-12-08T10:11:03.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:03 smithi204 conmon[86088]: audit 2023-12-08T10:11:02.260946+0000 mon.smithi002 (mon.0) 215 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:04.043 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:04.538 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:04 smithi204 conmon[86088]: cluster 2023-12-08T10:11:03.095897+0000 mgr.smithi002.utaniu (mgr.14184) 32 : cluster [DBG] 2023-12-08T10:11:04.539 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:04 smithi204 conmon[86088]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:04.539 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:04 smithi204 conmon[86088]: audit 2023-12-08T10:11:04.042172+0000 mon.smithi002 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.2:0/1282988689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:04.540 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:04 smithi002 conmon[82053]: cluster 2023-12-08T10:11:03.095897+0000 mgr.smithi002.utaniu (mgr.14184) 32 : 2023-12-08T10:11:04.540 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:04 smithi002 conmon[82053]: cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:04.541 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:04 smithi002 conmon[82053]: audit 2023-12-08T10:11:04.042172+0000 mon.smithi002 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.2:0/1282988689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:04.542 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-08T10:11:05.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:05 smithi002 conmon[82053]: audit 2023-12-08T10:11:04.374137+0000 mon.smithi204 (mon.1) 2 : audit [INF] from='client.? 172.21.15.204:0/2332033443' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00d668be-2cce-432f-9ac6-0b0c87e03fbf"}]: dispatch 2023-12-08T10:11:05.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:05 smithi002 conmon[82053]: audit 2023-12-08T10:11:04.374663+0000 mon.smithi002 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00d668be-2cce-432f-9ac6-0b0c87e03fbf"}]: dispatch 2023-12-08T10:11:05.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:05 smithi002 conmon[82053]: audit 2023-12-08T10:11:04.377873+0000 mon.smithi002 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "00d668be-2cce-432f-9ac6-0b0c87e03fbf"}]': finished 2023-12-08T10:11:05.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:05 smithi002 conmon[82053]: cluster 2023-12-08T10:11:04.377922+0000 mon.smithi002 (mon.0) 219 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T10:11:05.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:05 smithi002 conmon[82053]: audit 2023-12-08T10:11:04.378008+0000 mon.smithi002 (mon.0) 220 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:05.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:05 smithi002 conmon[82053]: audit 2023-12-08T10:11:05.046607+0000 mon.smithi002 (mon.0) 221 : audit [INF] from='client.? 172.21.15.2:0/1963394012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4027c661-d67f-481f-8b12-a70c4bc9eef8"}]: dispatch 2023-12-08T10:11:05.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:05 smithi002 conmon[82053]: audit 2023-12-08T10:11:05.050062+0000 mon.smithi002 (mon.0) 222 : audit [INF] from='client.? 172.21.15.2:0/1963394012' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4027c661-d67f-481f-8b12-a70c4bc9eef8"}]': finished 2023-12-08T10:11:05.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:05 smithi002 conmon[82053]: cluster 2023-12-08T10:11:05.050111+0000 mon.smithi002 (mon.0) 223 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T10:11:05.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:05 smithi002 conmon[82053]: audit 2023-12-08T10:11:05.050235+0000 mon.smithi002 (mon.0) 224 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:05.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:05 smithi002 conmon[82053]: audit 2023-12-08T10:11:05.050609+0000 mon.smithi002 (mon.0) 225 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:05.543 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:05.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: audit 2023-12-08T10:11:04.374137+0000 mon.smithi204 (mon.1) 2 : audit [INF] from='client.? 172.21.15.204:0/2332033443' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00d668be-2cce-432f-9ac6-0b0c87e03fbf"}]: dispatch 2023-12-08T10:11:05.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: audit 2023-12-08T10 2023-12-08T10:11:05.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: :11:04.374663+0000 mon.smithi002 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00d668be-2cce-432f-9ac6-0b0c87e03fbf"}]: dispatch 2023-12-08T10:11:05.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: audit 2023-12-08T10:11:04.377873+0000 mon.smithi002 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "00d668be-2cce-432f-9ac6-0b0c87e03fbf"}]': finished 2023-12-08T10:11:05.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: cluster 2023-12-08T10:11:04.377922+0000 mon.smithi002 (mon.0) 219 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T10:11:05.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: audit 2023-12-08T10:11:04.378008+0000 mon.smithi002 (mon.0) 220 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:05.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: audit 2023-12-08T10:11:05.046607+0000 mon.smithi002 2023-12-08T10:11:05.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: (mon.0) 221 : audit [INF] from='client.? 172.21.15.2:0/1963394012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4027c661-d67f-481f-8b12-a70c4bc9eef8"}]: dispatch 2023-12-08T10:11:05.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: audit 2023-12- 2023-12-08T10:11:05.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: 08T10:11:05.050062+0000 mon.smithi002 (mon.0 2023-12-08T10:11:05.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: ) 222 : audit [INF] from='client.? 172.21.15.2:0/1963394012' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4027c661-d67f-481f-8b12-a70c4bc9eef8"}]': finished 2023-12-08T10:11:05.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: cluster 2023-12-08T10:11:05 2023-12-08T10:11:05.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: .050111+0000 mon.smithi002 (mon.0) 223 : 2023-12-08T10:11:05.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T10:11:05.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:05.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: 12-08T10:11:05.050235 2023-12-08T10:11:05.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 224 : 2023-12-08T10:11:05.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:05.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: audit 2023-12-08T10:11:05.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: 2023-12-08T10:11: 2023-12-08T10:11:05.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: 05.050609+0000 mon.smithi002 (mon.0 2023-12-08T10:11:05.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:05 smithi204 conmon[86088]: ) 225 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:06.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:06 smithi002 conmon[82053]: cluster 2023-12-08T10:11:05.096165+0000 mgr.smithi002.utaniu ( 2023-12-08T10:11:06.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:06 smithi002 conmon[82053]: mgr.14184) 33 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:06.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:06 smithi002 conmon[82053]: audit 2023-12-08T10:11:05.532660+0000 mon.smithi204 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.204:0/2715596097' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:06.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:06 smithi002 conmon[82053]: audit 2023-12-08T10:11:06.160766+0000 mon.smithi002 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.2:0/2804405895' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:06.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:06 smithi204 conmon[86088]: cluster 2023-12-08T10:11:05.096165+0000 mgr.smithi002.utaniu (mgr.14184) 33 : 2023-12-08T10:11:06.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:06 smithi204 conmon[86088]: cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:06.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:06 smithi204 conmon[86088]: audit 2023-12-08T10:11:05.532660+0000 mon.smithi204 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.204:0/2715596097' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:06.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:06 smithi204 conmon[86088]: audit 2023-12-08T10:11 2023-12-08T10:11:06.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:06 smithi204 conmon[86088]: :06.160766+0000 mon.smithi002 (mon.0 2023-12-08T10:11:06.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:06 smithi204 conmon[86088]: ) 226 : audit [DBG] from='client.? 172.21.15.2:0/2804405895' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:07.365 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:07.902 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1702030265,"num_remapped_pgs":0} 2023-12-08T10:11:08.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: cluster 2023-12-08T10:11:07.096407+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: .14184) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: audit 2023-12-08T10:11:07.363227+0000 mon.smithi002 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.2:0/4261417971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: audit 2023-12-08T10:11:08.043471+0000 mon.smithi204 (mon.1) 4 : audit [INF] from='client.? 172.21.15.204:0/2990070944' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d098e4ef-9244-4814-9d62-024aa10ec3a8"}]: dispatch 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: audit 2023-12-08T10:11:08.044044+0000 mon.smithi002 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d098e4ef-9244-4814-9d62-024aa10ec3a8"}]: dispatch 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: audit 2023-12-08T10:11:08.047295+0000 mon.smithi002 (mon. 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: 0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d098e4ef-9244-4814-9d62-024aa10ec3a8"}]': finished 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: cluster 2023-12-08T 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: 10:11:08.047350+0000 mon.smithi002 (mon.0 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: ) 230 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: audit 2023-12-08T 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: 10:11:08.047444+0000 mon.smithi002 (mon 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: .0) 231 : audit [DBG] 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:08.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: audit 2023-12-08T10:11:08.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: 2023-12-08T10:11: 2023-12-08T10:11:08.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: 08.047659+0000 mon.smithi002 (mon.0 2023-12-08T10:11:08.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: ) 232 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:08.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:08.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: -12-08T10:11:08.047824 2023-12-08T10:11:08.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 233 2023-12-08T10:11:08.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:08 smithi204 conmon[86088]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:08.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:08 smithi002 conmon[82053]: cluster 2023-12-08T10:11:07.096407+0000 mgr.smithi002.utaniu (mgr.14184) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:08.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:08 smithi002 conmon[82053]: audit 2023-12-08T10:11:07.363227+0000 mon.smithi002 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.2:0/4261417971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:08.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:08 smithi002 conmon[82053]: audit 2023-12-08T10:11:08.043471+0000 mon.smithi204 (mon.1) 4 : audit [INF] from='client.? 172.21.15.204:0/2990070944' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d098e4ef-9244-4814-9d62-024aa10ec3a8"}]: dispatch 2023-12-08T10:11:08.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:08 smithi002 conmon[82053]: audit 2023-12-08T10:11:08.044044+0000 mon.smithi002 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d098e4ef-9244-4814-9d62-024aa10ec3a8"}]: dispatch 2023-12-08T10:11:08.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:08 smithi002 conmon[82053]: audit 2023-12-08T10:11:08.047295+0000 mon.smithi002 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d098e4ef-9244-4814-9d62-024aa10ec3a8"}]': finished 2023-12-08T10:11:08.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:08 smithi002 conmon[82053]: cluster 2023-12-08T10:11:08.047350+0000 mon.smithi002 (mon.0) 230 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T10:11:08.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:08 smithi002 conmon[82053]: audit 2023-12-08T10:11:08.047444+0000 mon.smithi002 (mon.0) 231 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:08.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:08 smithi002 conmon[82053]: audit 2023-12-08T10:11:08.047659+0000 mon.smithi002 (mon.0) 232 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:08.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:08 smithi002 conmon[82053]: audit 2023-12-08T10:11:08.047824+0000 mon.smithi002 (mon.0) 233 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:08.902 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:09.546 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:09 smithi002 conmon[82053]: audit 2023-12-08T10:11:08.697124+0000 mon.smithi002 (mon.0) 234 : audit [INF] from='client.? 172.21.15.2:0/3760050485' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "47bf0c44-9761-4774-ba9d-4d60425dd3c0"}]: dispatch 2023-12-08T10:11:09.546 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:09 smithi002 conmon[82053]: audit 2023-12-08T10:11:08.700658+0000 mon.smithi002 (mon.0) 235 : audit [INF] from='client.? 172.21.15.2:0/3760050485' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "47bf0c44-9761-4774-ba9d-4d60425dd3c0"}]': finished 2023-12-08T10:11:09.546 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:09 smithi002 conmon[82053]: cluster 2023-12-08T10:11:08.700724+0000 mon.smithi002 (mon.0) 236 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T10:11:09.547 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:09 smithi002 conmon[82053]: audit 2023-12-08T10:11:08.700862+0000 mon.smithi002 (mon.0) 237 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:09.547 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:09 smithi002 conmon[82053]: audit 2023-12-08T10:11:08.701153+0000 mon.smithi002 (mon.0) 238 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:09.547 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:09 smithi002 conmon[82053]: audit 2023-12-08T10:11:08.701304+0000 mon.smithi002 (mon.0) 239 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:09.547 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:09 smithi002 conmon[82053]: audit 2023-12-08T10:11:08.701461+0000 mon.smithi002 (mon.0) 240 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:09.547 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:09 smithi002 conmon[82053]: audit 2023-12-08T10:11:09.188382+0000 2023-12-08T10:11:09.547 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:09 smithi002 conmon[82053]: mon.smithi204 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.204:0/1083573935' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:09.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: audit 2023-12-08T10:11:08. 2023-12-08T10:11:09.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: 697124+0000 mon.smithi002 (mon.0) 234 : audit [INF] from='client.? 172.21.15.2:0/3760050485' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "47bf0c44-9761-4774-ba9d-4d60425dd3c0"}]: dispatch 2023-12-08T10:11:09.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: audit 2023-12-08T10:11: 2023-12-08T10:11:09.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: 08.700658+0000 mon.smithi002 (mon.0) 235 : audit [INF] from='client.? 172.21.15.2:0/3760050485' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "47bf0c44-9761-4774-ba9d-4d60425dd3c0"}]': finished 2023-12-08T10:11:09.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: cluster 2023- 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: 12-08T10:11:08.700724+0000 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: mon.smithi002 (mon.0) 236 : 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: 12-08T10:11:08.700862 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 237 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: -12-08T10:11: 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: 08.701153+0000 mon.smithi002 (mon. 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: 0) 238 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: -12-08T10:11:08 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: .701304+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:09.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: 239 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:09.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:09.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: -12-08T10:11:08 2023-12-08T10:11:09.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: .701461+0000 mon.smithi002 (mon.0 2023-12-08T10:11:09.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: ) 240 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:09.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:09.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: -12-08T10:11: 2023-12-08T10:11:09.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: 09.188382+0000 mon.smithi204 (mon. 2023-12-08T10:11:09.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:09 smithi204 conmon[86088]: 1) 5 : audit [DBG] from='client.? 172.21.15.204:0/1083573935' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:10.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:10 smithi204 conmon[86088]: cluster 2023-12-08T10:11:09.096692+0000 mgr.smithi002.utaniu (mgr.14184) 35 2023-12-08T10:11:10.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:10 smithi204 conmon[86088]: : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:10.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:10 smithi204 conmon[86088]: audit 2023-12-08T10:11:09.934549+0000 mon.smithi002 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.2:0/2737477444' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:10.718 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:10.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:10 smithi002 conmon[82053]: cluster 2023-12-08T10:11:09.096692+0000 mgr.smithi002.utaniu (mgr.14184) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:10.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:10 smithi002 conmon[82053]: audit 2023-12-08T10:11:09.934549+0000 mon.smithi002 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.2:0/2737477444' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:11.147 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1702030268,"num_remapped_pgs":0} 2023-12-08T10:11:11.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:11 smithi204 conmon[86088]: audit 2023-12-08T10:11:10.716184+0000 mon.smithi002 (mon.0 2023-12-08T10:11:11.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:11 smithi204 conmon[86088]: ) 242 : audit [DBG] from='client.? 172.21.15.2:0/3724354821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:11 smithi002 conmon[82053]: audit 2023-12-08T10:11:10.716184+0000 mon.smithi002 (mon.0 2023-12-08T10:11:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:11 smithi002 conmon[82053]: ) 242 : audit [DBG] from='client.? 172.21.15.2:0/3724354821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:12.148 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:12.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:12 smithi002 conmon[82053]: cluster 2023-12-08T10:11:11.097070+0000 mgr.smithi002.utaniu 2023-12-08T10:11:12.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:12 smithi002 conmon[82053]: (mgr.14184) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:12.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:12 smithi002 conmon[82053]: audit 2023-12-08T10:11:11.701204+0000 mon.smithi204 (mon.1) 6 : audit [INF] from='client.? 172.21.15.204:0/2276882029' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e322c9ba-cf47-4901-820b-ddf23eda11e0"}]: dispatch 2023-12-08T10:11:12.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:12 smithi002 conmon[82053]: audit 2023-12-08T10:11:11.701800+0000 mon.smithi002 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e322c9ba-cf47-4901-820b-ddf23eda11e0"}]: dispatch 2023-12-08T10:11:12.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:12 smithi002 conmon[82053]: audit 2023-12-08T10:11:11.705835+0000 mon.smithi002 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e322c9ba-cf47-4901-820b-ddf23eda11e0"}]': finished 2023-12-08T10:11:12.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:12 smithi002 conmon[82053]: cluster 2023-12-08T10:11:11.705905+0000 mon.smithi002 (mon.0) 245 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T10:11:12.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:12 smithi002 conmon[82053]: audit 2023-12-08T10:11:11.706011+0000 mon.smithi002 (mon.0) 246 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:12.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:12 smithi002 conmon[82053]: audit 2023-12-08T10:11:11.706273+0000 mon.smithi002 (mon.0) 247 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:12.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:12 smithi002 conmon[82053]: audit 2023-12-08T10:11:11.706443+0000 mon.smithi002 (mon.0) 248 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:12.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:12 smithi002 conmon[82053]: audit 2023-12-08T10:11:11.706622+0000 mon.smithi002 (mon.0) 249 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:12.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:12 smithi002 conmon[82053]: audit 2023-12-08T10:11:11.706794+0000 mon.smithi002 (mon.0) 250 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:12.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:12 smithi204 conmon[86088]: cluster 2023-12-08T10:11:11.097070+0000 mgr.smithi002.utaniu (mgr.14184) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:12.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:12 smithi204 conmon[86088]: audit 2023-12-08T10:11:11.701204+0000 mon.smithi204 (mon.1) 6 : audit [INF] from='client.? 172.21.15.204:0/2276882029' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e322c9ba-cf47-4901-820b-ddf23eda11e0"}]: dispatch 2023-12-08T10:11:12.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:12 smithi204 conmon[86088]: audit 2023-12-08T10:11:11.701800+0000 mon.smithi002 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e322c9ba-cf47-4901-820b-ddf23eda11e0"}]: dispatch 2023-12-08T10:11:12.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:12 smithi204 conmon[86088]: audit 2023-12-08T10:11:11.705835+0000 mon.smithi002 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e322c9ba-cf47-4901-820b-ddf23eda11e0"}]': finished 2023-12-08T10:11:12.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:12 smithi204 conmon[86088]: cluster 2023-12-08T10:11:11.705905+0000 mon.smithi002 (mon.0) 245 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T10:11:12.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:12 smithi204 conmon[86088]: audit 2023-12-08T10:11:11.706011+0000 mon.smithi002 (mon.0) 246 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:12.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:12 smithi204 conmon[86088]: audit 2023-12-08T10:11:11.706273+0000 mon.smithi002 (mon.0) 247 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:12.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:12 smithi204 conmon[86088]: audit 2023-12-08T10:11:11.706443+0000 mon.smithi002 (mon.0) 248 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:12.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:12 smithi204 conmon[86088]: audit 2023-12-08T10:11:11.706622+0000 mon.smithi002 (mon.0) 249 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:12.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:12 smithi204 conmon[86088]: audit 2023-12-08T10:11:11.706794+0000 mon.smithi002 (mon.0) 250 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:13.556 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:13 smithi002 conmon[82053]: audit 2023-12-08T10:11:12.479079+0000 mon.smithi002 (mon.0) 251 : audit [INF] from='client.? 172.21.15.2:0/2756124194' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "61866790-f468-41a0-bc81-3c395164dd44"}]: dispatch 2023-12-08T10:11:13.556 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:13 smithi002 conmon[82053]: audit 2023-12-08T10:11:12.482779+0000 mon.smithi002 (mon.0) 252 : audit [INF] from='client.? 172.21.15.2:0/2756124194' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "61866790-f468-41a0-bc81-3c395164dd44"}]': finished 2023-12-08T10:11:13.556 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:13 smithi002 conmon[82053]: cluster 2023-12-08T10:11:12.482831+0000 mon.smithi002 (mon.0) 253 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T10:11:13.557 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:13 smithi002 conmon[82053]: audit 2023-12-08T10:11:12.482932+0000 mon.smithi002 (mon.0) 254 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:13.557 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:13 smithi002 conmon[82053]: audit 2023-12-08T10:11:12.483299+0000 mon.smithi002 (mon.0) 255 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:13.557 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:13 smithi002 conmon[82053]: audit 2023-12-08T10:11:12.483544+0000 mon.smithi002 (mon.0) 256 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:13.557 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:13 smithi002 conmon[82053]: audit 2023-12-08T10:11:12.483768+0000 mon.smithi002 (mon.0) 257 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:13.557 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:13 smithi002 conmon[82053]: audit 2023-12-08T10: 2023-12-08T10:11:13.557 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:13 smithi002 conmon[82053]: 11:12.484007+0000 mon.smithi002 (mon.0) 258 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:13.558 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:13 smithi002 conmon[82053]: audit 2023-12-08T10:11:12.484231+0000 mon.smithi002 (mon.0) 259 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:13.558 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:13 smithi002 conmon[82053]: audit 2023-12-08T10:11:12.848200+0000 mon.smithi204 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.204:0/4248284950' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:13.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: audit 2023-12-08T10:11:12.479079+0000 mon.smithi002 (mon.0) 251 : audit [INF] from='client.? 172.21.15.2:0/2756124194' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "61866790-f468-41a0-bc81-3c395164dd44"}]: dispatch 2023-12-08T10:11:13.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: audit 2023-12-08T10 2023-12-08T10:11:13.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: :11:12.482779+0000 mon.smithi002 (mon.0) 252 : audit [INF] from='client.? 172.21.15.2:0/2756124194' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "61866790-f468-41a0-bc81-3c395164dd44"}]': finished 2023-12-08T10:11:13.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: cluster 2023-12-08T10:11:12.482831+0000 mon.smithi002 (mon.0) 253 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T10:11:13.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: audit 2023-12-08T10:11:13.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: 2023-12-08T10:11:12.482932+0000 mon.smithi002 (mon.0) 254 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:13.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: 2023-12-08T10:11:13.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:13.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: -12-08T10:11:12.483299+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:13.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: 255 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:13.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: audit 2023-12-08T10:11:12. 2023-12-08T10:11:13.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: 483544+0000 mon.smithi002 (mon.0) 256 : audit [DBG] 2023-12-08T10:11:13.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:13.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: audit 2023-12-08T10:11:13.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: 2023-12-08T10:11:12.483768+0000 mon.smithi002 ( 2023-12-08T10:11:13.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: mon.0) 257 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:13.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: audit 2023-12-08 2023-12-08T10:11:13.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: T10:11:12.484007+0000 mon.smithi002 (mon.0 2023-12-08T10:11:13.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: ) 258 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:13.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: audit 2023-12-08T10: 2023-12-08T10:11:13.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: 11:12.484231+0000 mon.smithi002 (mon.0) 259 2023-12-08T10:11:13.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:13.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: audit 2023-12-08T10:11:12 2023-12-08T10:11:13.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: .848200+0000 mon.smithi204 (mon.1) 7 : audit 2023-12-08T10:11:13.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:13 smithi204 conmon[86088]: [DBG] from='client.? 172.21.15.204:0/4248284950' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:14.139 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:14.505 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1702030272,"num_remapped_pgs":0} 2023-12-08T10:11:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:14 smithi204 conmon[86088]: cluster 2023-12-08T10:11:13.097321+0000 mgr.smithi002.utaniu (mgr.14184) 37 : 2023-12-08T10:11:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:14 smithi204 conmon[86088]: cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:14 smithi204 conmon[86088]: audit 2023-12-08T10:11:13.862492+0000 mon.smithi002 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.2:0/3590187520' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:14 smithi204 conmon[86088]: audit 2023-12-08T10:11:14.138336+0000 mon.smithi002 (mon.0) 261 2023-12-08T10:11:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:14 smithi204 conmon[86088]: : audit [DBG] from='client.? 172.21.15.2:0/477062209' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:14 smithi002 conmon[82053]: cluster 2023-12-08T10:11:13.097321+0000 mgr.smithi002.utaniu (mgr.14184) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:14 smithi002 conmon[82053]: audit 2023-12-08T10:11:13.862492+0000 mon.smithi002 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.2:0/3590187520' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:14 smithi002 conmon[82053]: audit 2023-12-08T10:11:14.138336+0000 mon.smithi002 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.2:0/477062209' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:15.506 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:15.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: audit 2023-12-08T10:11:15.343867+0000 mon.smithi204 (mon.1) 2023-12-08T10:11:15.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: 8 : audit [INF] from='client.? 172.21.15.204:0/3072497674' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c210282a-d4ea-4a6b-b28b-d6a7660b399e"}]: dispatch 2023-12-08T10:11:15.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: audit 2023-12-08T10:11:15.344523+0000 mon.smithi002 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c210282a-d4ea-4a6b-b28b-d6a7660b399e"}]: dispatch 2023-12-08T10:11:15.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: 12-08T10:11:15.348171+0000 mon.smithi002 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c210282a-d4ea-4a6b-b28b-d6a7660b399e"}]': finished 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: cluster 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: 2023-12-08T10:11:15. 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: 348239+0000 mon.smithi002 (mon.0) 264 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: audit 2023-12-08T10: 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: 11:15.348365+0000 mon.smithi002 (mon.0) 265 : audit 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: audit 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: 2023-12-08T10:11: 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: 15.348612+0000 mon.smithi002 (mon.0 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: ) 266 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: audit 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: 2023-12-08T10:11:15.348767 2023-12-08T10:11:15.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 267 : audit 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: audit 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: 2023-12-08T10:11:15.348945+0000 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: mon.smithi002 (mon.0) 268 : audit 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: audit 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: 2023-12-08T10 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: :11:15.349093+0000 mon.smithi002 (mon 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: .0) 269 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: audit 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: 2023-12-08T10:11:15.349257+0000 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: mon.smithi002 (mon.0) 270 : audit 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:15.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: audit 2023-12-08T10:11:15.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: 2023-12-08T10:11:15.349421+0000 2023-12-08T10:11:15.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: mon.smithi002 (mon.0) 271 : audit 2023-12-08T10:11:15.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:15 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: audit 2023-12-08T10:11:15 2023-12-08T10:11:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: .343867+0000 mon.smithi204 (mon.1) 8 : audit [INF] from='client.? 172.21.15.204:0/3072497674' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c210282a-d4ea-4a6b-b28b-d6a7660b399e"}]: dispatch 2023-12-08T10:11:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: audit 2023-12-08T10:11:15.344523+0000 mon.smithi002 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c210282a-d4ea-4a6b-b28b-d6a7660b399e"}]: dispatch 2023-12-08T10:11:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: audit 2023-12-08T10:11 2023-12-08T10:11:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: :15.348171+0000 mon.smithi002 (mon.0) 263 : audit [INF] 2023-12-08T10:11:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c210282a-d4ea-4a6b-b28b-d6a7660b399e"}]': finished 2023-12-08T10:11:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: cluster 2023-12-08T10:11:15.348239 2023-12-08T10:11:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 264 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T10:11:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: 2023-12-08T10:11:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: audit 2023-12-08T10:11:15. 2023-12-08T10:11:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: 348365+0000 mon.smithi002 (mon.0) 265 : audit [DBG] 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: audit 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: 2023-12-08T10:11:15.348612+0000 mon.smithi002 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: (mon.0) 266 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: audit 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: 2023-12-08T10:11:15.348767+0000 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: mon.smithi002 (mon.0) 267 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: audit 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: 2023-12-08T10:11:15.348945+0000 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: mon.smithi002 (mon.0) 268 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: audit 2023-12- 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: 08T10:11:15.349093+0000 mon.smithi002 (mon.0) 269 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: audit 2023-12-08T10:11:15.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: 2023-12-08T10:11:15.349257+0000 mon.smithi002 (mon.0) 270 2023-12-08T10:11:15.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:15.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: audit 2023-12- 2023-12-08T10:11:15.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: 08T10:11:15.349421+0000 mon.smithi002 (mon.0) 271 2023-12-08T10:11:15.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:15 smithi002 conmon[82053]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:16.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: cluster 2023-12-08T10:11:15.097630+0000 mgr.smithi002.utaniu (mgr.14184) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: audit 2023-12-08T10:11:16.401600+0000 mon.smithi002 (mon.0) 272 : audit [INF] from='client.? 172.21.15.2:0/297696052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0957b738-fca3-4915-92ac-07221b2dc4db"}]: dispatch 2023-12-08T10:11:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: audit 2023-12-08T10:11:16.405248+0000 mon.smithi002 (mon.0) 273 : audit [INF] from='client.? 172.21.15.2:0/297696052' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0957b738-fca3-4915-92ac-07221b2dc4db"}]': finished 2023-12-08T10:11:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: cluster 2023-12-08T10:11:16.405300+0000 mon.smithi002 (mon.0) 274 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T10:11:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: audit 2023-12-08T10:11:16.405424+0000 mon.smithi002 (mon.0) 275 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: audit 2023-12-08T10:11:16.405680+0000 mon.smithi002 (mon.0) 276 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: audit 2023-12-08T10:11:16.405841+0000 mon.smithi002 2023-12-08T10:11:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: (mon.0) 277 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: audit 2023-12-08T10:11:16.405984+0000 mon.smithi002 (mon.0) 278 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: audit 2023-12-08T10:11:16.406131+0000 mon.smithi002 (mon.0) 279 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: audit 2023-12-08T10:11:16.406270+0000 mon.smithi002 (mon.0) 280 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: audit 2023-12-08T10:11:16.406436+0000 mon.smithi002 (mon.0) 281 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: audit 2023-12-08T10:11:16.406577+0000 mon.smithi002 (mon.0) 282 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:16 smithi002 conmon[82053]: audit 2023-12-08T10:11:16.456964+0000 mon.smithi204 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.204:0/1953668731' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:16.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: cluster 2023-12-08T10:11:15.097630+0000 mgr.smithi002.utaniu (mgr.14184) 38 2023-12-08T10:11:16.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:16.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: audit 2023-12-08T10:11:16.401600+0000 mon.smithi002 (mon.0) 272 : audit [INF] from='client.? 172.21.15.2:0/297696052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0957b738-fca3-4915-92ac-07221b2dc4db"}]: dispatch 2023-12-08T10:11:16.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: audit 2023-12-08T10:11:16.405248+0000 mon.smithi002 (mon.0) 273 : audit [INF] from='client.? 172.21.15.2:0/297696052' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0957b738-fca3-4915-92ac-07221b2dc4db"}]': finished 2023-12-08T10:11:16.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: cluster 2023-12-08T10:11:16.405300+0000 mon.smithi002 (mon.0) 274 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T10:11:16.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: audit 2023-12-08T10:11:16.405424+0000 mon.smithi002 (mon.0) 275 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:16.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: audit 2023-12-08T10:11:16.405680+0000 mon.smithi002 (mon.0) 276 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:16.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: audit 2023-12-08T10:11:16.405841+0000 mon.smithi002 (mon.0) 277 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:16.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: audit 2023-12-08T10:11:16.405984+0000 mon.smithi002 (mon.0) 278 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:16.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: audit 2023-12-08T10:11:16.406131+0000 mon.smithi002 (mon.0) 279 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:16.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: audit 2023-12-08T10:11:16.406270+0000 mon.smithi002 (mon.0) 280 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:16.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: audit 2023-12-08T10:11:16.406436+0000 mon.smithi002 (mon.0) 281 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:16.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: audit 2023-12-08T10:11:16.406577+0000 mon.smithi002 (mon.0) 282 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:16.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:16 smithi204 conmon[86088]: audit 2023-12-08T10:11:16.456964+0000 mon.smithi204 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.204:0/1953668731' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:17.337 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:17.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:17 smithi002 conmon[82053]: audit 2023-12-08T10:11:17.336141+0000 mon.smithi002 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.2:0/582124515' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:17.769 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702030276,"num_remapped_pgs":0} 2023-12-08T10:11:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:17 smithi204 conmon[86088]: audit 2023-12-08T10:11:17.336141+0000 mon.smithi002 (mon.0) 283 2023-12-08T10:11:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:17 smithi204 conmon[86088]: : audit [DBG] from='client.? 172.21.15.2:0/582124515' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:18.770 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:18.796 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:18 smithi002 conmon[82053]: cluster 2023-12-08T10:11:17.097842+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:11:18.796 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:18 smithi002 conmon[82053]: 14184) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:18.796 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:18 smithi002 conmon[82053]: audit 2023-12-08T10:11:17.709210 2023-12-08T10:11:18.796 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:18 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.2:0/4069762655' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:18 smithi204 conmon[86088]: cluster 2023-12-08T10:11:17.097842+0000 mgr.smithi002.utaniu (mgr.14184) 39 : cluster 2023-12-08T10:11:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:18 smithi204 conmon[86088]: [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:18 smithi204 conmon[86088]: audit 2023-12-08T10:11:17.709210+0000 mon.smithi002 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.2:0/4069762655' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:11:20.663 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:20.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:20 smithi002 conmon[82053]: cluster 2023-12-08T10:11:19.098049+0000 mgr.smithi002.utaniu (mgr.14184) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:20 smithi204 conmon[86088]: cluster 2023-12-08T10:11:19.098049+0000 mgr.smithi002.utaniu (mgr.14184) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:21.114 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702030276,"num_remapped_pgs":0} 2023-12-08T10:11:21.657 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:21 smithi002 conmon[82053]: audit 2023-12-08T10:11:20.662489+0000 mon.smithi002 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.2:0/2432488753' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:21.657 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:21 smithi002 conmon[82053]: audit 2023-12-08T10:11:21.367163+0000 mon.smithi002 (mon.0) 286 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T10:11:21.657 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:21 smithi002 conmon[82053]: audit 2023-12-08T10:11:21.367757+0000 mon.smithi002 (mon.0) 287 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:21.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:21 smithi204 conmon[86088]: audit 2023-12-08T10:11:20.662489+0000 mon.smithi002 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.2:0/2432488753' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:21.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:21 smithi204 conmon[86088]: audit 2023-12-08T10:11: 2023-12-08T10:11:21.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:21 smithi204 conmon[86088]: 21.367163+0000 mon.smithi002 (mon.0) 286 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T10:11:21.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:21 smithi204 conmon[86088]: audit 2023-12-08T10:11:21.367757+0000 mon.smithi002 (mon.0) 287 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:22.115 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:22.732 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:22 smithi204 conmon[86088]: cluster 2023-12-08T10:11:21.098290+0000 mgr.smithi002.utaniu (mgr.14184) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:22.732 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:22 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:21.368301+0000 mgr.smithi002.utaniu (mgr.14184) 42 : cephadm [INF] Deploying daemon osd.0 on smithi204 2023-12-08T10:11:22.941 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:22 smithi002 conmon[82053]: cluster 2023-12-08T10:11:21.098290+0000 mgr.smithi002.utaniu (mgr.14184) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:22.941 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:22 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:21.368301+0000 mgr.smithi002.utaniu (mgr.14184) 42 : cephadm [INF] Deploying daemon osd.0 on smithi204 2023-12-08T10:11:23.701 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:23 smithi002 conmon[82053]: audit 2023-12-08T10:11:22.915937+0000 2023-12-08T10:11:23.701 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:23 smithi002 conmon[82053]: mon.smithi002 (mon.0) 288 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T10:11:23.701 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:23 smithi002 conmon[82053]: audit 2023-12-08T10:11:22.916543+0000 mon.smithi002 (mon.0) 289 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:23.745 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:23 smithi204 conmon[86088]: audit 2023-12-08T10:11:22.915937+0000 2023-12-08T10:11:23.745 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:23 smithi204 conmon[86088]: mon.smithi002 (mon.0) 288 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T10:11:23.746 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:23 smithi204 conmon[86088]: audit 2023-12-08T10:11:22.916543+0000 mon.smithi002 (mon.0) 289 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:24.138 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:24.603 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:24 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:22.917064+0000 mgr.smithi002.utaniu (mgr.14184) 43 : cephadm [INF] Deploying daemon osd.1 on smithi002 2023-12-08T10:11:24.603 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:24 smithi002 conmon[82053]: cluster 2023-12-08T10:11:23.098533+0000 mgr.smithi002.utaniu (mgr.14184) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:24.603 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:24 smithi002 conmon[82053]: audit 2023-12-08T10:11:24.137140+0000 mon.smithi002 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.2:0/959252036' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:24.798 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702030276,"num_remapped_pgs":0} 2023-12-08T10:11:24.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:24 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:22.917064+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:11:24.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:24 smithi204 conmon[86088]: 14184) 43 : cephadm [INF] Deploying daemon osd.1 on smithi002 2023-12-08T10:11:24.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:24 smithi204 conmon[86088]: cluster 2023-12-08T10:11:23.098533+0000 mgr.smithi002.utaniu (mgr.14184) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:24.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:24 smithi204 conmon[86088]: audit 2023-12-08T10:11:24.137140+0000 mon.smithi002 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.2:0/959252036' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:25.799 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:26 smithi204 conmon[86088]: cluster 2023-12-08T10:11:25.098794+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:11:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:26 smithi204 conmon[86088]: 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:26 smithi204 conmon[86088]: audit 2023-12-08T10:11:25.905356+0000 mon.smithi002 (mon.0) 291 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:26 smithi204 conmon[86088]: audit 2023-12-08T10:11:25.906205+0000 2023-12-08T10:11:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:26 smithi204 conmon[86088]: mon.smithi002 (mon.0) 292 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T10:11:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:26 smithi204 conmon[86088]: audit 2023-12-08T10:11:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:26 smithi204 conmon[86088]: 2023-12-08T10:11:25.907014 2023-12-08T10:11:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:26 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 293 : audit [DBG] 2023-12-08T10:11:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:26 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:26.654 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:26 smithi002 conmon[82053]: cluster 2023-12-08T10:11:25. 2023-12-08T10:11:26.654 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:26 smithi002 conmon[82053]: 098794+0000 mgr.smithi002.utaniu (mgr.14184) 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:26.654 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:26 smithi002 conmon[82053]: audit 2023-12-08T10:11:25.905356+0000 mon.smithi002 (mon.0) 291 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:26.654 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:26 smithi002 conmon[82053]: audit 2023-12-08T10:11:25.906205+0000 mon.smithi002 (mon.0) 292 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T10:11:26.654 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:26 smithi002 conmon[82053]: audit 2023-12-08T10:11:25.907014+0000 mon.smithi002 (mon.0) 293 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:27.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:27 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:25.907781+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:11:27.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:27 smithi204 conmon[86088]: .14184) 46 : cephadm [INF] Deploying daemon osd.2 on smithi204 2023-12-08T10:11:27.818 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:27.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:27 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:25. 2023-12-08T10:11:27.844 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:27 smithi002 conmon[82053]: 907781+0000 mgr.smithi002.utaniu (mgr.14184) 46 : cephadm [INF] Deploying daemon osd.2 on smithi204 2023-12-08T10:11:28.278 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702030276,"num_remapped_pgs":0} 2023-12-08T10:11:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:28 smithi204 conmon[86088]: cluster 2023-12-08T10:11:27.099166+0000 mgr.smithi002.utaniu (mgr.14184) 47 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:28 smithi204 conmon[86088]: audit 2023-12-08T10:11:27.815852+0000 mon.smithi002 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.2:0/2939803850' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:28 smithi204 conmon[86088]: audit 2023-12-08T10:11:28.234694+0000 mon.smithi002 (mon.0) 295 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:28 smithi204 conmon[86088]: audit 2023-12-08T10:11:28.235432+0000 mon.smithi002 (mon.0) 296 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T10:11:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:28 smithi204 conmon[86088]: audit 2023-12-08T10:11:28.236092+0000 mon.smithi002 (mon.0) 297 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:28.857 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:28 smithi002 conmon[82053]: cluster 2023-12-08T10:11:27.099166+0000 2023-12-08T10:11:28.858 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:28 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 47 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:28.858 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:28 smithi002 conmon[82053]: audit 2023-12-08T10:11:27.815852+0000 mon.smithi002 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.2:0/2939803850' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:28.858 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:28 smithi002 conmon[82053]: audit 2023-12-08T10:11:28.234694+0000 mon.smithi002 (mon.0) 295 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:28.858 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:28 smithi002 conmon[82053]: audit 2023-12-08T10:11:28.235432+0000 mon.smithi002 (mon.0) 296 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T10:11:28.858 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:28 smithi002 conmon[82053]: audit 2023-12-08T10:11:28.236092+0000 mon.smithi002 (mon.0) 297 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:29.280 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:29 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:28.236659+0000 mgr.smithi002.utaniu (mgr.14184) 48 2023-12-08T10:11:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:29 smithi204 conmon[86088]: : cephadm [INF] Deploying daemon osd.3 on smithi002 2023-12-08T10:11:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:29 smithi204 conmon[86088]: audit 2023-12-08T10:11:29.093149+0000 mon.smithi204 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.204:6800/3676216387,v1:172.21.15.204:6801/3676216387]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:11:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:29 smithi204 conmon[86088]: audit 2023-12-08T10:11:29.093781+0000 mon.smithi002 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:11:29.949 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:29 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:28.236659+0000 mgr.smithi002.utaniu (mgr.14184) 48 : cephadm [INF] Deploying daemon osd.3 on smithi002 2023-12-08T10:11:29.950 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:29 smithi002 conmon[82053]: audit 2023-12-08T10:11:29.093149+0000 mon.smithi204 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.204:6800/3676216387,v1:172.21.15.204:6801/3676216387]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:11:29.950 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:29 smithi002 conmon[82053]: audit 2023-12-08T10:11:29.093781+0000 mon.smithi002 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:11:30.706 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: cluster 2023-12-08T10:11:29.099531+0000 mgr.smithi002.utaniu (mgr.14184) 49 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:30.706 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: audit 2023-12-08T10:11:29.522379+0000 mon.smithi002 (mon.0) 299 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T10:11:30.706 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: cluster 2023-12-08T10:11:29.522464+0000 mon.smithi002 (mon.0) 300 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-08T10:11:30.707 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: audit 2023-12-08T10:11:29.522577+0000 mon.smithi002 (mon.0 2023-12-08T10:11:30.707 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: ) 301 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:30.707 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: audit 2023-12-08T10:11:29.522864+0000 mon.smithi002 (mon.0) 302 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:30.707 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: audit 2023-12-08T10:11:29.523029+0000 mon.smithi002 (mon.0) 303 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:30.707 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: audit 2023-12-08T10:11:29.523213+0000 mon.smithi002 (mon.0) 304 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:30.707 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: audit 2023-12-08T10:11:29.523382+0000 mon.smithi002 (mon.0) 305 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:30.708 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: audit 2023-12-08T10:11:29.523551+0000 mon.smithi002 (mon.0) 306 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:30.708 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: audit 2023-12-08T10:11:29.523717+0000 mon.smithi002 (mon.0) 307 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:30.708 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: audit 2023-12-08T10:11:29.523904+0000 mon.smithi002 (mon.0) 308 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:30.708 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: audit 2023-12-08T10:11:29.526349+0000 mon.smithi204 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.204:6800/3676216387,v1:172.21.15.204:6801/3676216387]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:30.708 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:30 smithi002 conmon[82053]: audit 2023-12-08T10:11:29.526987+0000 mon.smithi002 (mon.0) 309 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:30.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: cluster 2023-12-08T10:11:29 2023-12-08T10:11:30.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: .099531+0000 mgr.smithi002.utaniu (mgr.14184) 49 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:30.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: 2023-12-08T10:11:29.522379+0000 mon.smithi002 2023-12-08T10:11:30.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: (mon.0) 299 : audit [INF] 2023-12-08T10:11:30.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T10:11:30.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: cluster 2023-12-08T10:11:30.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: 2023-12-08T10: 2023-12-08T10:11:30.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: 11:29.522464+0000 mon.smithi002 ( 2023-12-08T10:11:30.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: mon.0) 300 : cluster [DBG] 2023-12-08T10:11:30.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: osdmap e14: 8 total, 0 up, 8 in 2023-12-08T10:11:30.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: 2023-12-08T10:11 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: :29.522577+0000 mon.smithi002 ( 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: mon.0) 301 : audit [DBG] 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: 2023-12-08T10: 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: 11:29.522864+0000 mon.smithi002 ( 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: mon.0) 302 : audit 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: 2023-12-08T10: 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: 11:29.523029+0000 mon.smithi002 ( 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: mon.0) 303 : audit [DBG] 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: 2023-12 2023-12-08T10:11:30.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: -08T10:11:29.523213+0000 mon.smithi002 2023-12-08T10:11:30.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: (mon.0) 304 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:30.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:11:30.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: -08T10:11:29.523382+0000 mon.smithi002 ( 2023-12-08T10:11:30.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: mon.0) 305 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:30.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: audit 2023-12-08 2023-12-08T10:11:30.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: T10:11:29.523551+0000 mon.smithi002 (mon.0) 306 : 2023-12-08T10:11:30.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:30.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: audit 2023-12-08T10:11:29 2023-12-08T10:11:30.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: .523717+0000 mon.smithi002 (mon.0) 307 : audit 2023-12-08T10:11:30.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:30.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: audit 2023-12-08T10:11:29 2023-12-08T10:11:30.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: .523904+0000 mon.smithi002 (mon.0) 308 : audit [DBG] 2023-12-08T10:11:30.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:30.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: audit 2023-12-08T10:11:29 2023-12-08T10:11:30.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: .526349+0000 mon.smithi204 (mon.1) 11 : audit 2023-12-08T10:11:30.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: [INF] from='osd.0 [v2:172.21.15.204:6800/3676216387,v1:172.21.15.204:6801/3676216387]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:30.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: audit 2023-12-08T10:11:29.526987 2023-12-08T10:11:30.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 309 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:30.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:30 smithi204 conmon[86088]: 2023-12-08T10:11:31.350 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:31.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023-12-08T10:11 2023-12-08T10:11:31.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: :30.523514+0000 mon.smithi002 (mon.0) 310 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-08T10:11:31.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: cluster 2023-12-08T10:11:30.523594+0000 mon.smithi002 (mon.0) 311 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023-12-08T10:11:30.523871+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 312 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023-12-08T 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 10:11:30.524091+0000 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: mon.smithi002 (mon.0) 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 313 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: -12-08T10:11: 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 30.524224+0000 mon.smithi002 (mon 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: .0) 314 : audit [DBG] 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 2023-12-08T10 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: :11:30.524444 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 315 : 2023-12-08T10:11:31.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: -12-08T10:11: 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 30.529334+0000 mon.smithi002 ( 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: mon.0) 316 : audit 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 2023-12-08T10:11 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: :30.529496+0000 mon.smithi002 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: (mon.0) 317 : audit 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: -12-08T10:11: 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 30.529673+0000 mon.smithi002 (mon 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: .0) 318 : audit [DBG] 2023-12-08T10:11:31.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 2023-12-08T10 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: :11:30.529831+0000 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: mon.smithi002 (mon.0) 319 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 2023-12-08T10:11 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: :30.530068+0000 mon.smithi002 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: (mon.0) 320 : audit 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 2023-12-08T10:11 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: :30.677844+0000 mon.smithi002 ( 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: mon.0) 321 : audit 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:31.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: -12-08T10:11: 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 30.678494+0000 mon.smithi002 (mon 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: .0) 322 : audit 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 2023-12-08T10 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: :11:30.679099+0000 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: mon.smithi002 (mon.0) 323 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: -12-08T10:11: 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 31.325915+0000 mon.smithi002 ( 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: mon.0) 324 : audit 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: [INF] from='osd.1 [v2:172.21.15.2:6802/2335143644,v1:172.21.15.2:6803/2335143644]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T10:11:31.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: audit 2023-12-08T10:11:31.700 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: 2023-12-08T10:11 2023-12-08T10:11:31.700 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: :31.348364+0000 mon.smithi002 ( 2023-12-08T10:11:31.700 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: mon.0) 325 : audit 2023-12-08T10:11:31.700 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:31 smithi002 conmon[82053]: [DBG] from='client.? 172.21.15.2:0/182951431' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:31.720 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.523514+0000 mon.smithi002 (mon. 2023-12-08T10:11:31.720 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: 0) 310 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-08T10:11:31.720 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: cluster 2023-12-08T10:11:30.523594+0000 mon.smithi002 (mon.0) 311 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T10:11:31.721 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.523871+0000 mon.smithi002 (mon.0) 312 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:31.721 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.524091+0000 mon.smithi002 (mon.0) 313 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:31.721 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.524224+0000 mon.smithi002 (mon.0) 314 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:31.721 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.524444+0000 mon.smithi002 (mon.0) 315 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:31.721 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.529334+0000 mon.smithi002 (mon.0) 316 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:31.721 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.529496+0000 mon.smithi002 (mon.0) 317 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:31.721 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.529673+0000 mon.smithi002 (mon.0) 318 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:31.721 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.529831+0000 mon.smithi002 (mon.0) 319 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:31.721 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.530068+0000 mon.smithi002 (mon.0) 320 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:31.721 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.677844+0000 mon.smithi002 (mon.0) 321 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:31.722 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.678494+0000 mon.smithi002 (mon.0) 322 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T10:11:31.722 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:30.679099+0000 mon.smithi002 (mon.0) 323 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:31.722 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:31.325915+0000 mon.smithi002 (mon.0) 324 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/2335143644,v1:172.21.15.2:6803/2335143644]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T10:11:31.722 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:31 smithi204 conmon[86088]: audit 2023-12-08T10:11:31.348364+0000 mon.smithi002 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.2:0/182951431' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:31.768 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702030276,"num_remapped_pgs":0} 2023-12-08T10:11:32.769 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:32.806 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: cluster 2023-12-08T10:11:30.107637+0000 osd.0 (osd.0 2023-12-08T10:11:32.806 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: ) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: cluster 2023-12-08T10:11:30.107710+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:30.679600 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 50 : cephadm [INF] Deploying daemon osd.4 on smithi204 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: cluster 2023 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: -12-08T10:11:31.099757+0000 mgr.smithi002.utaniu (mgr.14184) 51 : cluster 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: cluster 2023-12-08T10:11:31 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: .529464+0000 mon.smithi002 (mon.0) 326 : cluster 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: [INF] osd.0 [v2:172.21.15.204:6800/3676216387,v1:172.21.15.204:6801/3676216387] boot 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11:31. 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 529578+0000 mon.smithi002 (mon.0) 327 : audit [INF] 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: from='osd.1 [v2:172.21.15.2:6802/2335143644,v1:172.21.15.2:6803/2335143644]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T10:11:32.807 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: cluster 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 2023-12-08T10:11:31.529676+0000 mon.smithi002 (mon.0 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: ) 328 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: :11:31.530250+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 329 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11:31. 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 530565+0000 mon.smithi002 (mon.0) 330 : audit [DBG] 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11:31.530737+0000 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: mon.smithi002 (mon.0) 331 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/2335143644,v1:172.21.15.2:6803/2335143644]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 2023-12-08T10:11:31.531019+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 332 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:32.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11 2023-12-08T10:11:32.809 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: :31.531172+0000 mon.smithi002 (mon.0) 333 : 2023-12-08T10:11:32.809 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:32.809 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11: 2023-12-08T10:11:32.809 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 31.536423+0000 mon.smithi002 (mon.0) 334 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:32.809 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 2023-12-08T10:11:32.809 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023 2023-12-08T10:11:32.809 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: -12-08T10:11:31.536597+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:32.809 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 335 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:32.809 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11 2023-12-08T10:11:32.809 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: :31.536748+0000 mon.smithi002 (mon.0) 336 : 2023-12-08T10:11:32.809 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:32.809 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11:31. 2023-12-08T10:11:32.810 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 536904+0000 mon.smithi002 (mon.0) 337 : audit 2023-12-08T10:11:32.810 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:32.810 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11:32.529207+0000 2023-12-08T10:11:32.810 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: mon.smithi002 (mon.0) 338 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/2335143644,v1:172.21.15.2:6803/2335143644]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-08T10:11:32.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 2023-12-08T10:11:32.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: cluster 2023 2023-12-08T10:11:32.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: -12-08T10:11:32.529288+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:32.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 339 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T10:11:32.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10: 2023-12-08T10:11:32.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 11:32.529415+0000 mon.smithi002 (mon.0) 340 : 2023-12-08T10:11:32.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:32.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11:32 2023-12-08T10:11:32.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: .529705+0000 mon.smithi002 (mon.0) 341 : audit [DBG] 2023-12-08T10:11:32.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:32.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11:32.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 2023-12-08T10:11:32.530155+0000 mon.smithi002 (mon.0 2023-12-08T10:11:32.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: ) 342 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:32.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11 2023-12-08T10:11:32.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: :32.530375+0000 mon.smithi002 (mon.0) 343 2023-12-08T10:11:32.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:32.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11:32 2023-12-08T10:11:32.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: .530569+0000 mon.smithi002 (mon.0) 344 : audit 2023-12-08T10:11:32.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:32.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10: 2023-12-08T10:11:32.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 11:32.530754+0000 mon.smithi002 (mon.0) 345 2023-12-08T10:11:32.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:32.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: audit 2023-12-08T10:11: 2023-12-08T10:11:32.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: 32.530953+0000 mon.smithi002 (mon.0) 346 : audit 2023-12-08T10:11:32.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:32 smithi002 conmon[82053]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: cluster 2023-12-08T10:11:30.107637+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: cluster 2023-12-08T10:11:30.107710+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:30.679600+0000 mgr.smithi002.utaniu (mgr.14184) 50 : cephadm [INF] Deploying daemon osd.4 on smithi204 2023-12-08T10:11:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: cluster 2023-12-08T10:11:31.099757+0000 mgr.smithi002.utaniu (mgr.14184) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: cluster 2023-12-08T10:11:31.529464+0000 mon.smithi002 (mon.0) 326 : cluster [INF] osd.0 [v2:172.21.15.204:6800/3676216387,v1:172.21.15.204:6801/3676216387] boot 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:31.529578+0000 mon.smithi002 (mon.0) 327 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/2335143644,v1:172.21.15.2:6803/2335143644]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: cluster 2023-12-08T10:11:31.529676+0000 mon.smithi002 (mon.0) 328 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:31.530250+0000 mon.smithi002 (mon.0) 329 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: -12-08T10:11:31.530565+0000 mon.smithi002 (mon.0) 330 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:31.530737+0000 mon.smithi002 (mon.0) 331 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/2335143644,v1:172.21.15.2:6803/2335143644]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:31.531019+0000 mon.smithi002 (mon.0) 332 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:31.531172+0000 mon.smithi002 (mon.0) 333 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:31.536423+0000 mon.smithi002 (mon.0) 334 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:31.536597+0000 mon.smithi002 (mon.0) 335 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:31.536748+0000 mon.smithi002 (mon.0) 336 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:31.536904+0000 mon.smithi002 (mon.0) 337 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:32.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:32.529207+0000 mon.smithi002 (mon 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: .0) 338 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/2335143644,v1:172.21.15.2:6803/2335143644]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: cluster 2023-12- 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: 08T10:11:32.529288+0000 mon.smithi002 (mon.0) 339 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:32.529415+0000 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: mon.smithi002 (mon.0) 340 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:32.529705+0000 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: mon.smithi002 (mon.0) 341 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:32.530155+0000 mon.smithi002 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: (mon.0) 342 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:32.530375+0000 mon.smithi002 (mon.0 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: ) 343 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:32.530569+0000 mon.smithi002 (mon.0) 344 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11:32.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: 2023-12-08T10:11:32.530754+0000 mon.smithi002 (mon.0) 345 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:32.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: audit 2023-12-08T10:11 2023-12-08T10:11:32.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:32 smithi204 conmon[86088]: :32.530953+0000 mon.smithi002 (mon.0) 346 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:33.654 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:33 smithi002 conmon[82053]: audit 2023-12-08T10:11:32.536690+0000 2023-12-08T10:11:33.654 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:33 smithi002 conmon[82053]: mon.smithi002 (mon.0) 347 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:33 smithi204 conmon[86088]: audit 2023-12-08T10:11:32 2023-12-08T10:11:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:33 smithi204 conmon[86088]: .536690+0000 mon.smithi002 (mon.0) 347 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:34.689 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: cluster 2023-12-08T10:11:32.278807+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:34.689 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: cluster 2023-12-08T10:11:32.278853+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:34.689 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: cluster 2023-12-08T10:11:33.100014+0000 mgr.smithi002.utaniu (mgr.14184) 52 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:11:34.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: audit 2023-12-08T10:11:33.533138+0000 mon.smithi002 (mon.0) 348 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:34.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: cluster 2023-12-08T10:11:33.539689+0000 mon.smithi002 (mon.0) 349 : cluster [INF] osd.1 [v2:172.21.15.2:6802/2335143644,v1:172.21.15.2:6803/2335143644] boot 2023-12-08T10:11:34.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: cluster 2023-12-08T10:11:33.539717+0000 mon.smithi002 (mon.0) 350 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-12-08T10:11:34.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: audit 2023-12-08T10:11:33.539928+0000 mon.smithi002 (mon.0) 351 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:34.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: audit 2023-12-08T10:11:33.540368+0000 mon.smithi002 (mon.0) 352 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:34.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: audit 2023-12-08T10:11:33.540647+0000 mon.smithi002 (mon.0) 353 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:34.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: audit 2023-12-08T10:11:33.540916+0000 mon.smithi002 (mon.0) 354 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:34.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: audit 2023-12-08T10:11:33.541142 2023-12-08T10:11:34.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 355 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:34.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: audit 2023-12-08T10:11:33.541389+0000 mon.smithi002 (mon.0) 356 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:34.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: audit 2023-12-08T10:11:33.541614+0000 mon.smithi002 (mon.0) 357 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:34.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: audit 2023-12-08T10:11:33.783268+0000 mon.smithi002 (mon.0) 358 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:34.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: audit 2023-12-08T10:11:33.783949+0000 mon.smithi002 (mon.0) 359 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T10:11:34.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: audit 2023-12-08T10:11:33.784523+0000 mon.smithi002 (mon.0) 360 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:34.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: audit 2023-12-08T10:11:33.869650+0000 mon.smithi204 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.204:6808/2908631446,v1:172.21.15.204:6809/2908631446]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:11:34.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:34 smithi002 conmon[82053]: audit 2023-12-08T10:11:33.870003+0000 mon.smithi002 (mon.0) 361 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:11:34.817 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: cluster 2023-12-08T10:11:32.278807+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: cluster 2023-12-08T10:11:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 2023-12-08T10:11:32.278853+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: cluster 2023-12-08T10:11:33.100014+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:11:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: .14184) 52 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:11:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: -12-08T10:11:33 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: .533138+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 348 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: cluster 2023-12 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: -08T10:11:33.539689+0000 mon.smithi002 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: (mon.0) 349 : cluster [INF] 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: osd.1 [v2:172.21.15.2:6802/2335143644,v1:172.21.15.2:6803/2335143644] boot 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: cluster 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 2023-12-08T10:11: 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 33.539717+0000 mon.smithi002 (mon.0 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: ) 350 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 12-08T10:11:33.539928+0000 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: mon.smithi002 (mon.0) 351 : audit 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:11:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: -12-08T10:11: 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 33.540368+0000 mon.smithi002 (mon.0 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: ) 352 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: -12-08T10:11:33. 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 540647+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 353 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: -12-08T10:11:33.540916 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 354 : 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 12-08T10:11:33.541142+0000 2023-12-08T10:11:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: mon.smithi002 (mon.0) 355 : audit 2023-12-08T10:11:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit 2023-12- 2023-12-08T10:11:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 08T10:11:33.541389+0000 2023-12-08T10:11:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: mon.smithi002 (mon.0) 356 : audit [DBG] 2023-12-08T10:11:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:11:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: -08T10:11:33.541614+0000 2023-12-08T10:11:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: mon.smithi002 (mon.0) 357 : audit 2023-12-08T10:11:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: -08T10:11:33.783268+0000 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: mon.smithi002 (mon.0) 358 : audit 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 2023-12-08T10: 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 11:33.783949+0000 mon.smithi002 (mon 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: .0) 359 : audit [INF] 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 2023-12-08T10:11: 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 33.784523+0000 mon.smithi002 (mon. 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 0) 360 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: -12-08T10:11:33. 2023-12-08T10:11:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 869650+0000 mon.smithi204 (mon.1) 2023-12-08T10:11:34.824 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 12 : audit [INF] from='osd.2 [v2:172.21.15.204:6808/2908631446,v1:172.21.15.204:6809/2908631446]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:11:34.824 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:34.824 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: 12-08T10:11:33.870003 2023-12-08T10:11:34.824 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 361 2023-12-08T10:11:34.824 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:34 smithi204 conmon[86088]: : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:11:35.332 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":19,"num_osds":8,"num_up_osds":2,"osd_up_since":1702030293,"num_in_osds":8,"osd_in_since":1702030276,"num_remapped_pgs":0} 2023-12-08T10:11:35.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:33. 2023-12-08T10:11:35.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: 785034+0000 mgr.smithi002.utaniu (mgr.14184) 53 : cephadm [INF] Deploying daemon osd.5 on smithi002 2023-12-08T10:11:35.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: audit 2023-12-08T10:11:34.785001+0000 mon.smithi002 (mon.0) 362 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T10:11:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: cluster 2023-12-08T10:11:34.785087+0000 mon.smithi002 (mon.0) 363 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-12-08T10:11:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: audit 2023-12-08T10:11:34.785205+0000 mon.smithi002 (mon.0) 364 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: audit 2023-12-08T10:11:34.785477+0000 mon.smithi002 (mon.0) 365 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: audit 2023-12-08T10:11:34.785660+0000 mon.smithi002 (mon.0) 366 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: audit 2023-12-08T10:11:34.785854+0000 mon.smithi002 (mon.0) 367 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: audit 2023-12-08T10:11:34.786065+0000 mon.smithi002 (mon.0) 368 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: audit 2023-12-08T10:11:34.786245+0000 mon.smithi002 (mon.0) 369 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: audit 2023-12-08T10:11:34.786396+0000 mon.smithi204 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.204:6808/2908631446,v1:172.21.15.204:6809/2908631446]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: audit 2023-12-08T10:11:34.786741+0000 mon.smithi002 (mon.0) 370 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: audit 2023-12-08T10:11:34.816181+0000 mon.smithi002 (mon.0) 371 : audit [DBG] from='client.? 172.21.15.2:0/856045730' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: audit 2023-12-08T10:11:35.248734+0000 mon.smithi002 (mon.0) 372 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: audit 2023-12-08T10:11:35.249394+0000 mon.smithi002 (mon.0) 373 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T10:11:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:35 smithi002 conmon[82053]: audit 2023-12-08T10:11:35.249999+0000 mon.smithi002 (mon.0) 374 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:35.795 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:33.785034+0000 mgr.smithi002.utaniu (mgr.14184) 53 : cephadm [INF] Deploying daemon osd.5 on smithi002 2023-12-08T10:11:35.795 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit 2023-12-08T10:11:34.785001+0000 mon.smithi002 (mon.0) 362 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T10:11:35.795 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: cluster 2023-12-08T10:11:34.785087+0000 mon.smithi002 (mon.0) 363 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-12-08T10:11:35.795 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit 2023-12-08T10:11:34.785205+0000 mon.smithi002 (mon.0) 364 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:35.795 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit 2023-12-08T10:11:34.785477+0000 mon.smithi002 (mon.0) 365 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:35.795 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit 2023-12-08T10:11:34.785660+0000 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: mon.smithi002 (mon.0) 366 : audit [DBG] 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: 12-08T10:11:34.785854 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 367 : 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: -12-08T10:11:34. 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: 786065+0000 mon.smithi002 (mon.0) 368 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: 2023-12-08T10:11:34 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: .786245+0000 mon.smithi002 (mon.0) 369 2023-12-08T10:11:35.796 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: 2023-12-08T10:11:34 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: .786396+0000 mon.smithi204 (mon.1) 13 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: : audit [INF] from='osd.2 [v2:172.21.15.204:6808/2908631446,v1:172.21.15.204:6809/2908631446]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: 2023-12-08T10:11:34 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: .786741+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: 370 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: -08T10:11:34.816181+0000 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: mon.smithi002 (mon.0) 371 : 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit [DBG] from='client.? 172.21.15.2:0/856045730' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:35.797 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: 12-08T10:11:35.248734 2023-12-08T10:11:35.798 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 372 : 2023-12-08T10:11:35.798 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:35.798 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:35.798 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: -12-08T10:11:35. 2023-12-08T10:11:35.798 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: 249394+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:35.798 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: 373 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T10:11:35.798 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: audit 2023-12- 2023-12-08T10:11:35.798 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: 08T10:11:35.249999+0000 mon.smithi002 (mon. 2023-12-08T10:11:35.798 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:35 smithi204 conmon[86088]: 0) 374 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:36.333 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:36.664 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:36 smithi204 conmon[86088]: cluster 2023-12-08T10:11:35.100329+0000 mgr.smithi002.utaniu (mgr.14184) 54 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T10:11:36.664 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:36 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:35.250538+0000 mgr.smithi002.utaniu (mgr.14184) 55 : cephadm [INF] Deploying daemon osd.6 on smithi204 2023-12-08T10:11:36.665 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:36 smithi204 conmon[86088]: audit 2023-12-08T10:11:35.786569+0000 mon.smithi002 (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-08T10:11:36.665 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:36 smithi204 conmon[86088]: cluster 2023-12-08T10:11:35.786637+0000 mon.smithi002 (mon.0) 376 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-08T10:11:36.665 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:36 smithi204 conmon[86088]: audit 2023-12-08T10:11:35.786869+0000 mon.smithi002 (mon.0) 377 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:36.665 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:36 smithi204 conmon[86088]: audit 2023-12-08T10:11:35.787167+0000 mon.smithi002 (mon.0) 378 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:36.665 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:36 smithi204 conmon[86088]: audit 2023-12-08T10:11:35.788615+0000 mon.smithi002 (mon.0) 379 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:36.665 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:36 smithi204 conmon[86088]: audit 2023-12-08T10:11:35.788807+0000 mon.smithi002 (mon.0) 380 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:36.665 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:36 smithi204 conmon[86088]: audit 2023-12-08T10:11:35.788998+0000 mon.smithi002 2023-12-08T10:11:36.665 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:36 smithi204 conmon[86088]: (mon.0) 381 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:36.665 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:36 smithi204 conmon[86088]: audit 2023-12-08T10:11:35.789205+0000 mon.smithi002 (mon.0) 382 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:36.665 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:36 smithi204 conmon[86088]: audit 2023-12-08T10:11:35.790354+0000 mon.smithi002 (mon.0) 383 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:36.828 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:36 smithi002 conmon[82053]: cluster 2023-12-08T10:11:35.100329+0000 mgr.smithi002.utaniu (mgr.14184) 54 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T10:11:36.828 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:36 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:35.250538+0000 mgr.smithi002.utaniu (mgr.14184) 55 : cephadm [INF] Deploying daemon osd.6 on smithi204 2023-12-08T10:11:36.829 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:36 smithi002 conmon[82053]: audit 2023-12-08T10:11:35.786569+0000 mon.smithi002 (mon.0) 375 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-08T10:11:36.829 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:36 smithi002 conmon[82053]: cluster 2023-12-08T10:11:35.786637+0000 mon.smithi002 (mon.0) 376 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-08T10:11:36.829 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:36 smithi002 conmon[82053]: audit 2023-12-08T10:11:35.786869+0000 mon.smithi002 (mon.0) 377 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:36.829 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:36 smithi002 conmon[82053]: audit 2023-12-08T10:11:35.787167+0000 mon.smithi002 (mon.0) 378 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:36.829 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:36 smithi002 conmon[82053]: audit 2023-12-08T10:11:35.788615+0000 mon.smithi002 (mon.0) 379 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:36.829 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:36 smithi002 conmon[82053]: audit 2023-12-08T10:11:35.788807+0000 mon.smithi002 (mon.0) 380 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:36.829 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:36 smithi002 conmon[82053]: audit 2023-12-08T10:11:35.788998+0000 mon.smithi002 (mon.0) 381 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:36.829 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:36 smithi002 conmon[82053]: audit 2023-12-08T10:11:35.789205+0000 mon.smithi002 (mon.0) 382 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:36.829 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:36 smithi002 conmon[82053]: audit 2023-12-08T10:11:35.790354+0000 mon.smithi002 (mon.0) 383 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:37.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: cluster 2023-12-08T10:11:34.881607+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:37.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: cluster 2023-12-08T10:11:34 2023-12-08T10:11:37.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: .881658+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:37.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: cluster 2023-12-08T10:11:36.790963+0000 mon.smithi002 (mon.0) 384 : cluster [INF] osd.2 [v2:172.21.15.204:6808/2908631446,v1:172.21.15.204:6809/2908631446] boot 2023-12-08T10:11:37.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: cluster 2023-12-08T10:11:36.791005+0000 mon.smithi002 (mon.0) 385 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-08T10:11:37.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: audit 2023-12-08T10:11:36.791121+0000 mon.smithi002 (mon.0) 386 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:37.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: audit 2023-12-08T10:11:36.791451+0000 mon.smithi002 (mon.0) 387 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:37.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: audit 2023-12-08T10:11:36.791635+0000 mon.smithi002 (mon.0) 388 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:37.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: audit 2023-12-08T10:11:36.791866+0000 mon.smithi002 (mon.0) 389 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:37.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: audit 2023-12-08T10:11:36.792073+0000 mon.smithi002 (mon.0) 390 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:37.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: audit 2023-12-08T10:11:36.792289+0000 mon.smithi002 (mon.0) 391 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:37.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: audit 2023-12-08T10:11:36.792562+0000 mon.smithi002 (mon.0) 392 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T10:11:37.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: audit 2023-12-08T10:11:36.897488+0000 mon.smithi204 (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.2:6810/1045174405,v1:172.21.15.2:6811/1045174405]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T10:11:37.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: cluster 2023-12-08T10:11:37.100584+0000 mgr.smithi002.utaniu (mgr.14184) 56 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T10:11:37.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:37 smithi002 conmon[82053]: audit 2023-12-08T10:11:37.264386+0000 mon.smithi002 (mon.0) 393 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T10:11:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: cluster 2023-12-08T10:11:34.881607+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: cluster 2023-12-08T10:11:34.881658+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: cluster 2023-12-08T10:11:36.790963+0000 mon.smithi002 (mon.0) 384 : cluster [INF] osd.2 [v2:172.21.15.204:6808/2908631446,v1:172.21.15.204:6809/2908631446] boot 2023-12-08T10:11:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: cluster 2023-12-08T10:11:36.791005+0000 mon.smithi002 (mon.0) 385 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-08T10:11:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: audit 2023-12-08T10:11:36.791121+0000 mon.smithi002 (mon.0) 386 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:11:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: audit 2023-12-08T10:11:36.791451+0000 mon.smithi002 (mon.0) 387 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: audit 2023-12-08T10:11:36.791635+0000 mon.smithi002 (mon.0) 388 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: audit 2023-12-08T10:11:36.791866+0000 mon.smithi002 (mon.0) 389 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:38.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: audit 2023-12-08T10 2023-12-08T10:11:38.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: :11:36.792073+0000 mon.smithi002 (mon.0) 390 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:38.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: audit 2023-12-08T10:11:36.792289+0000 mon.smithi002 (mon.0) 391 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:38.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: audit 2023-12-08T10:11:36.792562+0000 mon.smithi002 (mon.0) 392 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T10:11:38.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: audit 2023-12-08T10:11:36.897488+0000 mon.smithi204 (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.2:6810/1045174405,v1:172.21.15.2:6811/1045174405]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T10:11:38.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: cluster 2023-12-08T10:11:37.100584+0000 mgr.smithi002.utaniu (mgr.14184) 56 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T10:11:38.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:37 smithi204 conmon[86088]: audit 2023-12-08T10:11:37.264386+0000 mon.smithi002 (mon.0) 393 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T10:11:38.170 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:38.594 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1702030296,"num_in_osds":8,"osd_in_since":1702030276,"num_remapped_pgs":0} 2023-12-08T10:11:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: audit 2023-12-08T10:11:37.796223+0000 mon.smithi002 (mon. 2023-12-08T10:11:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: 0) 394 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-08T10:11:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: audit 2023-12-08T10:11:37.796300+0000 mon.smithi002 (mon.0) 395 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T10:11:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: cluster 2023-12-08T10:11:37.796365+0000 mon.smithi002 (mon.0) 396 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-08T10:11:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: audit 2023-12-08T10:11:37.796516+0000 mon.smithi002 (mon.0) 397 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: audit 2023-12-08T10:11:37.797111+0000 2023-12-08T10:11:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: mon.smithi002 (mon.0) 398 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: audit 2023-12-08T10:11:37.797314+0000 mon.smithi002 (mon.0) 399 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: audit 2023-12-08T10:11:37.797508+0000 mon.smithi002 (mon.0) 400 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: audit 2023-12-08T10 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: :11:37.797811+0000 mon.smithi002 (mon.0) 401 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: audit 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: 2023-12-08T10:11:37.798944+0000 mon.smithi002 (mon.0) 402 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: audit 2023-12-08T10:11:37.801726+0000 mon.smithi204 (mon.1) 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: 15 : audit [INF] from='osd.3 [v2:172.21.15.2:6810/1045174405,v1:172.21.15.2:6811/1045174405]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: audit 2023-12-08T10:11:37.802081+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: 403 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: audit 2023-12-08T10:11:38. 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: 168921+0000 mon.smithi002 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.2:0/1342381778' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: audit 2023-12-08T10:11 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: :38.402875+0000 mon.smithi204 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/781151569,v1:172.21.15.204:6817/781151569]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:11:39.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: audit 2023-12-08T10: 2023-12-08T10:11:39.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:38 smithi204 conmon[86088]: 11:38.403227+0000 mon.smithi002 (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:11:39.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: audit 2023-12-08T10:11:37.796223+0000 mon.smithi002 (mon 2023-12-08T10:11:39.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: .0) 394 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-08T10:11:39.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: audit 2023-12-08T10:11:37.796300+0000 mon.smithi002 (mon.0) 395 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T10:11:39.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: cluster 2023-12-08T10:11:37.796365+0000 mon.smithi002 (mon.0) 396 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-08T10:11:39.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: audit 2023-12-08T10:11:37.796516+0000 mon.smithi002 (mon.0) 397 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:39.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: audit 2023-12-08T10:11:37.797111+0000 mon.smithi002 (mon.0) 398 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:39.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: audit 2023-12-08T10:11:37.797314+0000 mon.smithi002 (mon.0) 399 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:39.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: audit 2023-12-08T10:11:37.797508+0000 mon.smithi002 (mon.0) 400 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:39.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: audit 2023-12-08T10:11:37.797811+0000 mon.smithi002 (mon.0) 401 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:39.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: audit 2023-12-08T10:11:37.798944+0000 mon.smithi002 (mon.0) 402 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T10:11:39.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: audit 2023-12-08T10:11:37.801726+0000 mon.smithi204 (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.2:6810/1045174405,v1:172.21.15.2:6811/1045174405]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-08T10:11:39.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: audit 2023-12-08T10:11:37.802081+0000 mon.smithi002 (mon.0) 403 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-08T10:11:39.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.168921+0000 mon.smithi002 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.2:0/1342381778' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:39.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.402875+0000 mon.smithi204 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/781151569,v1:172.21.15.204:6817/781151569]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:11:39.232 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:38 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.403227+0000 mon.smithi002 (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:11:39.595 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:40.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12-08T10:11:38.800022+0000 mon.smithi002 (mon.0) 406 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T10:11:40.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T10:11:40.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12-08T10:11:38.800131+0000 mon.smithi002 (mon.0) 407 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-08T10:11:40.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12-08T10:11:38.800247+0000 2023-12-08T10:11:40.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: mon.smithi002 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T10:11:40.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: cluster 2023-12-08T10:11:40.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T10:11:38.800309+0000 mon.smithi002 2023-12-08T10:11:40.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: (mon.0) 409 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-08T10:11:40.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T10:11:40.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12-08T10:11:40.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T10:11:38.800459+0000 mon.smithi002 ( 2023-12-08T10:11:40.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: mon.0) 410 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:40.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12-08 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: T10:11:38.800914+0000 mon.smithi002 (mon.0) 411 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 12-08T10:11:38.801119+0000 mon.smithi002 (mon. 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 0) 412 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12-08T 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 10:11:38.801136+0000 mon.smithi204 (mon.1) 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 17 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/781151569,v1:172.21.15.204:6817/781151569]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 12-08T10:11:38.801361+0000 mon.smithi002 ( 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: mon.0) 413 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T10:11:38.801599 2023-12-08T10:11:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 414 : 2023-12-08T10:11:40.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:40.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12-08T10:11:40.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T10:11:38.801792+0000 2023-12-08T10:11:40.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: mon.smithi002 (mon.0) 415 : audit 2023-12-08T10:11:40.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:40.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:11:40.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: -08T10:11:38.803632+0000 mon.smithi002 (mon 2023-12-08T10:11:40.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: .0) 416 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:40.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T10:11:40.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: cluster 2023 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: -12-08T10:11:39.101040+0000 mgr.smithi002.utaniu 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: (mgr.14184) 57 : cluster [DBG] 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: pgmap v53: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: -08T10:11:39.143294+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: cluster 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T10:11:39.143458+0000 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: mon.smithi002 (mon.0) 418 : cluster [INF] 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: osd.3 [v2:172.21.15.2:6810/1045174405,v1:172.21.15.2:6811/1045174405] boot 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: cluster 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T10:11 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: :39.143527+0000 mon.smithi002 (mon. 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 0) 419 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-12-08T10:11:40.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: -08T10:11:39.143871+0000 mon.smithi002 ( 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: mon.0) 420 : audit [DBG] 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T10:11:39.144415+0000 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: mon.smithi002 (mon.0) 421 : audit 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: -08T10:11:39.146671+0000 mon.smithi002 ( 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: mon.0) 422 : audit [DBG] 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T 2023-12-08T10:11:40.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 10:11:39.146876+0000 mon.smithi002 ( 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: mon.0) 423 : audit [DBG] 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 10:11:39.146999+0000 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: mon.smithi002 (mon.0) 424 : audit 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 12-08T10:11:39.147137+0000 mon.smithi002 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: (mon.0) 425 : audit 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T 2023-12-08T10:11:40.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 10:11:39.643497+0000 mon.smithi002 2023-12-08T10:11:40.076 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: (mon.0) 426 : audit 2023-12-08T10:11:40.076 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:40.076 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:11:40.076 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: -08T10:11:39.644253+0000 mon.smithi002 ( 2023-12-08T10:11:40.076 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: mon.0) 427 : audit [INF] 2023-12-08T10:11:40.076 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T10:11:40.076 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: audit 2023-12-08T10:11:40.076 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 2023-12-08T 2023-12-08T10:11:40.076 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: 10:11:39.644904+0000 mon.smithi002 ( 2023-12-08T10:11:40.076 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: mon.0) 428 : audit [DBG] 2023-12-08T10:11:40.076 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:39 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:40.174 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.800022+0000 mon.smithi002 (mon.0) 406 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T10:11:40.174 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.800131+0000 mon.smithi002 (mon.0) 407 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-08T10:11:40.174 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.800247+0000 mon.smithi002 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T10:11:40.174 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: cluster 2023-12-08T10:11:38.800309+0000 mon.smithi002 (mon.0) 409 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-08T10:11:40.174 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.800459+0000 mon.smithi002 (mon.0) 410 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:40.174 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.800914+0000 mon.smithi002 (mon.0) 411 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:40.174 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.801119+0000 mon.smithi002 (mon.0) 412 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:40.174 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.801136+0000 mon.smithi204 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/781151569,v1:172.21.15.204:6817/781151569]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:40.175 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.801361+0000 mon.smithi002 (mon.0) 413 : audit [DBG] 2023-12-08T10:11:40.175 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:40.175 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.801599+0000 mon.smithi002 (mon.0) 414 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:40.175 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.801792+0000 mon.smithi002 (mon.0) 415 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:40.175 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:38.803632+0000 mon.smithi002 (mon.0) 416 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:40.175 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: cluster 2023-12-08T10:11:39.101040+0000 mgr.smithi002.utaniu (mgr.14184) 57 : cluster [DBG] pgmap v53: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T10:11:40.175 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:39.143294+0000 mon.smithi002 (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-08T10:11:40.175 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: cluster 2023-12-08T10:11:39.143458+0000 mon.smithi002 (mon.0) 418 : cluster [INF] osd.3 [v2:172.21.15.2:6810/1045174405,v1:172.21.15.2:6811/1045174405] boot 2023-12-08T10:11:40.175 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: cluster 2023-12-08T10:11:39.143527+0000 2023-12-08T10:11:40.175 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: mon.smithi002 (mon.0) 419 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-12-08T10:11:40.175 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:39.143871+0000 mon.smithi002 (mon.0) 420 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:11:40.175 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:39.144415+0000 2023-12-08T10:11:40.175 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: mon.smithi002 (mon.0) 421 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11: 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: 39.146671+0000 mon.smithi002 (mon.0) 422 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12- 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: 08T10:11:39.146876+0000 mon.smithi002 (mon 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: .0) 423 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: T10:11:39.146999+0000 mon.smithi002 (mon. 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: 0) 424 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023- 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: 12-08T10:11:39.147137+0000 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: mon.smithi002 (mon.0) 425 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12- 2023-12-08T10:11:40.176 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: 08T10:11:39.643497+0000 mon.smithi002 ( 2023-12-08T10:11:40.177 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: mon.0) 426 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:40.177 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023-12-08T10:11:40.177 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: 2023-12-08T10:11 2023-12-08T10:11:40.177 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: :39.644253+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:40.177 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: 427 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T10:11:40.177 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: audit 2023 2023-12-08T10:11:40.177 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: -12-08T10:11:39.644904+0000 mon.smithi002 (mon 2023-12-08T10:11:40.177 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:39 smithi002 conmon[82053]: .0) 428 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:40.936 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:40 smithi204 conmon[86088]: cluster 2023-12-08T10:11:37.930255+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:40.936 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:40 smithi204 conmon[86088]: cluster 2023-12-08T10:11:37.930300+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:40.936 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:40 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:39.645434+0000 mgr.smithi002.utaniu (mgr.14184) 58 : cephadm [INF] Deploying daemon osd.7 on smithi002 2023-12-08T10:11:40.936 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:40 smithi204 conmon[86088]: audit 2023-12-08T10:11:39.842172+0000 mon.smithi002 (mon.0) 429 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:40.936 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:40 smithi204 conmon[86088]: cluster 2023-12-08T10:11:40.148162+0000 mon.smithi002 (mon.0) 430 : cluster [INF] osd.4 [v2:172.21.15.204:6816/781151569,v1:172.21.15.204:6817/781151569] boot 2023-12-08T10:11:40.936 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:40 smithi204 conmon[86088]: cluster 2023-12-08T10:11:40.148215+0000 mon.smithi002 (mon.0) 431 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-08T10:11:40.936 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:40 smithi204 conmon[86088]: audit 2023-12-08T10:11:40.148332+0000 mon.smithi002 (mon.0) 432 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:40.936 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:40 smithi204 conmon[86088]: audit 2023-12-08T10:11:40.148667+0000 mon.smithi002 (mon.0) 433 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:40.936 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:40 smithi204 conmon[86088]: audit 2023-12-08T10:11:40.148934+0000 mon.smithi002 (mon.0) 434 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:40.936 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:40 smithi204 conmon[86088]: audit 2023-12-08T10:11:40.149088+0000 mon.smithi002 (mon.0) 435 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:41.018 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:40 smithi002 conmon[82053]: cluster 2023-12-08T10:11 2023-12-08T10:11:41.018 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:40 smithi002 conmon[82053]: :37.930255+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:41.018 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:40 smithi002 conmon[82053]: cluster 2023-12-08T10:11:37.930300+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:41.018 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:40 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:39.645434+0000 mgr.smithi002.utaniu (mgr.14184) 58 : cephadm [INF] Deploying daemon osd.7 on smithi002 2023-12-08T10:11:41.018 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:40 smithi002 conmon[82053]: audit 2023-12-08T10:11:39.842172+0000 mon.smithi002 (mon.0) 429 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:41.018 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:40 smithi002 conmon[82053]: cluster 2023-12-08T10:11:40.148162+0000 mon.smithi002 (mon.0) 430 : cluster [INF] osd.4 [v2:172.21.15.204:6816/781151569,v1:172.21.15.204:6817/781151569] boot 2023-12-08T10:11:41.018 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:40 smithi002 conmon[82053]: cluster 2023-12-08T10:11:40.148215+0000 mon.smithi002 (mon.0) 431 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-08T10:11:41.018 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:40 smithi002 conmon[82053]: audit 2023-12-08T10:11:40.148332+0000 mon.smithi002 (mon.0) 432 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:11:41.018 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:40 smithi002 conmon[82053]: audit 2023-12-08T10:11:40.148667+0000 mon.smithi002 (mon.0) 433 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:41.018 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:40 smithi002 conmon[82053]: audit 2023-12-08T10:11:40.148934+0000 mon.smithi002 (mon.0) 434 : audit [DBG] 2023-12-08T10:11:41.018 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:40 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:41.019 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:40 smithi002 conmon[82053]: audit 2023-12-08T10:11:40.149088+0000 mon.smithi002 (mon.0) 435 2023-12-08T10:11:41.019 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:40 smithi002 conmon[82053]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:41.771 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:42.262 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:42 smithi002 conmon[82053]: cluster 2023-12-08T10:11:39. 2023-12-08T10:11:42.262 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:42 smithi002 conmon[82053]: 406272+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:42.262 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:42 smithi002 conmon[82053]: cluster 2023-12-08T10:11:39.406351+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:42.263 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:42 smithi002 conmon[82053]: cluster 2023-12-08T10:11:41.101324+0000 mgr.smithi002.utaniu (mgr.14184) 59 : cluster [DBG] pgmap v56: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T10:11:42.263 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:42 smithi002 conmon[82053]: cluster 2023-12-08T10:11:41.149165+0000 mon.smithi002 (mon.0) 436 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-12-08T10:11:42.263 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:42 smithi002 conmon[82053]: audit 2023-12-08T10:11:41.149273+0000 mon.smithi002 (mon.0) 437 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:42.263 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:42 smithi002 conmon[82053]: audit 2023-12-08T10:11:41.149540+0000 mon.smithi002 (mon.0) 438 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:42.263 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:42 smithi002 conmon[82053]: audit 2023-12-08T10:11:41.149706+0000 mon.smithi002 (mon.0) 439 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:42.263 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:42 smithi002 conmon[82053]: audit 2023-12-08T10:11:41.769671+0000 mon.smithi002 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.2:0/235016322' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:42.264 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":26,"num_osds":8,"num_up_osds":5,"osd_up_since":1702030300,"num_in_osds":8,"osd_in_since":1702030276,"num_remapped_pgs":0} 2023-12-08T10:11:42.473 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:42 smithi204 conmon[86088]: cluster 2023-12-08T10:11:39.406272+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:42.473 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:42 smithi204 conmon[86088]: cluster 2023-12-08T10:11:39.406351+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:42.474 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:42 smithi204 conmon[86088]: cluster 2023-12-08T10:11:41.101324+0000 mgr.smithi002.utaniu (mgr.14184) 59 : cluster [DBG] pgmap v56: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T10:11:42.474 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:42 smithi204 conmon[86088]: cluster 2023-12-08T10:11:41.149165+0000 mon.smithi002 (mon.0) 436 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-12-08T10:11:42.474 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:42 smithi204 conmon[86088]: audit 2023-12-08T10:11:41.149273+0000 mon.smithi002 (mon.0) 437 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:42.474 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:42 smithi204 conmon[86088]: audit 2023-12-08T10:11:41.149540+0000 mon.smithi002 (mon.0) 438 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:42.474 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:42 smithi204 conmon[86088]: audit 2023-12-08T10:11:41.149706+0000 mon.smithi002 (mon.0) 439 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:42.474 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:42 smithi204 conmon[86088]: audit 2023-12-08T10:11:41.769671+0000 2023-12-08T10:11:42.474 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:42 smithi204 conmon[86088]: mon.smithi002 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.2:0/235016322' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:43.265 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:43.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: cluster 2023-12-08T10:11:42.153252+0000 mon.smithi002 (mon.0) 441 2023-12-08T10:11:43.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-12-08T10:11:43.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: audit 2023-12-08T10:11:42.153383+0000 mon.smithi002 (mon.0) 442 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:43.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:43.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: -12-08T10:11:42.153620+0000 mon.smithi002 (mon.0) 443 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:43.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: audit 2023-12-08 2023-12-08T10:11:43.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: T10:11:42.153795+0000 mon.smithi002 (mon.0) 444 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:43.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: audit 2023-12-08T10:11:42.543188+0000 mon.smithi002 (mon.0) 445 2023-12-08T10:11:43.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:43.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: audit 2023-12-08T10:11:43.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: 2023-12-08T10:11:42.755342+0000 mon.smithi002 (mon.0) 446 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/1428710212,v1:172.21.15.2:6819/1428710212]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T10:11:43.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: audit 2023-12-08T10:11 2023-12-08T10:11:43.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: :42.931285+0000 mon.smithi204 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.204:6824/459183243,v1:172.21.15.204:6825/459183243]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:11:43.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: audit 2023-12-08T10:11:42 2023-12-08T10:11:43.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:43 smithi204 conmon[86088]: .931623+0000 mon.smithi002 (mon.0) 447 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:11:43.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: cluster 2023-12-08T10:11:42.153252+0000 mon.smithi002 (mon. 2023-12-08T10:11:43.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: 0) 441 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-12-08T10:11:43.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: audit 2023-12-08T10:11:42.153383+0000 mon.smithi002 (mon.0) 442 : audit [DBG] 2023-12-08T10:11:43.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:43.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: audit 2023-12-08T10: 2023-12-08T10:11:43.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: 11:42.153620+0000 mon.smithi002 (mon.0) 443 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:43.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: audit 2023- 2023-12-08T10:11:43.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: 12-08T10:11:42.153795+0000 mon.smithi002 ( 2023-12-08T10:11:43.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: mon.0) 444 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:43.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: audit 2023-12-08T10:11: 2023-12-08T10:11:43.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: 42.543188+0000 mon.smithi002 (mon.0) 445 : audit 2023-12-08T10:11:43.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:43.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: audit 2023-12-08T10:11:43.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: 2023-12-08T10:11:42.755342+0000 mon.smithi002 (mon. 2023-12-08T10:11:43.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: 0) 446 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/1428710212,v1:172.21.15.2:6819/1428710212]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T10:11:43.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: audit 2023-12-08T10 2023-12-08T10:11:43.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: :11:42.931285+0000 mon.smithi204 (mon.1) 18 : 2023-12-08T10:11:43.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: audit [INF] from='osd.6 [v2:172.21.15.204:6824/459183243,v1:172.21.15.204:6825/459183243]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:11:43.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: audit 2023-12-08T10:11:43.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: 2023-12-08T10:11:42.931623+0000 mon.smithi002 (mon.0) 447 : audit 2023-12-08T10:11:43.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:43 smithi002 conmon[82053]: [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:11:44.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: cluster 2023-12-08T10:11:43.101649+0000 mgr.smithi002.utaniu (mgr.14184) 60 : cluster [DBG] pgmap v59: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:11:44.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: 2023-12-08T10:11:44.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: audit 2023-12-08T10:11:43.548761+0000 mon.smithi002 (mon.0) 448 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/1428710212,v1:172.21.15.2:6819/1428710212]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T10:11:44.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: audit 2023-12-08T10:11:43.548824+0000 mon.smithi002 (mon.0) 449 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T10:11:44.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: cluster 2023-12 2023-12-08T10:11:44.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: -08T10:11:43.548880+0000 mon.smithi002 (mon.0) 450 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-08T10:11:44.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: audit 2023-12-08T10:11:43.548996+0000 mon.smithi002 (mon.0) 451 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:44.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: 2023-12-08T10:11:44.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: audit 2023-12-08T10:11:43.549284+0000 mon.smithi002 (mon.0) 452 : audit 2023-12-08T10:11:44.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:44.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: audit 2023-12-08T10:11 2023-12-08T10:11:44.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: :43.549387+0000 mon.smithi204 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.204:6824/459183243,v1:172.21.15.204:6825/459183243]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:44.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: audit 2023-12-08T10:11:43.549482+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:44.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: 453 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/1428710212,v1:172.21.15.2:6819/1428710212]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-08T10:11:44.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:44.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: 12-08T10:11:43.549749+0000 mon.smithi002 (mon.0) 454 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:44.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: audit 2023-12-08T10:11:44.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:44 smithi204 conmon[86088]: 2023-12-08T10:11:43.549985+0000 mon.smithi002 (mon.0) 455 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:44.968 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:44 smithi002 conmon[82053]: cluster 2023-12-08T10:11 2023-12-08T10:11:44.969 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:44 smithi002 conmon[82053]: :43.101649+0000 mgr.smithi002.utaniu (mgr.14184) 60 : cluster [DBG] pgmap v59: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:11:44.969 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:44 smithi002 conmon[82053]: audit 2023-12-08T10:11:43.548761+0000 mon.smithi002 (mon.0) 448 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/1428710212,v1:172.21.15.2:6819/1428710212]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T10:11:44.969 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:44 smithi002 conmon[82053]: audit 2023-12-08T10:11:43.548824+0000 mon.smithi002 (mon.0) 449 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T10:11:44.969 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:44 smithi002 conmon[82053]: cluster 2023-12-08T10:11:43.548880+0000 mon.smithi002 (mon.0) 450 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-08T10:11:44.969 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:44 smithi002 conmon[82053]: audit 2023-12-08T10:11:43.548996+0000 mon.smithi002 (mon.0) 451 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:44.969 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:44 smithi002 conmon[82053]: audit 2023-12-08T10:11:43.549284+0000 mon.smithi002 (mon.0) 452 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:44.969 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:44 smithi002 conmon[82053]: audit 2023-12-08T10:11:43.549387+0000 mon.smithi204 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.204:6824/459183243,v1:172.21.15.204:6825/459183243]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:44.969 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:44 smithi002 conmon[82053]: audit 2023-12-08T10:11:43.549482+0000 mon.smithi002 (mon.0) 453 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/1428710212,v1:172.21.15.2:6819/1428710212]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-08T10:11:44.969 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:44 smithi002 conmon[82053]: audit 2023-12-08T10:11:43.549749+0000 mon.smithi002 (mon.0) 454 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:44.969 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:44 smithi002 conmon[82053]: audit 2023-12-08T10:11:43.549985+0000 mon.smithi002 (mon.0) 455 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2023-12-08T10:11:45.354 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:45.722 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":29,"num_osds":8,"num_up_osds":5,"osd_up_since":1702030300,"num_in_osds":8,"osd_in_since":1702030276,"num_remapped_pgs":0} 2023-12-08T10:11:45.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: audit 2023-12-08T10:11:44.550349+0000 mon.smithi002 (mon.0) 456 : audit [INF] 2023-12-08T10:11:45.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: from='osd.5 [v2:172.21.15.2:6818/1428710212,v1:172.21.15.2:6819/1428710212]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-08T10:11:45.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: audit 2023-12-08T10:11:44.550409+0000 mon.smithi002 (mon.0) 457 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-08T10:11:45.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: cluster 2023-12-08T10:11:44.550471+0000 mon.smithi002 (mon.0 2023-12-08T10:11:45.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: ) 458 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-08T10:11:45.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:45.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: 12-08T10:11:44.550814+0000 mon.smithi002 (mon.0 2023-12-08T10:11:45.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: ) 459 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:45.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:11:45.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: -08T10:11:44.551210+0000 2023-12-08T10:11:45.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: mon.smithi002 (mon.0) 460 : audit 2023-12-08T10:11:45.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:45.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: audit 2023-12-08T10:11:45.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: 2023-12-08T10:11:44. 2023-12-08T10:11:45.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: 551898+0000 mon.smithi002 (mon.0) 461 : 2023-12-08T10:11:45.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:45.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: audit 2023 2023-12-08T10:11:45.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: -12-08T10:11:44.555968 2023-12-08T10:11:45.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 462 : audit 2023-12-08T10:11:45.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:45.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:45.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: 12-08T10:11:44.556334+0000 2023-12-08T10:11:45.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: mon.smithi002 (mon.0) 463 : audit [DBG] 2023-12-08T10:11:45.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:45.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:45.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: 12-08T10:11:45.352206+0000 2023-12-08T10:11:45.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: mon.smithi002 (mon.0) 464 : audit 2023-12-08T10:11:45.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: [DBG] from='client.? 172.21.15.2:0/1881676336' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:45.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:45.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: 12-08T10:11:45.405699+0000 2023-12-08T10:11:45.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: mon.smithi002 (mon.0) 465 : audit [INF] 2023-12-08T10:11:45.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:45 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:45.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:45 smithi002 conmon[82053]: audit 2023-12-08T10:11:44.550349+0000 mon.smithi002 2023-12-08T10:11:45.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:45 smithi002 conmon[82053]: (mon.0) 456 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/1428710212,v1:172.21.15.2:6819/1428710212]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-08T10:11:45.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:45 smithi002 conmon[82053]: audit 2023-12-08T10:11:44.550409+0000 mon.smithi002 (mon.0) 457 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2023-12-08T10:11:45.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:45 smithi002 conmon[82053]: cluster 2023-12-08T10:11:44.550471+0000 mon.smithi002 (mon.0) 458 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-08T10:11:45.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:45 smithi002 conmon[82053]: audit 2023-12-08T10:11:44.550814+0000 mon.smithi002 (mon.0) 459 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:45.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:45 smithi002 conmon[82053]: audit 2023-12-08T10:11:44.551210+0000 mon.smithi002 (mon.0) 460 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:45.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:45 smithi002 conmon[82053]: audit 2023-12-08T10:11:44.551898+0000 mon.smithi002 (mon.0) 461 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:45.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:45 smithi002 conmon[82053]: audit 2023-12-08T10:11:44.555968+0000 mon.smithi002 (mon.0) 462 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:45.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:45 smithi002 conmon[82053]: audit 2023-12-08T10:11:44.556334+0000 mon.smithi002 (mon.0) 463 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:45.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:45 smithi002 conmon[82053]: audit 2023-12-08T10:11:45.352206+0000 mon.smithi002 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.2:0/1881676336' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:45.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:45 smithi002 conmon[82053]: audit 2023-12-08T10:11:45.405699+0000 mon.smithi002 (mon.0) 465 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:46.722 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: cluster 2023-12-08T10:11:43.780397+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: 2023-12-08T10:11:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: cluster 2023-12-08T10:11:43.780459+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: cluster 2023-12-08T10:11:43.898609+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: cluster 2023-12-08 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: T10:11:43.898654+0000 osd.6 (osd.6) 2 : cluster 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: [DBG] purged_snaps scrub ok 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: cluster 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: 2023-12-08T10:11:45 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: .101949+0000 mgr.smithi002.utaniu (mgr.14184) 61 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: cluster 2023- 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: 12-08T10:11:45.556449+0000 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: mon.smithi002 (mon.0) 466 : cluster [INF] 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: osd.5 [v2:172.21.15.2:6818/1428710212,v1:172.21.15.2:6819/1428710212] boot 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: cluster 2023- 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: 12-08T10:11:45.556480+0000 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: mon.smithi002 (mon.0) 467 : cluster [INF] 2023-12-08T10:11:46.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: osd.6 [v2:172.21.15.204:6824/459183243,v1:172.21.15.204:6825/459183243] boot 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: cluster 2023 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: -12-08T10:11:45.556503+0000 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: mon.smithi002 (mon.0) 468 : cluster 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: 12-08T10:11:45.556930+0000 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: mon.smithi002 (mon.0) 469 : audit 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: 12-08T10:11:45.557413+0000 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: mon.smithi002 (mon.0) 470 : audit 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: 12-08T10:11:45.557770 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 471 : audit 2023-12-08T10:11:46.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:46 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:46 smithi002 conmon[82053]: cluster 2023-12-08T10:11:43.780397+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:46 smithi002 conmon[82053]: cluster 2023-12-08T10:11:43.780459+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:46 smithi002 conmon[82053]: cluster 2023-12-08T10:11:43.898609+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:46 smithi002 conmon[82053]: cluster 2023-12-08T10:11:43.898654+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:46 smithi002 conmon[82053]: cluster 2023-12-08T10:11:45.101949+0000 mgr.smithi002.utaniu (mgr.14184) 61 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:11:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:46 smithi002 conmon[82053]: cluster 2023-12-08T10:11:45.556449+0000 mon.smithi002 (mon.0) 466 : cluster [INF] osd.5 [v2:172.21.15.2:6818/1428710212,v1:172.21.15.2:6819/1428710212] boot 2023-12-08T10:11:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:46 smithi002 conmon[82053]: cluster 2023-12-08T10:11:45.556480+0000 mon.smithi002 (mon.0) 467 : cluster [INF] 2023-12-08T10:11:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:46 smithi002 conmon[82053]: osd.6 [v2:172.21.15.204:6824/459183243,v1:172.21.15.204:6825/459183243] boot 2023-12-08T10:11:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:46 smithi002 conmon[82053]: cluster 2023-12-08T10:11:45.556503+0000 mon.smithi002 (mon.0) 468 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-12-08T10:11:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:46 smithi002 conmon[82053]: audit 2023-12-08T10:11:45.556930+0000 mon.smithi002 (mon.0) 469 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:11:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:46 smithi002 conmon[82053]: audit 2023-12-08T10:11:45.557413+0000 mon.smithi002 (mon.0) 470 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:11:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:46 smithi002 conmon[82053]: audit 2023-12-08T10:11:45.557770+0000 mon.smithi002 (mon.0) 471 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:47.728 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:47 smithi002 conmon[82053]: cluster 2023-12-08T10:11:46.565684+0000 mon.smithi002 (mon 2023-12-08T10:11:47.728 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:47 smithi002 conmon[82053]: .0) 472 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-12-08T10:11:47.728 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:47 smithi002 conmon[82053]: audit 2023-12-08T10:11:46.566031+0000 mon.smithi002 (mon.0) 473 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:47 smithi204 conmon[86088]: cluster 2023-12-08T10:11:46.565684+0000 mon.smithi002 (mon.0) 472 : cluster [DBG] 2023-12-08T10:11:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:47 smithi204 conmon[86088]: osdmap e31: 8 total, 7 up, 8 in 2023-12-08T10:11:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:47 smithi204 conmon[86088]: audit 2023-12-08T10:11:46.566031+0000 mon.smithi002 (mon.0) 473 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:48.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: cluster 2023-12-08T10:11:47.102251+0000 mgr.smithi002.utaniu 2023-12-08T10:11:48.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: (mgr.14184) 62 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:11:48.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: audit 2023-12-08T10:11:48.214522+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:48.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 474 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:48.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: cephadm 2023-12- 2023-12-08T10:11:48.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 08T10:11:48.215273 2023-12-08T10:11:48.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 63 : 2023-12-08T10:11:48.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: cephadm [INF] Reconfiguring mon.smithi002 (unknown last config time)... 2023-12-08T10:11:48.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: audit 2023- 2023-12-08T10:11:48.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 12-08T10:11:48.215508 2023-12-08T10:11:48.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 475 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:11:48.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 2023-12-08T10:11:48.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: audit 2023-12-08T10:11:48.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 2023-12-08T10:11:48 2023-12-08T10:11:48.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: .216128+0000 mon.smithi002 (mon. 2023-12-08T10:11:48.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 0) 476 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:11:48.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 2023-12-08T10:11:48.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: audit 2023- 2023-12-08T10:11:48.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 12-08T10:11:48 2023-12-08T10:11:48.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: .216688+0000 mon.smithi002 (mon. 2023-12-08T10:11:48.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 0) 477 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:48.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 2023-12-08T10:11:48.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: cephadm 2023- 2023-12-08T10:11:48.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 12-08T10:11: 2023-12-08T10:11:48.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 48.217230+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:11:48.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: .14184) 64 : cephadm [INF] 2023-12-08T10:11:48.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: Reconfiguring daemon mon.smithi002 on smithi002 2023-12-08T10:11:48.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: audit 2023 2023-12-08T10:11:48.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: -12-08T10:11: 2023-12-08T10:11:48.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 48.538116+0000 mon.smithi002 (mon. 2023-12-08T10:11:48.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 0) 478 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/1997186733,v1:172.21.15.2:6827/1997186733]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T10:11:48.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:48 smithi002 conmon[82053]: 2023-12-08T10:11:48.847 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: cluster 2023-12-08T10:11:47.102251+0000 mgr.smithi002.utaniu (mgr.14184) 62 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:11:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: audit 2023-12-08T10:11:48.214522+0000 mon.smithi002 (mon.0) 474 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:48.215273+0000 mgr.smithi002.utaniu ( 2023-12-08T10:11:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: mgr.14184) 63 : cephadm [INF] Reconfiguring mon.smithi002 (unknown last config time)... 2023-12-08T10:11:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: 12-08T10:11:48.215508+0000 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: mon.smithi002 (mon.0) 475 : audit [INF] 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: -08T10:11:48.216128+0000 mon.smithi002 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: (mon.0) 476 : audit [DBG] 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: 12-08T10:11:48.216688 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 477 : 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: cephadm 2023-12 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: -08T10:11:48.217230+0000 mgr.smithi002.utaniu ( 2023-12-08T10:11:49.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: mgr.14184) 64 : cephadm [INF] Reconfiguring daemon mon.smithi002 on smithi002 2023-12-08T10:11:49.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: audit 2023-12-08T10:11:49.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: 2023-12-08T10:11:48. 2023-12-08T10:11:49.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: 538116+0000 mon.smithi002 (mon.0) 478 : 2023-12-08T10:11:49.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:48 smithi204 conmon[86088]: audit [INF] from='osd.7 [v2:172.21.15.2:6826/1997186733,v1:172.21.15.2:6827/1997186733]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T10:11:49.395 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":31,"num_osds":8,"num_up_osds":7,"osd_up_since":1702030305,"num_in_osds":8,"osd_in_since":1702030276,"num_remapped_pgs":0} 2023-12-08T10:11:49.701 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:49 smithi002 conmon[82053]: audit 2023-12-08T10:11:48.845861+0000 2023-12-08T10:11:49.701 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:49 smithi002 conmon[82053]: mon.smithi002 (mon.0) 479 : audit [DBG] from='client.? 172.21.15.2:0/2522426980' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:49.701 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:49 smithi002 conmon[82053]: cluster 2023-12-08T10:11:49.102601+0000 mgr.smithi002.utaniu (mgr.14184) 65 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:11:49.701 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:49 smithi002 conmon[82053]: audit 2023-12-08T10:11:49.215726+0000 mon.smithi002 (mon.0) 480 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/1997186733,v1:172.21.15.2:6827/1997186733]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T10:11:49.701 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:49 smithi002 conmon[82053]: cluster 2023-12-08T10:11:49.215782+0000 mon.smithi002 (mon.0) 481 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-12-08T10:11:49.701 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:49 smithi002 conmon[82053]: audit 2023-12-08T10:11:49.215945+0000 mon.smithi002 (mon.0) 482 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:49.701 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:49 smithi002 conmon[82053]: audit 2023-12-08T10:11:49.216239+0000 mon.smithi002 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/1997186733,v1:172.21.15.2:6827/1997186733]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-08T10:11:50.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:49 smithi204 conmon[86088]: audit 2023-12-08T10:11:48.845861+0000 mon.smithi002 (mon.0) 479 : audit [DBG] from='client.? 172.21.15.2:0/2522426980' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:50.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:49 smithi204 conmon[86088]: cluster 2023-12-08T10:11:49.102601+0000 mgr.smithi002.utaniu (mgr.14184) 65 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:11:50.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:49 smithi204 conmon[86088]: audit 2023-12-08T10:11:49.215726+0000 mon.smithi002 (mon.0) 480 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/1997186733,v1:172.21.15.2:6827/1997186733]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T10:11:50.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:49 smithi204 conmon[86088]: cluster 2023-12-08T10:11:50.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:49 smithi204 conmon[86088]: 2023-12-08T10:11:49.215782+0000 mon.smithi002 (mon.0) 481 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-12-08T10:11:50.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:49 smithi204 conmon[86088]: audit 2023-12-08T10:11:49 2023-12-08T10:11:50.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:49 smithi204 conmon[86088]: .215945+0000 mon.smithi002 (mon.0) 482 : audit [DBG] 2023-12-08T10:11:50.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:49 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:50.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:49 smithi204 conmon[86088]: audit 2023-12-08T10:11:49.216239 2023-12-08T10:11:50.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:49 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/1997186733,v1:172.21.15.2:6827/1997186733]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-08T10:11:50.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:49 smithi204 conmon[86088]: 2023-12-08T10:11:50.397 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:11:50.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:50 smithi002 conmon[82053]: audit 2023-12-08T10:11:49.781915+0000 mon.smithi002 ( 2023-12-08T10:11:50.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:50 smithi002 conmon[82053]: mon.0) 484 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:50.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:50 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:49.782520+0000 mgr.smithi002.utaniu (mgr.14184) 66 : cephadm [INF] Reconfiguring mgr.smithi002.utaniu (unknown last config time)... 2023-12-08T10:11:50.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:50 smithi002 conmon[82053]: audit 2023-12-08T10:11:49.782768+0000 mon.smithi002 (mon.0) 485 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi002.utaniu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:11:50.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:50 smithi002 conmon[82053]: audit 2023-12-08T10:11:49.783432+0000 mon.smithi002 (mon.0) 486 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:11:50.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:50 smithi002 conmon[82053]: audit 2023-12-08T10:11:49.784032+0000 mon.smithi002 (mon.0) 487 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:50.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:50 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:49.784557+0000 mgr.smithi002.utaniu (mgr.14184) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi002.utaniu on smithi002 2023-12-08T10:11:50.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:50 smithi002 conmon[82053]: audit 2023-12-08T10:11:50.217406+0000 mon.smithi002 (mon.0) 488 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/1997186733,v1:172.21.15.2:6827/1997186733]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-08T10:11:50.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:50 smithi002 conmon[82053]: cluster 2023-12-08T10:11:50.217465+0000 mon.smithi002 (mon.0) 489 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-12-08T10:11:50.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:50 smithi002 conmon[82053]: audit 2023-12-08T10:11:50.217584+0000 mon.smithi002 (mon.0) 490 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:50.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:50 smithi002 conmon[82053]: audit 2023-12-08T10:11:50.220545+0000 mon.smithi002 (mon.0) 491 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:51.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: audit 2023-12-08T10:11:49.781915+0000 mon.smithi002 (mon.0) 484 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:51.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: 2023-12-08T10:11:51.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:49.782520+0000 mgr.smithi002.utaniu (mgr.14184) 66 : cephadm [INF] Reconfiguring mgr.smithi002.utaniu (unknown last config time)... 2023-12-08T10:11:51.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: audit 2023-12-08T10:11:49.782768+0000 mon.smithi002 (mon. 2023-12-08T10:11:51.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: 0) 485 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi002.utaniu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:11:51.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: audit 2023-12-08T10:11 2023-12-08T10:11:51.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: :49.783432+0000 mon.smithi002 (mon.0) 486 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:11:51.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: audit 2023-12-08T10:11:51.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: 2023-12-08T10:11:49.784032+0000 mon.smithi002 (mon.0) 487 2023-12-08T10:11:51.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:51.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: cephadm 2023-12-08T10:11: 2023-12-08T10:11:51.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: 49.784557+0000 mgr.smithi002.utaniu (mgr.14184) 67 : cephadm [INF] 2023-12-08T10:11:51.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: Reconfiguring daemon mgr.smithi002.utaniu on smithi002 2023-12-08T10:11:51.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: audit 2023-12-08T10:11:50. 2023-12-08T10:11:51.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: 217406+0000 mon.smithi002 (mon.0) 488 : audit [INF] 2023-12-08T10:11:51.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: from='osd.7 [v2:172.21.15.2:6826/1997186733,v1:172.21.15.2:6827/1997186733]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-08T10:11:51.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: cluster 2023-12-08T10:11:50.217465 2023-12-08T10:11:51.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 489 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-12-08T10:11:51.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:11:51.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: -08T10:11:50.217584+0000 mon.smithi002 (mon 2023-12-08T10:11:51.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: .0) 490 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:51.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: audit 2023-12-08T10:11 2023-12-08T10:11:51.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: :50.220545+0000 mon.smithi002 (mon.0) 491 : audit 2023-12-08T10:11:51.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:50 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:52.029 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:51 smithi002 conmon[82053]: cluster 2023-12-08T10:11:49.563368+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:52.029 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:51 smithi002 conmon[82053]: cluster 2023-12-08T10:11:49.563455+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:52.030 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:51 smithi002 conmon[82053]: audit 2023-12-08T10:11:50.908763+0000 mon.smithi002 (mon.0) 492 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:52.030 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:51 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:50.909476+0000 mgr.smithi002.utaniu (mgr.14184) 68 : cephadm [INF] Reconfiguring alertmanager.smithi002 (dependencies changed)... 2023-12-08T10:11:52.030 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:51 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:50.915299+0000 mgr.smithi002.utaniu (mgr.14184) 69 : cephadm [INF] Reconfiguring daemon alertmanager.smithi002 on smithi002 2023-12-08T10:11:52.030 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:51 smithi002 conmon[82053]: cluster 2023-12-08T10:11:51.102925+0000 mgr.smithi002.utaniu (mgr.14184) 70 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:11:52.030 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:51 smithi002 conmon[82053]: cluster 2023-12-08T10:11: 2023-12-08T10:11:52.030 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:51 smithi002 conmon[82053]: 51.219969+0000 mon.smithi002 (mon.0) 493 : cluster [INF] osd.7 [v2:172.21.15.2:6826/1997186733,v1:172.21.15.2:6827/1997186733] boot 2023-12-08T10:11:52.030 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:51 smithi002 conmon[82053]: cluster 2023-12-08T10:11:51.220063+0000 mon.smithi002 (mon.0) 494 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-08T10:11:52.030 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:51 smithi002 conmon[82053]: audit 2023-12-08T10:11:51.220352+0000 mon.smithi002 (mon.0) 495 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:52.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:51 smithi204 conmon[86088]: cluster 2023-12-08T10:11:49.563368+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:11:52.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:51 smithi204 conmon[86088]: cluster 2023-12-08T10:11:49.563455+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:11:52.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:51 smithi204 conmon[86088]: audit 2023-12-08T10:11:50.908763+0000 mon.smithi002 (mon.0) 492 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:52.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:51 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:50.909476+0000 mgr.smithi002.utaniu ( 2023-12-08T10:11:52.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:51 smithi204 conmon[86088]: mgr.14184) 68 : cephadm [INF] Reconfiguring alertmanager.smithi002 (dependencies changed)... 2023-12-08T10:11:52.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:51 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:50.915299+0000 mgr.smithi002.utaniu (mgr.14184) 69 : cephadm [INF] Reconfiguring daemon alertmanager.smithi002 on smithi002 2023-12-08T10:11:52.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:51 smithi204 conmon[86088]: cluster 2023-12-08T10:11:51.102925+0000 mgr.smithi002.utaniu (mgr.14184) 70 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:11:52.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:51 smithi204 conmon[86088]: cluster 2023-12-08T10:11:51.219969+0000 mon.smithi002 (mon.0) 493 : cluster 2023-12-08T10:11:52.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:51 smithi204 conmon[86088]: [INF] osd.7 [v2:172.21.15.2:6826/1997186733,v1:172.21.15.2:6827/1997186733] boot 2023-12-08T10:11:52.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:51 smithi204 conmon[86088]: cluster 2023-12-08T10:11: 2023-12-08T10:11:52.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:51 smithi204 conmon[86088]: 51.220063+0000 mon.smithi002 (mon.0) 494 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-08T10:11:52.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:51 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:11:52.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:51 smithi204 conmon[86088]: -08T10:11:51.220352+0000 mon.smithi002 (mon.0) 495 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:11:52.475 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:11:53.196 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":35,"num_osds":8,"num_up_osds":8,"osd_up_since":1702030311,"num_in_osds":8,"osd_in_since":1702030276,"num_remapped_pgs":0} 2023-12-08T10:11:53.197 INFO:tasks.cephadm:Setting up client nodes... 2023-12-08T10:11:53.197 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T10:11:53.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:53 smithi002 conmon[82053]: cluster 2023-12-08T10:11:52.220924+0000 mon.smithi002 2023-12-08T10:11:53.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:53 smithi002 conmon[82053]: (mon.0) 496 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-08T10:11:53.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:53 smithi002 conmon[82053]: audit 2023-12-08T10:11:52.473853+0000 mon.smithi002 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.2:0/4054697243' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:53.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:53 smithi204 conmon[86088]: cluster 2023-12-08T10:11:52.220924+0000 mon.smithi002 (mon.0) 496 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-08T10:11:53.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:53 smithi204 conmon[86088]: audit 2023-12-08T10:11:52.473853+0000 mon.smithi002 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.2:0/4054697243' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:11:54.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:54 smithi002 conmon[82053]: cluster 2023-12-08T10:11:53.103218+0000 mgr.smithi002.utaniu ( 2023-12-08T10:11:54.413 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:54 smithi002 conmon[82053]: mgr.14184) 71 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:11:54.413 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:54 smithi002 conmon[82053]: cluster 2023-12-08T10:11:53.222357 2023-12-08T10:11:54.413 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:54 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 498 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-08T10:11:54.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:54 smithi204 conmon[86088]: cluster 2023-12-08T10:11:53.103218+0000 mgr.smithi002.utaniu (mgr.14184) 71 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:11:54.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:54 smithi204 conmon[86088]: cluster 2023-12-08T10:11:53.222357+0000 mon.smithi002 (mon.0) 498 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-08T10:11:55.194 INFO:teuthology.orchestra.run.smithi002.stdout:[client.0] 2023-12-08T10:11:55.194 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQDr63JlwnA5CxAAe4/zfCgu+c6QsBl+v43gfQ== 2023-12-08T10:11:55.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:55 smithi002 conmon[82053]: audit 2023-12-08T10:11:55.188122 2023-12-08T10:11:55.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:55 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 499 : audit [INF] from='client.? 172.21.15.2:0/126597607' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:11:55.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:55 smithi002 conmon[82053]: audit 2023-12-08T10:11:55.191548+0000 mon.smithi002 (mon.0) 500 : audit [INF] from='client.? 172.21.15.2:0/126597607' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T10:11:55.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:55 smithi204 conmon[86088]: audit 2023-12-08T10:11:55.188122+0000 mon.smithi002 (mon.0) 499 : audit [INF] from='client.? 172.21.15.2:0/126597607' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:11:55.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:55 smithi204 conmon[86088]: audit 2023-12-08T10:11:55.191548+0000 mon.smithi002 (mon.0) 500 : audit [INF] from='client.? 172.21.15.2:0/126597607' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T10:11:55.692 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T10:11:55.692 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-08T10:11:55.692 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-08T10:11:55.735 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T10:11:56.538 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:56 smithi204 conmon[86088]: cluster 2023-12-08T10:11:55.103535+0000 mgr.smithi002.utaniu (mgr.14184) 72 : 2023-12-08T10:11:56.538 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:56 smithi204 conmon[86088]: cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:11:56.538 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:56 smithi204 conmon[86088]: audit 2023-12-08T10:11:55.997128+0000 mon.smithi002 (mon.0) 501 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:56.538 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:56 smithi204 conmon[86088]: audit 2023-12-08T10:11:55.997958+0000 mon.smithi002 (mon.0) 502 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi002", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:11:56.538 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:56 smithi204 conmon[86088]: audit 2023-12-08T10:11:55.998613+0000 mon.smithi002 (mon.0) 503 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:56.587 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:56 smithi002 conmon[82053]: cluster 2023-12-08T10:11:55.103535+0000 2023-12-08T10:11:56.587 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:56 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 72 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:11:56.587 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:56 smithi002 conmon[82053]: audit 2023-12-08T10:11:55.997128+0000 mon.smithi002 (mon.0) 501 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:56.587 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:56 smithi002 conmon[82053]: audit 2023-12-08T10:11:55.997958+0000 2023-12-08T10:11:56.587 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:56 smithi002 conmon[82053]: mon.smithi002 (mon.0) 502 : audit [INF] 2023-12-08T10:11:56.587 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:56 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi002", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:11:56.587 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:56 smithi002 conmon[82053]: audit 2023-12 2023-12-08T10:11:56.588 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:56 smithi002 conmon[82053]: -08T10:11:55. 2023-12-08T10:11:56.588 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:56 smithi002 conmon[82053]: 998613+0000 mon.smithi002 (mon.0) 503 : audit 2023-12-08T10:11:56.588 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:56 smithi002 conmon[82053]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:11:57.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:57 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:55.997710+0000 mgr.smithi002.utaniu (mgr.14184) 73 : cephadm [INF] Reconfiguring crash.smithi002 (monmap changed)... 2023-12-08T10:11:57.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:57 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:55.999158+0000 mgr.smithi002.utaniu (mgr.14184) 74 : cephadm [INF] Reconfiguring daemon crash.smithi002 on smithi002 2023-12-08T10:11:57.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:57 smithi204 conmon[86088]: audit 2023-12-08T10:11:57.203741+0000 mon.smithi002 (mon.0) 504 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:57.699 INFO:teuthology.orchestra.run.smithi204.stdout:[client.1] 2023-12-08T10:11:57.699 INFO:teuthology.orchestra.run.smithi204.stdout: key = AQDt63JlsXpEKRAA30XVxkHkWSpt7nhlEMJHsQ== 2023-12-08T10:11:57.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:57 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:55.997710+0000 mgr.smithi002.utaniu (mgr.14184) 73 : cephadm [INF] Reconfiguring crash.smithi002 (monmap changed)... 2023-12-08T10:11:57.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:57 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:55.999158+0000 mgr.smithi002.utaniu (mgr.14184) 74 : cephadm [INF] Reconfiguring daemon crash.smithi002 on smithi002 2023-12-08T10:11:57.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:57 smithi002 conmon[82053]: audit 2023-12-08T10:11:57.203741+0000 mon.smithi002 (mon.0) 504 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:11:58.094 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-08T10:11:58.094 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-08T10:11:58.094 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-08T10:11:58.132 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T10:11:58.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:58 smithi002 conmon[82053]: cluster 2023-12-08T10:11:57. 2023-12-08T10:11:58.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:58 smithi002 conmon[82053]: 104110+0000 mgr.smithi002.utaniu (mgr.14184) 75 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:11:58.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:58 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:57.204387+0000 mgr.smithi002.utaniu (mgr.14184) 76 : cephadm [INF] Reconfiguring grafana.smithi002 (dependencies changed)... 2023-12-08T10:11:58.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:58 smithi002 conmon[82053]: cephadm 2023-12-08T10:11:57.236927+0000 mgr.smithi002.utaniu (mgr.14184) 77 : cephadm [INF] Reconfiguring daemon grafana.smithi002 on smithi002 2023-12-08T10:11:58.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:58 smithi002 conmon[82053]: audit 2023-12-08T10:11:58.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:58 smithi002 conmon[82053]: 2023-12-08T10:11:57.691596+0000 mon.smithi204 (mon.1) 20 : audit [INF] from='client.? 172.21.15.204:0/433708688' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:11:58.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:58 smithi002 conmon[82053]: audit 2023-12-08T10:11 2023-12-08T10:11:58.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:58 smithi002 conmon[82053]: :57.692194+0000 mon.smithi002 (mon.0) 505 : audit 2023-12-08T10:11:58.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:58 smithi002 conmon[82053]: [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:11:58.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:58 smithi002 conmon[82053]: audit 2023-12-08T10 2023-12-08T10:11:58.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:58 smithi002 conmon[82053]: :11:57.695231+0000 mon.smithi002 (mon.0) 2023-12-08T10:11:58.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:11:58 smithi002 conmon[82053]: 506 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T10:11:58.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:58 smithi204 conmon[86088]: cluster 2023-12-08T10:11:57.104110+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:11:58.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:58 smithi204 conmon[86088]: .14184) 75 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:11:58.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:58 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:57.204387+0000 mgr.smithi002.utaniu (mgr.14184) 76 : cephadm [INF] Reconfiguring grafana.smithi002 (dependencies changed)... 2023-12-08T10:11:58.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:58 smithi204 conmon[86088]: cephadm 2023-12-08T10:11:57.236927+0000 mgr.smithi002.utaniu (mgr.14184) 77 : cephadm [INF] Reconfiguring daemon grafana.smithi002 on smithi002 2023-12-08T10:11:58.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:58 smithi204 conmon[86088]: audit 2023-12-08T10:11:57.691596+0000 mon.smithi204 (mon.1) 20 : audit [INF] from='client.? 172.21.15.204:0/433708688' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:11:58.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:58 smithi204 conmon[86088]: audit 2023-12-08T10:11:57.692194+0000 mon.smithi002 (mon.0) 505 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:11:58.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:11:58 smithi204 conmon[86088]: audit 2023-12-08T10:11:57.695231+0000 mon.smithi002 (mon.0) 506 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T10:11:59.025 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:00.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:00 smithi002 conmon[82053]: cluster 2023-12-08T10:11:59 2023-12-08T10:12:00.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:00 smithi002 conmon[82053]: .104395+0000 mgr.smithi002.utaniu (mgr.14184) 78 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:00.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:00 smithi204 conmon[86088]: cluster 2023-12-08T10:11:59.104395+0000 mgr.smithi002.utaniu (mgr.14184) 78 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:00.664 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:12:00.665 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":36,"fsid":"a9b2a5b2-95b1-11ee-95a3-87774f69a715","created":"2023-12-08T10:08:34.937080+0000","modified":"2023-12-08T10:11:53.218363+0000","last_up_change":"2023-12-08T10:11:51.215510+0000","last_in_change":"2023-12-08T10:11:16.402398+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T10:11:37.263690+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"00d668be-2cce-432f-9ac6-0b0c87e03fbf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":3676216387},{"type":"v1","addr":"172.21.15.204:6801","nonce":3676216387}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":3676216387},{"type":"v1","addr":"172.21.15.204:6803","nonce":3676216387}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":3676216387},{"type":"v1","addr":"172.21.15.204:6807","nonce":3676216387}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":3676216387},{"type":"v1","addr":"172.21.15.204:6805","nonce":3676216387}]},"public_addr":"172.21.15.204:6801/3676216387","cluster_addr":"172.21.15.204:6803/3676216387","heartbeat_back_addr":"172.21.15.204:6807/3676216387","heartbeat_front_addr":"172.21.15.204:6805/3676216387","state":["exists","up"]},{"osd":1,"uuid":"4027c661-d67f-481f-8b12-a70c4bc9eef8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":2335143644},{"type":"v1","addr":"172.21.15.2:6803","nonce":2335143644}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":2335143644},{"type":"v1","addr":"172.21.15.2:6805","nonce":2335143644}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":2335143644},{"type":"v1","addr":"172.21.15.2:6809","nonce":2335143644}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":2335143644},{"type":"v1","addr":"172.21.15.2:6807","nonce":2335143644}]},"public_addr":"172.21.15.2:6803/2335143644","cluster_addr":"172.21.15.2:6805/2335143644","heartbeat_back_addr":"172.21.15.2:6809/2335143644","heartbeat_front_addr":"172.21.15.2:6807/2335143644","state":["exists","up"]},{"osd":2,"uuid":"d098e4ef-9244-4814-9d62-024aa10ec3a8","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.204:6808","nonce":2908631446},{"type":"v1","addr":"172.21.15.204:6809","nonce":2908631446}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":2908631446},{"type":"v1","addr":"172.21.15.204:6811","nonce":2908631446}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":2908631446},{"type":"v1","addr":"172.21.15.204:6815","nonce":2908631446}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":2908631446},{"type":"v1","addr":"172.21.15.204:6813","nonce":2908631446}]},"public_addr":"172.21.15.204:6809/2908631446","cluster_addr":"172.21.15.204:6811/2908631446","heartbeat_back_addr":"172.21.15.204:6815/2908631446","heartbeat_front_addr":"172.21.15.204:6813/2908631446","state":["exists","up"]},{"osd":3,"uuid":"47bf0c44-9761-4774-ba9d-4d60425dd3c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6810","nonce":1045174405},{"type":"v1","addr":"172.21.15.2:6811","nonce":1045174405}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":1045174405},{"type":"v1","addr":"172.21.15.2:6813","nonce":1045174405}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":1045174405},{"type":"v1","addr":"172.21.15.2:6817","nonce":1045174405}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":1045174405},{"type":"v1","addr":"172.21.15.2:6815","nonce":1045174405}]},"public_addr":"172.21.15.2:6811/1045174405","cluster_addr":"172.21.15.2:6813/1045174405","heartbeat_back_addr":"172.21.15.2:6817/1045174405","heartbeat_front_addr":"172.21.15.2:6815/1045174405","state":["exists","up"]},{"osd":4,"uuid":"e322c9ba-cf47-4901-820b-ddf23eda11e0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6816","nonce":781151569},{"type":"v1","addr":"172.21.15.204:6817","nonce":781151569}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":781151569},{"type":"v1","addr":"172.21.15.204:6819","nonce":781151569}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":781151569},{"type":"v1","addr":"172.21.15.204:6823","nonce":781151569}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":781151569},{"type":"v1","addr":"172.21.15.204:6821","nonce":781151569}]},"public_addr":"172.21.15.204:6817/781151569","cluster_addr":"172.21.15.204:6819/781151569","heartbeat_back_addr":"172.21.15.204:6823/781151569","heartbeat_front_addr":"172.21.15.204:6821/781151569","state":["exists","up"]},{"osd":5,"uuid":"61866790-f468-41a0-bc81-3c395164dd44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6818","nonce":1428710212},{"type":"v1","addr":"172.21.15.2:6819","nonce":1428710212}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6820","nonce":1428710212},{"type":"v1","addr":"172.21.15.2:6821","nonce":1428710212}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6824","nonce":1428710212},{"type":"v1","addr":"172.21.15.2:6825","nonce":1428710212}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6822","nonce":1428710212},{"type":"v1","addr":"172.21.15.2:6823","nonce":1428710212}]},"public_addr":"172.21.15.2:6819/1428710212","cluster_addr":"172.21.15.2:6821/1428710212","heartbeat_back_addr":"172.21.15.2:6825/1428710212","heartbeat_front_addr":"172.21.15.2:6823/1428710212","state":["exists","up"]},{"osd":6,"uuid":"c210282a-d4ea-4a6b-b28b-d6a7660b399e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6824","nonce":459183243},{"type":"v1","addr":"172.21.15.204:6825","nonce":459183243}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":459183243},{"type":"v1","addr":"172.21.15.204:6827","nonce":459183243}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":459183243},{"type":"v1","addr":"172.21.15.204:6831","nonce":459183243}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":459183243},{"type":"v1","addr":"172.21.15.204:6829","nonce":459183243}]},"public_addr":"172.21.15.204:6825/459183243","cluster_addr":"172.21.15.204:6827/459183243","heartbeat_back_addr":"172.21.15.204:6831/459183243","heartbeat_front_addr":"172.21.15.204:6829/459183243","state":["exists","up"]},{"osd":7,"uuid":"0957b738-fca3-4915-92ac-07221b2dc4db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6826","nonce":1997186733},{"type":"v1","addr":"172.21.15.2:6827","nonce":1997186733}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6828","nonce":1997186733},{"type":"v1","addr":"172.21.15.2:6829","nonce":1997186733}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6832","nonce":1997186733},{"type":"v1","addr":"172.21.15.2:6833","nonce":1997186733}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6830","nonce":1997186733},{"type":"v1","addr":"172.21.15.2:6831","nonce":1997186733}]},"public_addr":"172.21.15.2:6827/1997186733","cluster_addr":"172.21.15.2:6829/1997186733","heartbeat_back_addr":"172.21.15.2:6833/1997186733","heartbeat_front_addr":"172.21.15.2:6831/1997186733","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:30.107712+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:32.278855+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:34.881660+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:37.930303+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:39.406355+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:43.780462+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:43.898657+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:49.563461+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.2:6801/476078612":"2023-12-09T10:10:17.084607+0000","172.21.15.2:6800/476078612":"2023-12-09T10:10:17.084607+0000","172.21.15.2:0/2844729100":"2023-12-09T10:10:17.084607+0000","172.21.15.2:0/626762128":"2023-12-09T10:09:25.749745+0000","172.21.15.2:0/3832641653":"2023-12-09T10:10:17.084607+0000","172.21.15.2:6801/4231769733":"2023-12-09T10:09:25.749745+0000","172.21.15.2:0/2536462420":"2023-12-09T10:09:25.749745+0000","172.21.15.2:6800/4231769733":"2023-12-09T10:09:25.749745+0000","172.21.15.2:0/3043151795":"2023-12-09T10:08:58.483935+0000","172.21.15.2:6801/633241728":"2023-12-09T10:08:58.483935+0000","172.21.15.2:6800/633241728":"2023-12-09T10:08:58.483935+0000","172.21.15.2:0/2364361169":"2023-12-09T10:08:58.483935+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-08T10:12:01.096 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-08T10:11:37.263690+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '27', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-08T10:12:01.096 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-08T10:12:01.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:01 smithi002 conmon[82053]: audit 2023-12-08T10:12:00.661927+0000 mon.smithi002 2023-12-08T10:12:01.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:01 smithi002 conmon[82053]: (mon.0) 507 : audit [DBG] from='client.? 172.21.15.2:0/945929335' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:12:01.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:01 smithi204 conmon[86088]: audit 2023-12-08T10:12:00.661927+0000 mon.smithi002 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.2:0/945929335' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:12:01.765 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:02.627 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:02 smithi002 conmon[82053]: cluster 2023-12-08T10:12:01.104689+0000 mgr.smithi002.utaniu (mgr.14184) 79 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:02.627 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:02 smithi002 conmon[82053]: audit 2023-12-08T10:12:01.443678+0000 mon.smithi002 (mon.0) 508 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:02.627 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:02 smithi002 conmon[82053]: cephadm 2023-12-08T10:12:01.444483+0000 mgr.smithi002.utaniu (mgr.14184) 80 : cephadm [INF] Reconfiguring crash.smithi204 (monmap changed)... 2023-12-08T10:12:02.627 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:02 smithi002 conmon[82053]: audit 2023-12-08T10:12:01.444727+0000 mon.smithi002 (mon.0) 509 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:12:02.628 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:02 smithi002 conmon[82053]: audit 2023-12-08T10:12:01.445487+0000 mon.smithi002 (mon.0) 510 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:02.628 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:02 smithi002 conmon[82053]: cephadm 2023-12-08T10:12:01.446030+0000 mgr.smithi002.utaniu (mgr.14184) 81 : cephadm [INF] Reconfiguring daemon crash.smithi204 on smithi204 2023-12-08T10:12:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:02 smithi204 conmon[86088]: cluster 2023-12-08T10:12:01.104689+0000 mgr.smithi002.utaniu (mgr.14184) 79 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:02 smithi204 conmon[86088]: audit 2023-12-08T10:12:01.443678+0000 mon.smithi002 (mon.0) 508 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:02 smithi204 conmon[86088]: cephadm 2023-12-08T10:12:01.444483+0000 mgr.smithi002.utaniu (mgr.14184) 80 : cephadm [INF] Reconfiguring crash.smithi204 (monmap changed)... 2023-12-08T10:12:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:02 smithi204 conmon[86088]: audit 2023-12-08T10:12:01.444727+0000 mon.smithi002 (mon.0) 509 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:12:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:02 smithi204 conmon[86088]: audit 2023-12-08T10:12:01.445487+0000 mon.smithi002 (mon.0) 510 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:02 smithi204 conmon[86088]: cephadm 2023-12-08T10:12:01.446030+0000 mgr.smithi002.utaniu (mgr.14184) 81 : cephadm [INF] Reconfiguring daemon crash.smithi204 on smithi204 2023-12-08T10:12:03.134 INFO:teuthology.orchestra.run.smithi002.stdout:pg_num: 1 2023-12-08T10:12:03.584 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:03 smithi002 conmon[82053]: audit 2023-12-08T10:12:02.547391+0000 mon.smithi002 (mon.0) 511 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:03.585 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:03 smithi002 conmon[82053]: cephadm 2023-12-08T10:12:02.548289+0000 mgr.smithi002.utaniu (mgr.14184) 82 : cephadm [INF] Reconfiguring mgr.smithi204.ocpqrt (monmap changed)... 2023-12-08T10:12:03.585 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:03 smithi002 conmon[82053]: audit 2023-12-08T10:12:02.548606+0000 mon.smithi002 (mon.0) 512 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.ocpqrt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:12:03.585 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:03 smithi002 conmon[82053]: audit 2023-12-08T10:12:02.549386+0000 mon.smithi002 (mon.0) 513 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:12:03.585 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:03 smithi002 conmon[82053]: audit 2023-12-08T10:12:02.550001+0000 mon.smithi002 (mon.0) 514 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:03.585 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:03 smithi002 conmon[82053]: cephadm 2023-12-08T10:12:02.550618+0000 mgr.smithi002.utaniu (mgr.14184) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi204.ocpqrt on smithi204 2023-12-08T10:12:03.585 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:03 smithi002 conmon[82053]: audit 2023-12-08T10:12:03.133654+0000 mon.smithi002 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.2:0/2702006284' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T10:12:03.586 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-08T10:12:03.586 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-08T10:12:03.587 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph mgr dump --format=json 2023-12-08T10:12:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:03 smithi204 conmon[86088]: audit 2023-12-08T10:12:02.547391+0000 mon.smithi002 (mon.0) 511 2023-12-08T10:12:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:03 smithi204 conmon[86088]: : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:03 smithi204 conmon[86088]: cephadm 2023-12-08T10:12:02.548289+0000 mgr.smithi002.utaniu (mgr.14184) 82 : cephadm [INF] Reconfiguring mgr.smithi204.ocpqrt (monmap changed)... 2023-12-08T10:12:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:03 smithi204 conmon[86088]: audit 2023-12-08T10:12:02.548606+0000 mon.smithi002 (mon.0) 512 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.ocpqrt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:12:03.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:03 smithi204 conmon[86088]: audit 2023-12-08T10:12:02.549386+0000 mon.smithi002 (mon.0) 513 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:12:03.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:03 smithi204 conmon[86088]: audit 2023-12-08T10:12:02.550001+0000 mon.smithi002 (mon.0) 514 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:03.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:03 smithi204 conmon[86088]: cephadm 2023-12-08T10:12:03.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:03 smithi204 conmon[86088]: 2023-12-08T10:12:02.550618+0000 mgr.smithi002.utaniu (mgr.14184) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi204.ocpqrt on smithi204 2023-12-08T10:12:03.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:03 smithi204 conmon[86088]: audit 2023-12-08T10:12 2023-12-08T10:12:03.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:03 smithi204 conmon[86088]: :03.133654+0000 mon.smithi002 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.2:0/2702006284' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T10:12:04.184 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:04.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:04 smithi002 conmon[82053]: cluster 2023-12-08T10:12:03.104988+0000 2023-12-08T10:12:04.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:04 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 84 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:04.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:04 smithi002 conmon[82053]: audit 2023-12-08T10:12:03.649871+0000 mon.smithi002 (mon.0) 516 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:04.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:04 smithi002 conmon[82053]: audit 2023-12-08T10:12:03.650880+0000 mon.smithi002 (mon.0) 517 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:12:04.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:04 smithi002 conmon[82053]: audit 2023-12-08T10:12:03.651615+0000 mon.smithi002 (mon.0) 518 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:12:04.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:04 smithi002 conmon[82053]: audit 2023-12-08T10:12:03.652293+0000 mon.smithi002 (mon.0) 519 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:04.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:04 smithi204 conmon[86088]: cluster 2023-12-08T10:12:03.104988+0000 mgr.smithi002.utaniu (mgr.14184) 84 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:04.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:04 smithi204 conmon[86088]: audit 2023-12-08T10:12:03.649871+0000 mon.smithi002 (mon.0) 516 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:04.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:04 smithi204 conmon[86088]: audit 2023-12-08T10:12:03.650880+0000 mon.smithi002 (mon.0) 517 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:12:04.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:04 smithi204 conmon[86088]: audit 2023-12-08T10:12:03.651615+0000 mon.smithi002 (mon.0) 518 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:12:04.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:04 smithi204 conmon[86088]: audit 2023-12-08T10:12:03.652293+0000 mon.smithi002 (mon.0) 519 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:05.715 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:12:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: cephadm 2023-12-08T10:12:03.650547+0000 mgr.smithi002.utaniu (mgr.14184) 85 : cephadm [INF] Reconfiguring mon.smithi204 (monmap changed)... 2023-12-08T10:12:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: cephadm 2023-12-08T10:12:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: 2023-12-08T10:12:03.652898+0000 mgr.smithi002.utaniu (mgr.14184) 86 : cephadm [INF] Reconfiguring daemon mon.smithi204 on smithi204 2023-12-08T10:12:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: audit 2023-12-08T10:12:04.732632+0000 mon.smithi002 (mon.0) 520 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: audit 2023-12-08T10:12:04.735473+0000 mon.smithi002 (mon 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: .0) 521 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: audit 2023-12-08T10 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: :12:04.736614+0000 mon.smithi002 (mon.0) 522 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi002.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: audit 2023-12-08T10: 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: 12:04.740225+0000 mon.smithi002 (mon.0) 523 : 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: audit 2023-12-08T10:12:04 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: .744595+0000 mon.smithi002 (mon.0) 524 : audit 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: audit 2023-12-08T10:12:04. 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: 748023+0000 mon.smithi002 (mon.0) 525 : audit [INF] 2023-12-08T10:12:05.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi002.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: audit 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: 2023-12-08T10:12:04.752737+0000 mon.smithi002 (mon.0) 526 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: audit 2023-12- 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: 08T10:12:04.758642+0000 mon.smithi002 (mon.0) 527 : audit 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: audit 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: 2023-12-08T10:12:04.761077+0000 mon.smithi002 (mon. 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: 0) 528 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi204.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: audit 2023-12-08T10 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: :12:04.766048+0000 mon.smithi002 (mon.0 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: ) 529 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: audit 2023-12-08T10 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: :12:04.769300+0000 mon.smithi002 (mon.0) 530 : audit [DBG] 2023-12-08T10:12:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:05 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:12:05.895 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: cephadm 2023-12-08T10:12:03.650547+0000 mgr.smithi002.utaniu (mgr.14184) 85 : cephadm [INF] 2023-12-08T10:12:05.895 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: Reconfiguring mon.smithi204 (monmap changed)... 2023-12-08T10:12:05.895 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: cephadm 2023-12-08T10:12:03.652898+0000 mgr.smithi002.utaniu (mgr.14184) 86 : cephadm [INF] Reconfiguring daemon mon.smithi204 on smithi204 2023-12-08T10:12:05.895 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.732632+0000 mon.smithi002 (mon.0) 520 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.735473+0000 mon.smithi002 (mon.0) 521 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.736614+0000 mon.smithi002 (mon.0) 522 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi002.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.740225+0000 mon.smithi002 (mon.0) 523 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.744595+0000 mon.smithi002 (mon.0) 524 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.748023+0000 mon.smithi002 (mon.0) 525 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi002.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.752737+0000 mon.smithi002 (mon.0) 526 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.758642+0000 mon.smithi002 (mon 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: .0) 527 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: audit 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: 2023-12-08T10:12:04.761077+0000 mon.smithi002 (mon.0) 528 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi204.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: audit 2023-12-08T10:12:04. 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: 766048+0000 mon.smithi002 (mon.0) 529 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.769300 2023-12-08T10:12:05.896 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:05 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 530 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:12:06.191 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":18,"active_gid":14184,"active_name":"smithi002.utaniu","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6800","nonce":519056380},{"type":"v1","addr":"172.21.15.2:6801","nonce":519056380}]},"active_addr":"172.21.15.2:6801/519056380","active_change":"2023-12-08T10:10:17.084721+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi204.ocpqrt","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.2:8443/","prometheus":"http://172.21.15.2: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.2:0","nonce":3483547585}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.2:0","nonce":2340556589}]}]} 2023-12-08T10:12:06.197 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-08T10:12:06.197 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-08T10:12:06.198 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T10:12:06.796 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: audit 2023-12-08T10:12:04.735820+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:12:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: ) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:12:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: audit 2023-12-08T10:12:04.736889+0000 mgr.smithi002.utaniu (mgr.14184) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi002.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:12:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: audit 2023-12-08T10:12:04.744947+0000 mgr.smithi002.utaniu (mgr.14184) 89 : audit 2023-12-08T10:12:06.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:12:06.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: audit 2023-12-08T10:12:04.748352 2023-12-08T10:12:06.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi002.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:12:06.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: 2023-12-08T10:12:06.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: audit 2023-12-08T10:12:06.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: 2023-12-08 2023-12-08T10:12:06.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: T10:12:04.759082+0000 mgr.smithi002.utaniu 2023-12-08T10:12:06.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: (mgr.14184) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:12:06.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: audit 2023-12-08T10:12:04.761436 2023-12-08T10:12:06.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 92 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi204.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:12:06.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: 2023-12-08T10:12:06.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: cluster 2023 2023-12-08T10:12:06.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: -12-08T10:12:05.105275+0000 mgr.smithi002.utaniu (mgr.14184) 93 : cluster 2023-12-08T10:12:06.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:06.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: audit 2023-12-08T10:12:05.708146 2023-12-08T10:12:06.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 531 : audit [DBG] 2023-12-08T10:12:06.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:06 smithi204 conmon[86088]: from='client.? 172.21.15.2:0/2418456761' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T10:12:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:06 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.735820+0000 2023-12-08T10:12:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:06 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:12:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:06 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.736889+0000 mgr.smithi002.utaniu (mgr.14184) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi002.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:12:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:06 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.744947+0000 mgr.smithi002.utaniu (mgr.14184) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:12:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:06 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.748352+0000 mgr.smithi002.utaniu (mgr.14184) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi002.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:12:06.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:06 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.759082+0000 mgr.smithi002.utaniu (mgr.14184) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:12:06.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:06 smithi002 conmon[82053]: audit 2023-12-08T10:12:04.761436+0000 mgr.smithi002.utaniu (mgr.14184) 92 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi204.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:12:06.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:06 smithi002 conmon[82053]: cluster 2023-12-08T10:12:05.105275+0000 mgr.smithi002.utaniu (mgr.14184) 93 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:06.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:06 smithi002 conmon[82053]: audit 2023-12-08T10:12:05.708146+0000 mon.smithi002 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.2:0/2418456761' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T10:12:08.248 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:12:08.249 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":36,"fsid":"a9b2a5b2-95b1-11ee-95a3-87774f69a715","created":"2023-12-08T10:08:34.937080+0000","modified":"2023-12-08T10:11:53.218363+0000","last_up_change":"2023-12-08T10:11:51.215510+0000","last_in_change":"2023-12-08T10:11:16.402398+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T10:11:37.263690+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"00d668be-2cce-432f-9ac6-0b0c87e03fbf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":3676216387},{"type":"v1","addr":"172.21.15.204:6801","nonce":3676216387}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":3676216387},{"type":"v1","addr":"172.21.15.204:6803","nonce":3676216387}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":3676216387},{"type":"v1","addr":"172.21.15.204:6807","nonce":3676216387}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":3676216387},{"type":"v1","addr":"172.21.15.204:6805","nonce":3676216387}]},"public_addr":"172.21.15.204:6801/3676216387","cluster_addr":"172.21.15.204:6803/3676216387","heartbeat_back_addr":"172.21.15.204:6807/3676216387","heartbeat_front_addr":"172.21.15.204:6805/3676216387","state":["exists","up"]},{"osd":1,"uuid":"4027c661-d67f-481f-8b12-a70c4bc9eef8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":2335143644},{"type":"v1","addr":"172.21.15.2:6803","nonce":2335143644}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":2335143644},{"type":"v1","addr":"172.21.15.2:6805","nonce":2335143644}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":2335143644},{"type":"v1","addr":"172.21.15.2:6809","nonce":2335143644}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":2335143644},{"type":"v1","addr":"172.21.15.2:6807","nonce":2335143644}]},"public_addr":"172.21.15.2:6803/2335143644","cluster_addr":"172.21.15.2:6805/2335143644","heartbeat_back_addr":"172.21.15.2:6809/2335143644","heartbeat_front_addr":"172.21.15.2:6807/2335143644","state":["exists","up"]},{"osd":2,"uuid":"d098e4ef-9244-4814-9d62-024aa10ec3a8","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.204:6808","nonce":2908631446},{"type":"v1","addr":"172.21.15.204:6809","nonce":2908631446}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":2908631446},{"type":"v1","addr":"172.21.15.204:6811","nonce":2908631446}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":2908631446},{"type":"v1","addr":"172.21.15.204:6815","nonce":2908631446}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":2908631446},{"type":"v1","addr":"172.21.15.204:6813","nonce":2908631446}]},"public_addr":"172.21.15.204:6809/2908631446","cluster_addr":"172.21.15.204:6811/2908631446","heartbeat_back_addr":"172.21.15.204:6815/2908631446","heartbeat_front_addr":"172.21.15.204:6813/2908631446","state":["exists","up"]},{"osd":3,"uuid":"47bf0c44-9761-4774-ba9d-4d60425dd3c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6810","nonce":1045174405},{"type":"v1","addr":"172.21.15.2:6811","nonce":1045174405}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":1045174405},{"type":"v1","addr":"172.21.15.2:6813","nonce":1045174405}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":1045174405},{"type":"v1","addr":"172.21.15.2:6817","nonce":1045174405}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":1045174405},{"type":"v1","addr":"172.21.15.2:6815","nonce":1045174405}]},"public_addr":"172.21.15.2:6811/1045174405","cluster_addr":"172.21.15.2:6813/1045174405","heartbeat_back_addr":"172.21.15.2:6817/1045174405","heartbeat_front_addr":"172.21.15.2:6815/1045174405","state":["exists","up"]},{"osd":4,"uuid":"e322c9ba-cf47-4901-820b-ddf23eda11e0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6816","nonce":781151569},{"type":"v1","addr":"172.21.15.204:6817","nonce":781151569}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":781151569},{"type":"v1","addr":"172.21.15.204:6819","nonce":781151569}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":781151569},{"type":"v1","addr":"172.21.15.204:6823","nonce":781151569}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":781151569},{"type":"v1","addr":"172.21.15.204:6821","nonce":781151569}]},"public_addr":"172.21.15.204:6817/781151569","cluster_addr":"172.21.15.204:6819/781151569","heartbeat_back_addr":"172.21.15.204:6823/781151569","heartbeat_front_addr":"172.21.15.204:6821/781151569","state":["exists","up"]},{"osd":5,"uuid":"61866790-f468-41a0-bc81-3c395164dd44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6818","nonce":1428710212},{"type":"v1","addr":"172.21.15.2:6819","nonce":1428710212}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6820","nonce":1428710212},{"type":"v1","addr":"172.21.15.2:6821","nonce":1428710212}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6824","nonce":1428710212},{"type":"v1","addr":"172.21.15.2:6825","nonce":1428710212}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6822","nonce":1428710212},{"type":"v1","addr":"172.21.15.2:6823","nonce":1428710212}]},"public_addr":"172.21.15.2:6819/1428710212","cluster_addr":"172.21.15.2:6821/1428710212","heartbeat_back_addr":"172.21.15.2:6825/1428710212","heartbeat_front_addr":"172.21.15.2:6823/1428710212","state":["exists","up"]},{"osd":6,"uuid":"c210282a-d4ea-4a6b-b28b-d6a7660b399e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6824","nonce":459183243},{"type":"v1","addr":"172.21.15.204:6825","nonce":459183243}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":459183243},{"type":"v1","addr":"172.21.15.204:6827","nonce":459183243}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":459183243},{"type":"v1","addr":"172.21.15.204:6831","nonce":459183243}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":459183243},{"type":"v1","addr":"172.21.15.204:6829","nonce":459183243}]},"public_addr":"172.21.15.204:6825/459183243","cluster_addr":"172.21.15.204:6827/459183243","heartbeat_back_addr":"172.21.15.204:6831/459183243","heartbeat_front_addr":"172.21.15.204:6829/459183243","state":["exists","up"]},{"osd":7,"uuid":"0957b738-fca3-4915-92ac-07221b2dc4db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6826","nonce":1997186733},{"type":"v1","addr":"172.21.15.2:6827","nonce":1997186733}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6828","nonce":1997186733},{"type":"v1","addr":"172.21.15.2:6829","nonce":1997186733}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6832","nonce":1997186733},{"type":"v1","addr":"172.21.15.2:6833","nonce":1997186733}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6830","nonce":1997186733},{"type":"v1","addr":"172.21.15.2:6831","nonce":1997186733}]},"public_addr":"172.21.15.2:6827/1997186733","cluster_addr":"172.21.15.2:6829/1997186733","heartbeat_back_addr":"172.21.15.2:6833/1997186733","heartbeat_front_addr":"172.21.15.2:6831/1997186733","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:30.107712+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:32.278855+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:34.881660+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:37.930303+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:39.406355+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:43.780462+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:43.898657+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:49.563461+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.2:6801/476078612":"2023-12-09T10:10:17.084607+0000","172.21.15.2:6800/476078612":"2023-12-09T10:10:17.084607+0000","172.21.15.2:0/2844729100":"2023-12-09T10:10:17.084607+0000","172.21.15.2:0/626762128":"2023-12-09T10:09:25.749745+0000","172.21.15.2:0/3832641653":"2023-12-09T10:10:17.084607+0000","172.21.15.2:6801/4231769733":"2023-12-09T10:09:25.749745+0000","172.21.15.2:0/2536462420":"2023-12-09T10:09:25.749745+0000","172.21.15.2:6800/4231769733":"2023-12-09T10:09:25.749745+0000","172.21.15.2:0/3043151795":"2023-12-09T10:08:58.483935+0000","172.21.15.2:6801/633241728":"2023-12-09T10:08:58.483935+0000","172.21.15.2:6800/633241728":"2023-12-09T10:08:58.483935+0000","172.21.15.2:0/2364361169":"2023-12-09T10:08:58.483935+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-08T10:12:08.708 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-08T10:12:08.708 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T10:12:08.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:08 smithi204 conmon[86088]: cluster 2023-12-08T10:12:07.105614+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:12:08.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:08 smithi204 conmon[86088]: .14184) 94 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:08.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:08 smithi204 conmon[86088]: audit 2023-12-08T10:12:08.179273+0000 mon.smithi002 (mon.0) 532 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:08.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:08 smithi204 conmon[86088]: audit 2023-12-08T10:12:08.246790+0000 mon.smithi002 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.2:0/316950333' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:12:08.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:08 smithi002 conmon[82053]: cluster 2023-12-08T10:12:07.105614+0000 mgr.smithi002.utaniu (mgr.14184) 94 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:08.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:08 smithi002 conmon[82053]: audit 2023-12-08T10:12:08.179273+0000 mon.smithi002 (mon.0) 532 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:08.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:08 smithi002 conmon[82053]: audit 2023-12-08T10:12:08.246790+0000 mon.smithi002 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.2:0/316950333' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:12:09.462 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:10 smithi204 conmon[86088]: cluster 2023-12-08T10:12:09.106084+0000 mgr.smithi002.utaniu (mgr.14184) 95 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:10 smithi204 conmon[86088]: audit 2023-12-08T10:12:10.004741+0000 mon.smithi002 (mon.0) 534 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:10.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:10 smithi002 conmon[82053]: cluster 2023-12-08T10:12:09.106084+0000 mgr.smithi002.utaniu (mgr.14184) 95 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:10.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:10 smithi002 conmon[82053]: audit 2023-12-08T10:12:10.004741+0000 mon.smithi002 (mon.0) 534 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:10.990 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:12:10.990 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":36,"fsid":"a9b2a5b2-95b1-11ee-95a3-87774f69a715","created":"2023-12-08T10:08:34.937080+0000","modified":"2023-12-08T10:11:53.218363+0000","last_up_change":"2023-12-08T10:11:51.215510+0000","last_in_change":"2023-12-08T10:11:16.402398+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T10:11:37.263690+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"00d668be-2cce-432f-9ac6-0b0c87e03fbf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":3676216387},{"type":"v1","addr":"172.21.15.204:6801","nonce":3676216387}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":3676216387},{"type":"v1","addr":"172.21.15.204:6803","nonce":3676216387}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":3676216387},{"type":"v1","addr":"172.21.15.204:6807","nonce":3676216387}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":3676216387},{"type":"v1","addr":"172.21.15.204:6805","nonce":3676216387}]},"public_addr":"172.21.15.204:6801/3676216387","cluster_addr":"172.21.15.204:6803/3676216387","heartbeat_back_addr":"172.21.15.204:6807/3676216387","heartbeat_front_addr":"172.21.15.204:6805/3676216387","state":["exists","up"]},{"osd":1,"uuid":"4027c661-d67f-481f-8b12-a70c4bc9eef8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":2335143644},{"type":"v1","addr":"172.21.15.2:6803","nonce":2335143644}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":2335143644},{"type":"v1","addr":"172.21.15.2:6805","nonce":2335143644}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":2335143644},{"type":"v1","addr":"172.21.15.2:6809","nonce":2335143644}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":2335143644},{"type":"v1","addr":"172.21.15.2:6807","nonce":2335143644}]},"public_addr":"172.21.15.2:6803/2335143644","cluster_addr":"172.21.15.2:6805/2335143644","heartbeat_back_addr":"172.21.15.2:6809/2335143644","heartbeat_front_addr":"172.21.15.2:6807/2335143644","state":["exists","up"]},{"osd":2,"uuid":"d098e4ef-9244-4814-9d62-024aa10ec3a8","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.204:6808","nonce":2908631446},{"type":"v1","addr":"172.21.15.204:6809","nonce":2908631446}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":2908631446},{"type":"v1","addr":"172.21.15.204:6811","nonce":2908631446}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":2908631446},{"type":"v1","addr":"172.21.15.204:6815","nonce":2908631446}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":2908631446},{"type":"v1","addr":"172.21.15.204:6813","nonce":2908631446}]},"public_addr":"172.21.15.204:6809/2908631446","cluster_addr":"172.21.15.204:6811/2908631446","heartbeat_back_addr":"172.21.15.204:6815/2908631446","heartbeat_front_addr":"172.21.15.204:6813/2908631446","state":["exists","up"]},{"osd":3,"uuid":"47bf0c44-9761-4774-ba9d-4d60425dd3c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6810","nonce":1045174405},{"type":"v1","addr":"172.21.15.2:6811","nonce":1045174405}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":1045174405},{"type":"v1","addr":"172.21.15.2:6813","nonce":1045174405}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":1045174405},{"type":"v1","addr":"172.21.15.2:6817","nonce":1045174405}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":1045174405},{"type":"v1","addr":"172.21.15.2:6815","nonce":1045174405}]},"public_addr":"172.21.15.2:6811/1045174405","cluster_addr":"172.21.15.2:6813/1045174405","heartbeat_back_addr":"172.21.15.2:6817/1045174405","heartbeat_front_addr":"172.21.15.2:6815/1045174405","state":["exists","up"]},{"osd":4,"uuid":"e322c9ba-cf47-4901-820b-ddf23eda11e0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6816","nonce":781151569},{"type":"v1","addr":"172.21.15.204:6817","nonce":781151569}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":781151569},{"type":"v1","addr":"172.21.15.204:6819","nonce":781151569}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":781151569},{"type":"v1","addr":"172.21.15.204:6823","nonce":781151569}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":781151569},{"type":"v1","addr":"172.21.15.204:6821","nonce":781151569}]},"public_addr":"172.21.15.204:6817/781151569","cluster_addr":"172.21.15.204:6819/781151569","heartbeat_back_addr":"172.21.15.204:6823/781151569","heartbeat_front_addr":"172.21.15.204:6821/781151569","state":["exists","up"]},{"osd":5,"uuid":"61866790-f468-41a0-bc81-3c395164dd44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6818","nonce":1428710212},{"type":"v1","addr":"172.21.15.2:6819","nonce":1428710212}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6820","nonce":1428710212},{"type":"v1","addr":"172.21.15.2:6821","nonce":1428710212}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6824","nonce":1428710212},{"type":"v1","addr":"172.21.15.2:6825","nonce":1428710212}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6822","nonce":1428710212},{"type":"v1","addr":"172.21.15.2:6823","nonce":1428710212}]},"public_addr":"172.21.15.2:6819/1428710212","cluster_addr":"172.21.15.2:6821/1428710212","heartbeat_back_addr":"172.21.15.2:6825/1428710212","heartbeat_front_addr":"172.21.15.2:6823/1428710212","state":["exists","up"]},{"osd":6,"uuid":"c210282a-d4ea-4a6b-b28b-d6a7660b399e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6824","nonce":459183243},{"type":"v1","addr":"172.21.15.204:6825","nonce":459183243}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":459183243},{"type":"v1","addr":"172.21.15.204:6827","nonce":459183243}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":459183243},{"type":"v1","addr":"172.21.15.204:6831","nonce":459183243}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":459183243},{"type":"v1","addr":"172.21.15.204:6829","nonce":459183243}]},"public_addr":"172.21.15.204:6825/459183243","cluster_addr":"172.21.15.204:6827/459183243","heartbeat_back_addr":"172.21.15.204:6831/459183243","heartbeat_front_addr":"172.21.15.204:6829/459183243","state":["exists","up"]},{"osd":7,"uuid":"0957b738-fca3-4915-92ac-07221b2dc4db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6826","nonce":1997186733},{"type":"v1","addr":"172.21.15.2:6827","nonce":1997186733}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6828","nonce":1997186733},{"type":"v1","addr":"172.21.15.2:6829","nonce":1997186733}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6832","nonce":1997186733},{"type":"v1","addr":"172.21.15.2:6833","nonce":1997186733}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6830","nonce":1997186733},{"type":"v1","addr":"172.21.15.2:6831","nonce":1997186733}]},"public_addr":"172.21.15.2:6827/1997186733","cluster_addr":"172.21.15.2:6829/1997186733","heartbeat_back_addr":"172.21.15.2:6833/1997186733","heartbeat_front_addr":"172.21.15.2:6831/1997186733","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:30.107712+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:32.278855+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:34.881660+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:37.930303+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:39.406355+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:43.780462+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:43.898657+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T10:11:49.563461+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.2:6801/476078612":"2023-12-09T10:10:17.084607+0000","172.21.15.2:6800/476078612":"2023-12-09T10:10:17.084607+0000","172.21.15.2:0/2844729100":"2023-12-09T10:10:17.084607+0000","172.21.15.2:0/626762128":"2023-12-09T10:09:25.749745+0000","172.21.15.2:0/3832641653":"2023-12-09T10:10:17.084607+0000","172.21.15.2:6801/4231769733":"2023-12-09T10:09:25.749745+0000","172.21.15.2:0/2536462420":"2023-12-09T10:09:25.749745+0000","172.21.15.2:6800/4231769733":"2023-12-09T10:09:25.749745+0000","172.21.15.2:0/3043151795":"2023-12-09T10:08:58.483935+0000","172.21.15.2:6801/633241728":"2023-12-09T10:08:58.483935+0000","172.21.15.2:6800/633241728":"2023-12-09T10:08:58.483935+0000","172.21.15.2:0/2364361169":"2023-12-09T10:08:58.483935+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-08T10:12:11.478 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-08T10:12:11.624 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:11 smithi002 conmon[82053]: audit 2023-12-08T10:12:10.988206+0000 mon.smithi002 ( 2023-12-08T10:12:11.624 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:11 smithi002 conmon[82053]: mon.0) 535 : audit [DBG] from='client.? 172.21.15.2:0/349234857' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:12:11.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:11 smithi204 conmon[86088]: audit 2023-12-08T10:12:10.988206+0000 mon.smithi002 (mon 2023-12-08T10:12:11.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:11 smithi204 conmon[86088]: .0) 535 : audit [DBG] from='client.? 172.21.15.2:0/349234857' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:12:12.263 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: cluster 2023-12-08T10:12:11.106354+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:12:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: 96 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: audit 2023-12-08T10:12:11.587398+0000 mon.smithi002 (mon.0) 536 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: audit 2023-12-08T10:12:11.983662+0000 mon.smithi002 ( 2023-12-08T10:12:12.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: mon.0) 537 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:12.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: audit 2023-12- 2023-12-08T10:12:12.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: 08T10:12:11.984331+0000 mon.smithi002 (mon.0) 2023-12-08T10:12:12.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: 538 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:12.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: audit 2023-12-08T10 2023-12-08T10:12:12.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: :12:11.984946+0000 mon.smithi002 (mon.0) 539 : 2023-12-08T10:12:12.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:12.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: audit 2023-12-08T10:12 2023-12-08T10:12:12.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: :11.985486+0000 mon.smithi002 (mon.0) 540 : audit 2023-12-08T10:12:12.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:12.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: audit 2023-12-08T10:12: 2023-12-08T10:12:12.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: 11.989832+0000 mon.smithi002 (mon.0) 541 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:12.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:12 smithi204 conmon[86088]: 2023-12-08T10:12:12.857 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:12 smithi002 conmon[82053]: cluster 2023-12-08T10:12:11.106354+0000 mgr.smithi002.utaniu (mgr.14184) 96 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:12.857 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:12 smithi002 conmon[82053]: audit 2023-12-08T10:12:11.587398+0000 mon.smithi002 (mon.0) 536 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:12.858 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:12 smithi002 conmon[82053]: audit 2023-12-08T10:12:11.983662+0000 mon.smithi002 (mon.0) 537 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:12.858 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:12 smithi002 conmon[82053]: audit 2023-12-08T10:12:11.984331+0000 mon.smithi002 (mon.0) 538 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:12.858 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:12 smithi002 conmon[82053]: audit 2023-12-08T10:12:11.984946+0000 mon.smithi002 (mon.0) 539 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:12.858 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:12 smithi002 conmon[82053]: audit 2023-12-08T10:12:11.985486+0000 mon.smithi002 (mon.0) 540 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:12.858 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:12 smithi002 conmon[82053]: audit 2023-12-08T10:12:11.989832+0000 mon.smithi002 (mon. 2023-12-08T10:12:12.858 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:12 smithi002 conmon[82053]: 0) 541 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:13.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:13 smithi002 conmon[82053]: cephadm 2023-12-08T10:12:11.582435+0000 mgr.smithi002.utaniu (mgr.14184) 97 : cephadm [INF] Detected new or changed devices on smithi204 2023-12-08T10:12:13.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:13 smithi002 conmon[82053]: cephadm 2023-12-08T10:12:11.985923+0000 mgr.smithi002.utaniu (mgr.14184) 98 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 3748M 2023-12-08T10:12:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:13 smithi204 conmon[86088]: cephadm 2023-12-08T10:12:11.582435+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:12:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:13 smithi204 conmon[86088]: ) 97 : cephadm [INF] Detected new or changed devices on smithi204 2023-12-08T10:12:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:13 smithi204 conmon[86088]: cephadm 2023-12-08T10:12:11.985923+0000 mgr.smithi002.utaniu (mgr.14184) 98 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 3748M 2023-12-08T10:12:14.135 INFO:teuthology.orchestra.run.smithi002.stdout:68719476748 2023-12-08T10:12:14.135 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-08T10:12:14.750 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:14.941 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: cluster 2023-12-08T10:12:13.106679+0000 mgr.smithi002.utaniu (mgr.14184) 99 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10:12:13.824044+0000 mon.smithi002 (mon.0) 542 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10:12:14.257650+0000 mon.smithi002 (mon.0) 543 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10:12:14.258338+0000 mon.smithi002 (mon.0) 544 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10:12:14.258997+0000 mon.smithi002 (mon.0) 545 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10:12:14.259612+0000 mon.smithi002 (mon.0) 546 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10:12:14.265478+0000 mon.smithi002 (mon.0) 547 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10:12:14.266421+0000 mon.smithi002 (mon.0) 548 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10:12:14.267071+0000 mon.smithi002 (mon.0) 549 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10:12:14.272496+0000 mon.smithi002 (mon.0) 550 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10:12:14.278446+0000 mon.smithi002 (mon.0) 551 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10:12:14.282581+0000 mon.smithi002 (mon.0) 552 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10:12:14.283541+0000 mon.smithi002 (mon.0) 553 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10:12:14.283761+0000 mon.smithi002 (mon.0) 554 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:14.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: audit 2023-12-08T10 2023-12-08T10:12:14.943 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:14 smithi002 conmon[82053]: :12:14.284257+0000 mon.smithi002 (mon.0) 555 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:15.056 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: cluster 2023-12-08T10:12:13.106679+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:12:15.056 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: .14184) 99 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:15.056 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023-12-08T10:12:13.824044+0000 mon.smithi002 (mon.0) 542 : audit [INF] 2023-12-08T10:12:15.056 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:15.056 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023-12-08T10:12: 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: 14.257650+0000 mon.smithi002 (mon.0) 543 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: -12-08T10:12:14.258338+0000 mon.smithi002 ( 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: mon.0) 544 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: -12-08T10:12:14.258997+0000 mon.smithi002 ( 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: mon.0) 545 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: -12-08T10:12:14.259612+0000 mon.smithi002 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: (mon.0) 546 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: 12-08T10:12:14.265478+0000 mon.smithi002 ( 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: mon.0) 547 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023 2023-12-08T10:12:15.057 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: -12-08T10:12:14.266421+0000 mon.smithi002 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: (mon.0) 548 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: 12-08T10:12:14.267071+0000 mon.smithi002 ( 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: mon.0) 549 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: 12-08T10:12:14.272496+0000 mon.smithi002 (mon 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: .0) 550 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: -08T10:12:14.278446+0000 mon.smithi002 (mon 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: .0) 551 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023-12- 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: 08T10:12:14.282581+0000 mon.smithi002 (mon. 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: 0) 552 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:12:15.058 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:12:15.059 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: -08T10:12:14.283541+0000 mon.smithi002 ( 2023-12-08T10:12:15.059 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: mon.0) 553 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:12:15.059 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023-12-08T10:12:15.059 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: 2023-12-08T10:12:14.283761+0000 2023-12-08T10:12:15.059 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: mon.smithi002 (mon.0) 554 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:15.059 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: audit 2023-12-08T10:12:15.059 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: 2023-12-08T10:12:14.284257+0000 mon.smithi002 2023-12-08T10:12:15.059 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:14 smithi204 conmon[86088]: (mon.0) 555 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:15.800 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:15 smithi204 conmon[86088]: cephadm 2023-12-08T10:12:13.818734+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:12:15.800 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:15 smithi204 conmon[86088]: 14184) 100 : cephadm [INF] Detected new or changed devices on smithi002 2023-12-08T10:12:15.800 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:15 smithi204 conmon[86088]: cephadm 2023-12-08T10:12:14.260129+0000 mgr.smithi002.utaniu (mgr.14184) 101 : cephadm [INF] Adjusting osd_memory_target on smithi002 to 3493M 2023-12-08T10:12:15.908 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:15 smithi002 conmon[82053]: cephadm 2023-12-08T10:12:13.818734+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:12:15.908 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:15 smithi002 conmon[82053]: 14184) 100 : cephadm [INF] Detected new or changed devices on smithi002 2023-12-08T10:12:15.909 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:15 smithi002 conmon[82053]: cephadm 2023-12-08T10:12:14.260129+0000 mgr.smithi002.utaniu (mgr.14184) 101 : cephadm [INF] Adjusting osd_memory_target on smithi002 to 3493M 2023-12-08T10:12:16.860 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:16 smithi002 conmon[82053]: cluster 2023-12-08T10:12:15.107002+0000 mgr.smithi002.utaniu (mgr.14184) 102 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:16.861 INFO:teuthology.orchestra.run.smithi002.stdout:77309411339 2023-12-08T10:12:16.862 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-08T10:12:16.939 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:16 smithi204 conmon[86088]: cluster 2023-12-08T10:12:15.107002+0000 mgr.smithi002.utaniu (mgr.14184) 102 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:17.467 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:17.865 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:17 smithi002 conmon[82053]: cluster 2023-12-08T10:12:17.107369+0000 mgr.smithi002.utaniu 2023-12-08T10:12:17.865 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:17 smithi002 conmon[82053]: (mgr.14184) 103 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:18.014 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:17 smithi204 conmon[86088]: cluster 2023-12-08T10:12:17.107369+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:12:18.014 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:17 smithi204 conmon[86088]: 103 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:19.496 INFO:teuthology.orchestra.run.smithi002.stdout:90194313226 2023-12-08T10:12:19.497 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-08T10:12:20.287 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:20.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:20 smithi002 conmon[82053]: cluster 2023-12-08T10:12:19.107799+0000 mgr.smithi002.utaniu (mgr.14184) 104 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:20.513 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:20 smithi204 conmon[86088]: cluster 2023-12-08T10:12:19.107799+0000 mgr.smithi002.utaniu (mgr.14184) 104 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:22.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:22 smithi204 conmon[86088]: cluster 2023-12-08T10:12:21.108068+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:12:22.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:22 smithi204 conmon[86088]: 14184) 105 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:22.452 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:22 smithi002 conmon[82053]: cluster 2023-12-08T10:12:21.108068+0000 mgr.smithi002.utaniu (mgr.14184) 105 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:22.499 INFO:teuthology.orchestra.run.smithi002.stdout:103079215115 2023-12-08T10:12:22.499 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-08T10:12:23.327 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:23.809 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:23 smithi002 conmon[82053]: audit 2023-12-08T10:12:22.525479+0000 mon.smithi002 (mon.0) 556 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:23.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:23 smithi204 conmon[86088]: audit 2023-12-08T10:12:22.525479+0000 mon.smithi002 (mon.0) 556 : audit [INF] 2023-12-08T10:12:23.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:23 smithi204 conmon[86088]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:24.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:24 smithi204 conmon[86088]: cluster 2023-12-08T10:12:23.108386+0000 mgr.smithi002.utaniu (mgr.14184) 106 : cluster [DBG] 2023-12-08T10:12:24.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:24 smithi204 conmon[86088]: pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:24.837 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:24 smithi002 conmon[82053]: cluster 2023-12-08T10:12:23.108386+0000 mgr.smithi002.utaniu (mgr.14184) 106 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:25.238 INFO:teuthology.orchestra.run.smithi002.stdout:107374182411 2023-12-08T10:12:25.239 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-08T10:12:25.850 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:25.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:25 smithi002 conmon[82053]: audit 2023-12-08T10:12: 2023-12-08T10:12:25.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:25 smithi002 conmon[82053]: 24.671712+0000 mon.smithi002 (mon.0) 557 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:25.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:25 smithi002 conmon[82053]: audit 2023-12-08T10:12:24.673589+0000 mon.smithi002 (mon.0) 558 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:12:25.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:25 smithi002 conmon[82053]: cluster 2023-12-08T10:12:25.108694+0000 mgr.smithi002.utaniu (mgr.14184) 107 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:25 smithi204 conmon[86088]: audit 2023-12-08T10:12:24.671712+0000 mon.smithi002 (mon.0) 557 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:25 smithi204 conmon[86088]: audit 2023-12-08T10:12:24.673589+0000 mon.smithi002 (mon.0) 558 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:12:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:25 smithi204 conmon[86088]: cluster 2023-12-08T10:12:25.108694+0000 mgr.smithi002.utaniu (mgr.14184) 107 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:27.710 INFO:teuthology.orchestra.run.smithi002.stdout:128849018892 2023-12-08T10:12:27.710 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-08T10:12:28.420 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:28.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:28 smithi002 conmon[82053]: cluster 2023-12-08T10:12:27.109012+0000 mgr.smithi002.utaniu (mgr.14184) 108 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:28.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:28 smithi002 conmon[82053]: audit 2023-12-08T10:12:28.104099+0000 mon.smithi002 (mon.0) 559 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:28 smithi204 conmon[86088]: cluster 2023-12-08T10:12:27.109012+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:12:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:28 smithi204 conmon[86088]: .14184) 108 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:28 smithi204 conmon[86088]: audit 2023-12-08T10:12:28.104099+0000 mon.smithi002 (mon.0) 559 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:30.081 INFO:teuthology.orchestra.run.smithi002.stdout:128849018891 2023-12-08T10:12:30.082 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-08T10:12:30.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:30 smithi002 conmon[82053]: cluster 2023-12-08T10:12:29.109357+0000 mgr.smithi002.utaniu (mgr.14184) 109 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:30.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:30 smithi204 conmon[86088]: cluster 2023-12-08T10:12:29.109357+0000 mgr.smithi002.utaniu (mgr.14184) 109 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:30.689 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:31.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:31 smithi002 conmon[82053]: audit 2023-12-08T10:12:30.222803+0000 mon.smithi002 ( 2023-12-08T10:12:31.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:31 smithi002 conmon[82053]: mon.0) 560 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:31.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:31 smithi002 conmon[82053]: audit 2023-12-08T10:12:30.223737+0000 mon.smithi002 (mon.0) 561 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:31.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:31 smithi002 conmon[82053]: audit 2023- 2023-12-08T10:12:31.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:31 smithi002 conmon[82053]: 12-08T10:12:30.224443+0000 mon.smithi002 (mon.0) 562 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:12:31.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:31 smithi002 conmon[82053]: 2023-12-08T10:12:31.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:31 smithi002 conmon[82053]: audit 2023-12-08T10 2023-12-08T10:12:31.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:31 smithi002 conmon[82053]: :12:30.228519+0000 mon.smithi002 (mon.0) 563 : 2023-12-08T10:12:31.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:31 smithi002 conmon[82053]: audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:31.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:31 smithi002 conmon[82053]: audit 2023-12-08T10:12:31.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:31 smithi002 conmon[82053]: 2023-12-08T10:12:30.232176 2023-12-08T10:12:31.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:31 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 564 2023-12-08T10:12:31.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:31 smithi002 conmon[82053]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:12:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:31 smithi204 conmon[86088]: audit 2023-12-08T10:12:30.222803+0000 mon.smithi002 (mon.0) 560 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:31 smithi204 conmon[86088]: audit 2023-12-08T10:12:30 2023-12-08T10:12:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:31 smithi204 conmon[86088]: .223737+0000 mon.smithi002 (mon.0) 561 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:12:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:31 smithi204 conmon[86088]: audit 2023-12-08T10:12:30.224443+0000 mon.smithi002 (mon.0) 562 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:12:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:31 smithi204 conmon[86088]: audit 2023-12-08T10:12:30.228519+0000 mon.smithi002 (mon 2023-12-08T10:12:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:31 smithi204 conmon[86088]: .0) 563 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:12:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:31 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:12:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:31 smithi204 conmon[86088]: 12-08T10:12:30.232176+0000 mon.smithi002 2023-12-08T10:12:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:31 smithi204 conmon[86088]: (mon.0) 564 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:12:31.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:31 smithi204 conmon[86088]: 2023-12-08T10:12:32.297 INFO:teuthology.orchestra.run.smithi002.stdout:146028888074 2023-12-08T10:12:32.297 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-08T10:12:32.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:32 smithi002 conmon[82053]: cluster 2023-12-08T10:12:31.109865+0000 mgr.smithi002.utaniu (mgr.14184) 110 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:32.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:32 smithi204 conmon[86088]: cluster 2023-12-08T10:12:31.109865+0000 mgr.smithi002.utaniu (mgr.14184) 110 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:32.894 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:34.238 INFO:teuthology.orchestra.run.smithi002.stdout:68719476752 2023-12-08T10:12:34.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:34 smithi204 conmon[86088]: cluster 2023-12-08T10:12:33.110387+0000 mgr.smithi002.utaniu (mgr.14184) 111 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:34.640 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:34 smithi002 conmon[82053]: cluster 2023-12-08T10:12:33.110387+0000 mgr.smithi002.utaniu (mgr.14184) 111 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:34.714 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476748 got 68719476752 for osd.0 2023-12-08T10:12:34.714 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-08T10:12:35.313 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:35.512 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:35 smithi002 conmon[82053]: audit 2023-12-08T10:12:34.237628+0000 2023-12-08T10:12:35.512 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:35 smithi002 conmon[82053]: mon.smithi002 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.2:0/3924410850' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T10:12:35.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:35 smithi204 conmon[86088]: audit 2023-12-08T10:12:34.237628+0000 mon.smithi002 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.2:0/3924410850' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T10:12:36.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:36 smithi204 conmon[86088]: cluster 2023-12-08T10:12:35.110867+0000 mgr.smithi002.utaniu (mgr.14184) 112 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:36.680 INFO:teuthology.orchestra.run.smithi002.stdout:77309411343 2023-12-08T10:12:36.709 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:36 smithi002 conmon[82053]: cluster 2023-12-08T10:12:35.110867+0000 mgr.smithi002.utaniu (mgr.14184) 112 2023-12-08T10:12:36.709 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:36 smithi002 conmon[82053]: : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:37.119 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411339 got 77309411343 for osd.1 2023-12-08T10:12:37.120 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-08T10:12:37.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:37 smithi002 conmon[82053]: audit 2023-12-08T10:12:36.678675+0000 mon.smithi002 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.2:0/966030418' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T10:12:37.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:37 smithi204 conmon[86088]: audit 2023-12-08T10:12:36.678675+0000 mon.smithi002 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.2:0/966030418' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T10:12:37.715 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:38.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:38 smithi204 conmon[86088]: cluster 2023-12-08T10:12:37.111224+0000 mgr.smithi002.utaniu (mgr.14184) 113 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:38.673 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:38 smithi002 conmon[82053]: cluster 2023-12-08T10:12:37.111224+0000 2023-12-08T10:12:38.673 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:38 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 113 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:39.068 INFO:teuthology.orchestra.run.smithi002.stdout:90194313229 2023-12-08T10:12:39.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:39 smithi002 conmon[82053]: audit 2023-12-08T10:12:39.066819+0000 2023-12-08T10:12:39.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:39 smithi002 conmon[82053]: mon.smithi002 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.2:0/1567198693' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T10:12:39.523 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313226 got 90194313229 for osd.2 2023-12-08T10:12:39.523 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-08T10:12:39.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:39 smithi204 conmon[86088]: audit 2023-12-08T10:12:39.066819+0000 mon.smithi002 (mon.0) 567 : audit 2023-12-08T10:12:39.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:39 smithi204 conmon[86088]: [DBG] from='client.? 172.21.15.2:0/1567198693' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T10:12:40.118 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:40.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:40 smithi002 conmon[82053]: cluster 2023-12-08T10:12:39.111553+0000 mgr.smithi002.utaniu (mgr.14184) 114 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:40.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:40 smithi204 conmon[86088]: cluster 2023-12-08T10:12:39.111553+0000 mgr.smithi002.utaniu (mgr.14184) 114 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:41.535 INFO:teuthology.orchestra.run.smithi002.stdout:103079215119 2023-12-08T10:12:42.027 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215115 got 103079215119 for osd.3 2023-12-08T10:12:42.028 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-08T10:12:42.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:42 smithi204 conmon[86088]: cluster 2023-12-08T10:12:41.112084+0000 mgr.smithi002.utaniu (mgr.14184) 115 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:42.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:42 smithi204 conmon[86088]: audit 2023-12-08T10:12:41.534170+0000 mon.smithi002 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.2:0/2496527554' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T10:12:42.621 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:42 smithi002 conmon[82053]: cluster 2023-12-08T10:12:41.112084+0000 mgr.smithi002.utaniu (mgr.14184) 115 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:42 smithi002 conmon[82053]: audit 2023-12-08T10:12:41.534170+0000 mon.smithi002 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.2:0/2496527554' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T10:12:43.969 INFO:teuthology.orchestra.run.smithi002.stdout:107374182415 2023-12-08T10:12:44.428 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182411 got 107374182415 for osd.4 2023-12-08T10:12:44.428 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-08T10:12:44.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:44 smithi204 conmon[86088]: cluster 2023-12-08T10:12:43.112363+0000 mgr.smithi002.utaniu (mgr.14184) 116 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:44.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:44 smithi204 conmon[86088]: audit 2023-12-08T10:12:43.967716+0000 mon.smithi002 2023-12-08T10:12:44.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:44 smithi204 conmon[86088]: (mon.0) 569 : audit [DBG] from='client.? 172.21.15.2:0/1699733295' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T10:12:44.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:44 smithi002 conmon[82053]: cluster 2023-12-08T10:12:43.112363 2023-12-08T10:12:44.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:44 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 116 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:44.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:44 smithi002 conmon[82053]: audit 2023-12-08T10:12:43.967716+0000 mon.smithi002 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.2:0/1699733295' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T10:12:45.022 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:46.405 INFO:teuthology.orchestra.run.smithi002.stdout:128849018895 2023-12-08T10:12:46.427 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:46 smithi002 conmon[82053]: cluster 2023-12-08T10:12:45.112887+0000 mgr.smithi002.utaniu (mgr.14184) 117 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:46.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:46 smithi204 conmon[86088]: cluster 2023-12-08T10:12:45.112887+0000 mgr.smithi002.utaniu (mgr.14184) 117 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:46.829 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018892 got 128849018895 for osd.5 2023-12-08T10:12:46.829 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-08T10:12:47.426 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:47.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:47 smithi204 conmon[86088]: audit 2023-12-08T10:12:46.404400+0000 mon.smithi002 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.2:0/2340686868' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T10:12:47.601 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:47 smithi002 conmon[82053]: audit 2023-12-08T10:12:46.404400+0000 mon.smithi002 (mon 2023-12-08T10:12:47.602 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:47 smithi002 conmon[82053]: .0) 570 : audit [DBG] from='client.? 172.21.15.2:0/2340686868' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T10:12:48.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:48 smithi204 conmon[86088]: cluster 2023-12-08T10:12:47.113434+0000 mgr.smithi002.utaniu (mgr.14184) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:48.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:48 smithi002 conmon[82053]: cluster 2023-12-08T10:12:47.113434+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:12:48.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:48 smithi002 conmon[82053]: .14184) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:48.751 INFO:teuthology.orchestra.run.smithi002.stdout:128849018895 2023-12-08T10:12:49.135 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018891 got 128849018895 for osd.6 2023-12-08T10:12:49.135 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-08T10:12:49.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:49 smithi002 conmon[82053]: audit 2023-12-08T10:12:48.750094+0000 mon.smithi002 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.2:0/1265339771' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T10:12:49.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:49 smithi204 conmon[86088]: audit 2023-12-08T10:12:48.750094+0000 mon.smithi002 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.2:0/1265339771' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T10:12:49.735 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:50.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:50 smithi204 conmon[86088]: cluster 2023-12-08T10:12:49.113774+0000 mgr.smithi002.utaniu (mgr.14184) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:50.705 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:50 smithi002 conmon[82053]: cluster 2023-12-08T10:12:49.113774+0000 2023-12-08T10:12:50.706 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:50 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:51.069 INFO:teuthology.orchestra.run.smithi002.stdout:146028888077 2023-12-08T10:12:51.544 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:51 smithi002 conmon[82053]: audit 2023-12-08T10:12:51.067850+0000 mon.smithi002 2023-12-08T10:12:51.544 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:51 smithi002 conmon[82053]: (mon.0) 572 : audit [DBG] from='client.? 172.21.15.2:0/546981308' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T10:12:51.545 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888074 got 146028888077 for osd.7 2023-12-08T10:12:51.546 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-08T10:12:51.546 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T10:12:51.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:51 smithi204 conmon[86088]: audit 2023-12-08T10:12:51.067850+0000 mon.smithi002 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.2:0/546981308' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T10:12:51.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:51 smithi204 conmon[86088]: 2023-12-08T10:12:52.141 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:52.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:52 smithi204 conmon[86088]: cluster 2023-12-08T10:12:51.114184+0000 mgr.smithi002.utaniu (mgr.14184) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:52.635 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:52 smithi002 conmon[82053]: cluster 2023-12-08T10:12:51.114184 2023-12-08T10:12:52.635 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:52 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:53.366 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:12:53.369 INFO:teuthology.orchestra.run.smithi002.stderr:dumped all 2023-12-08T10:12:53.762 INFO:teuthology.orchestra.run.smithi002.stdout:{"pg_ready":true,"pg_map":{"version":103,"stamp":"2023-12-08T10:12:53.114332+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":2379544,"kb_used_data":2776,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548904,"statfs":{"total":767926730752,"available":765490077696,"internally_reserved":0,"allocated":2842624,"data_stored":1103196,"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":36,"state":"active+clean","last_fresh":"2023-12-08T10:11:53.356295+0000","last_change":"2023-12-08T10:11:53.356295+0000","last_active":"2023-12-08T10:11:53.356295+0000","last_peered":"2023-12-08T10:11:53.356295+0000","last_clean":"2023-12-08T10:11:53.356295+0000","last_became_active":"2023-12-08T10:11:53.355945+0000","last_became_peered":"2023-12-08T10:11:53.355945+0000","last_unstale":"2023-12-08T10:11:53.356295+0000","last_undegraded":"2023-12-08T10:11:53.356295+0000","last_fullsized":"2023-12-08T10:11:53.356295+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T10:11:37.789171+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T10:11:37.789171+0000","last_clean_scrub_stamp":"2023-12-08T10:11:37.789171+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888078,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137710,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.495}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65500000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36499999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54300000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72099999999999997}]}]},{"osd":6,"up_from":30,"seq":128849018896,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":138025,"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":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.312},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.46500000000000002}]},{"osd":1,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.33000000000000002}]},{"osd":2,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.50800000000000001}]},{"osd":3,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.52200000000000002}]},{"osd":4,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.48799999999999999}]},{"osd":5,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.016,"5min":1.016,"15min":1.016},"last":0.54400000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56200000000000006}]}]},{"osd":1,"up_from":18,"seq":77309411346,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":138025,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:12:34 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.022,"5min":1.022,"15min":1.022},"last":0.40699999999999997}]},{"osd":2,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.372}]},{"osd":3,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.36199999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.56699999999999995}]},{"osd":5,"last update":"Fri Dec 8 10:12:47 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.44600000000000001}]},{"osd":6,"last update":"Fri Dec 8 10:12:47 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.54100000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.437}]}]},{"osd":0,"up_from":16,"seq":68719476756,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":138025,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Dec 8 10:12:33 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.503},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.625}]},{"osd":2,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.34599999999999997}]},{"osd":3,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.65600000000000003}]},{"osd":4,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.379}]},{"osd":5,"last update":"Fri Dec 8 10:12:49 2023","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.68899999999999995}]},{"osd":6,"last update":"Fri Dec 8 10:12:49 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.45900000000000002}]},{"osd":7,"last update":"Fri Dec 8 10:12:51 2023","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.60199999999999998}]}]},{"osd":2,"up_from":21,"seq":90194313233,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":138025,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.44400000000000001}]},{"osd":1,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.502}]},{"osd":3,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.58299999999999996}]},{"osd":4,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.77000000000000002}]},{"osd":5,"last update":"Fri Dec 8 10:12:49 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.55300000000000005}]},{"osd":6,"last update":"Fri Dec 8 10:12:49 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.73599999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63500000000000001}]}]},{"osd":3,"up_from":24,"seq":103079215121,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137336,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":1.1100000000000001},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":1.103}]},{"osd":1,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.26700000000000002}]},{"osd":2,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.68500000000000005}]},{"osd":4,"last update":"Fri Dec 8 10:12:43 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":1.0700000000000001},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.95099999999999996}]},{"osd":5,"last update":"Fri Dec 8 10:12:49 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.38700000000000001}]},{"osd":6,"last update":"Fri Dec 8 10:12:49 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"last":1.0589999999999999},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.1220000000000001,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":1.1220000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40400000000000003}]}]},{"osd":4,"up_from":25,"seq":107374182417,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":138025,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.51400000000000001}]},{"osd":1,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.71299999999999997}]},{"osd":2,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.39600000000000002}]},{"osd":3,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.622}]},{"osd":5,"last update":"Fri Dec 8 10:12:47 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.65200000000000002}]},{"osd":6,"last update":"Fri Dec 8 10:12:47 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.57099999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68899999999999995}]}]},{"osd":5,"up_from":30,"seq":128849018897,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":138025,"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":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.755},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.63200000000000001}]},{"osd":1,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.42599999999999999}]},{"osd":2,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.82899999999999996},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.59099999999999997}]},{"osd":3,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.48899999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.72699999999999998}]},{"osd":6,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.79700000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55100000000000005}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-08T10:12:53.763 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T10:12:54.359 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:54.560 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:54 smithi002 conmon[82053]: cluster 2023-12-08T10:12:53.114485+0000 mgr.smithi002.utaniu (mgr.14184) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:54.560 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:54 smithi002 conmon[82053]: audit 2023-12-08T10:12:53.362936+0000 mgr.smithi002.utaniu (mgr.14184) 122 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:12:54.568 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:54 smithi204 conmon[86088]: cluster 2023-12-08T10:12:53.114485+0000 mgr.smithi002.utaniu (mgr.14184) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:54.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:54 smithi204 conmon[86088]: audit 2023-12-08T10:12:53.362936+0000 2023-12-08T10:12:54.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:54 smithi204 conmon[86088]: mgr.smithi002.utaniu (mgr.14184) 122 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:12:55.731 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:12:55.732 INFO:teuthology.orchestra.run.smithi002.stderr:dumped all 2023-12-08T10:12:56.166 INFO:teuthology.orchestra.run.smithi002.stdout:{"pg_ready":true,"pg_map":{"version":104,"stamp":"2023-12-08T10:12:55.114660+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":2379544,"kb_used_data":2776,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548904,"statfs":{"total":767926730752,"available":765490077696,"internally_reserved":0,"allocated":2842624,"data_stored":1103196,"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":36,"state":"active+clean","last_fresh":"2023-12-08T10:11:53.356295+0000","last_change":"2023-12-08T10:11:53.356295+0000","last_active":"2023-12-08T10:11:53.356295+0000","last_peered":"2023-12-08T10:11:53.356295+0000","last_clean":"2023-12-08T10:11:53.356295+0000","last_became_active":"2023-12-08T10:11:53.355945+0000","last_became_peered":"2023-12-08T10:11:53.355945+0000","last_unstale":"2023-12-08T10:11:53.356295+0000","last_undegraded":"2023-12-08T10:11:53.356295+0000","last_fullsized":"2023-12-08T10:11:53.356295+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T10:11:37.789171+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T10:11:37.789171+0000","last_clean_scrub_stamp":"2023-12-08T10:11:37.789171+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888078,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137710,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.495}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65500000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36499999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54300000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72099999999999997}]}]},{"osd":6,"up_from":30,"seq":128849018896,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":138025,"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":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.312},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.46500000000000002}]},{"osd":1,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.33000000000000002}]},{"osd":2,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.50800000000000001}]},{"osd":3,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.52200000000000002}]},{"osd":4,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.48799999999999999}]},{"osd":5,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.016,"5min":1.016,"15min":1.016},"last":0.54400000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56200000000000006}]}]},{"osd":1,"up_from":18,"seq":77309411347,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":138025,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:12:34 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.022,"5min":1.022,"15min":1.022},"last":0.46999999999999997}]},{"osd":2,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.43099999999999999}]},{"osd":3,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.29699999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.52900000000000003}]},{"osd":5,"last update":"Fri Dec 8 10:12:47 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.379},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.312}]},{"osd":6,"last update":"Fri Dec 8 10:12:47 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.499}]},{"osd":7,"last update":"Fri Dec 8 10:12:53 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.40500000000000003}]}]},{"osd":0,"up_from":16,"seq":68719476756,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":138025,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Dec 8 10:12:33 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.503},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.625}]},{"osd":2,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.34599999999999997}]},{"osd":3,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.65600000000000003}]},{"osd":4,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.379}]},{"osd":5,"last update":"Fri Dec 8 10:12:49 2023","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.68899999999999995}]},{"osd":6,"last update":"Fri Dec 8 10:12:49 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.45900000000000002}]},{"osd":7,"last update":"Fri Dec 8 10:12:51 2023","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.60199999999999998}]}]},{"osd":2,"up_from":21,"seq":90194313233,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":138025,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.44400000000000001}]},{"osd":1,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.502}]},{"osd":3,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.58299999999999996}]},{"osd":4,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.77000000000000002}]},{"osd":5,"last update":"Fri Dec 8 10:12:49 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.55300000000000005}]},{"osd":6,"last update":"Fri Dec 8 10:12:49 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.73599999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63500000000000001}]}]},{"osd":3,"up_from":24,"seq":103079215122,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137336,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.41999999999999998}]},{"osd":1,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.24299999999999999},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.28299999999999997}]},{"osd":2,"last update":"Fri Dec 8 10:12:40 2023","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.41099999999999998}]},{"osd":4,"last update":"Fri Dec 8 10:12:43 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.49299999999999999}]},{"osd":5,"last update":"Fri Dec 8 10:12:49 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.27400000000000002}]},{"osd":6,"last update":"Fri Dec 8 10:12:49 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"last":0.434},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.1220000000000001,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":0.51300000000000001}]},{"osd":7,"last update":"Fri Dec 8 10:12:53 2023","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.316},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.34399999999999997}]}]},{"osd":4,"up_from":25,"seq":107374182417,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":138025,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.51400000000000001}]},{"osd":1,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.71299999999999997}]},{"osd":2,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.39600000000000002}]},{"osd":3,"last update":"Fri Dec 8 10:12:42 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.622}]},{"osd":5,"last update":"Fri Dec 8 10:12:47 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.65200000000000002}]},{"osd":6,"last update":"Fri Dec 8 10:12:47 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.57099999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68899999999999995}]}]},{"osd":5,"up_from":30,"seq":128849018897,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297444,"kb_used_data":348,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443612,"statfs":{"total":95990841344,"available":95686258688,"internally_reserved":0,"allocated":356352,"data_stored":138025,"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":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.755},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.63200000000000001}]},{"osd":1,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.42599999999999999}]},{"osd":2,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.82899999999999996},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.59099999999999997}]},{"osd":3,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.48899999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.72699999999999998}]},{"osd":6,"last update":"Fri Dec 8 10:12:48 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.79700000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55100000000000005}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-08T10:12:56.167 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-08T10:12:56.167 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-08T10:12:56.168 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-08T10:12:56.168 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T10:12:56.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:56 smithi002 conmon[82053]: cluster 2023-12-08T10:12:55.114818+0000 mgr.smithi002.utaniu (mgr.14184) 123 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:56.568 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:56 smithi204 conmon[86088]: cluster 2023-12-08T10:12:55.114818+0000 mgr.smithi002.utaniu (mgr.14184) 123 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:56.762 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/mon.smithi002/config 2023-12-08T10:12:57.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:57 smithi204 conmon[86088]: audit 2023-12-08T10:12:55.726966+0000 mgr.smithi002.utaniu (mgr.14184) 124 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:12:57.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:57 smithi002 conmon[82053]: audit 2023-12-08T10:12:55.726966+0000 mgr.smithi002.utaniu (mgr.14184) 124 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:12:58.145 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:12:58.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:58 smithi002 conmon[82053]: cluster 2023-12-08T10:12:57. 2023-12-08T10:12:58.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:58 smithi002 conmon[82053]: 115122+0000 mgr.smithi002.utaniu (mgr.14184) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:58.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:12:58 smithi002 conmon[82053]: audit 2023-12-08T10:12:58.144646+0000 mon.smithi002 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.2:0/1833387423' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T10:12:58.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:58 smithi204 conmon[86088]: cluster 2023-12-08T10:12:57.115122+0000 mgr.smithi002.utaniu (mgr.14184) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:12:58.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:12:58 smithi204 conmon[86088]: audit 2023-12-08T10:12:58.144646+0000 mon.smithi002 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.2:0/1833387423' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T10:12:58.583 INFO:teuthology.orchestra.run.smithi002.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-08T10:12:58.583 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-08T10:12:58.583 INFO:tasks.cephadm:Setup complete, yielding 2023-12-08T10:12:58.584 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:12:58.593 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi002.front.sepia.ceph.com 2023-12-08T10:12:58.594 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- bash -c 'ceph orch status' 2023-12-08T10:13:00.264 INFO:teuthology.orchestra.run.smithi002.stdout:Backend: cephadm 2023-12-08T10:13:00.265 INFO:teuthology.orchestra.run.smithi002.stdout:Available: Yes 2023-12-08T10:13:00.265 INFO:teuthology.orchestra.run.smithi002.stdout:Paused: No 2023-12-08T10:13:00.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:00 smithi204 conmon[86088]: cluster 2023-12-08T10:12:59.115416+0000 mgr.smithi002.utaniu (mgr.14184) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:00.659 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:00 smithi002 conmon[82053]: cluster 2023-12-08T10:12:59.115416+0000 mgr.smithi002.utaniu (mgr.14184) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:00.729 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-08T10:13:01.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:01 smithi204 conmon[86088]: audit 2023-12-08T10:13:00.263503+0000 mgr.smithi002.utaniu (mgr.14184) 127 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:01.608 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:01 smithi002 conmon[82053]: audit 2023-12-08T10:13:00.263503+0000 mgr.smithi002.utaniu 2023-12-08T10:13:01.608 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:01 smithi002 conmon[82053]: (mgr.14184) 127 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:02.424 INFO:teuthology.orchestra.run.smithi002.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-08T10:13:02.424 INFO:teuthology.orchestra.run.smithi002.stdout:alertmanager.smithi002 smithi002 *:9093,9094 running (67s) 32s ago 3m 15.1M - 0.23.0 ba2b418f427c 279cf2c5a5bd 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:crash.smithi002 smithi002 running (3m) 32s ago 3m 7302k - 16.2.14-365-g451ceae1 03b62e1f94c4 ae6e85998b17 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:crash.smithi204 smithi204 running (2m) 34s ago 2m 7448k - 16.2.14-365-g451ceae1 03b62e1f94c4 087243551ce5 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:grafana.smithi002 smithi002 *:3000 running (61s) 32s ago 2m 48.0M - 8.3.5 dad864ee21e9 72fcbe3654e2 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:mgr.smithi002.utaniu smithi002 *:9283 running (4m) 32s ago 4m 445M - 16.2.14-365-g451ceae1 03b62e1f94c4 023ecd603965 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:mgr.smithi204.ocpqrt smithi204 *:8443,9283 running (2m) 34s ago 2m 395M - 16.2.14-365-g451ceae1 03b62e1f94c4 91184d76c70b 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:mon.smithi002 smithi002 running (4m) 32s ago 4m 77.2M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 835fc3bcb2ae 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:mon.smithi204 smithi204 running (2m) 34s ago 2m 71.7M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 923fb4afc4ac 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:node-exporter.smithi002 smithi002 *:9100 running (2m) 32s ago 2m 23.2M - 1.3.1 1dbe0e931976 50079e0469d7 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:node-exporter.smithi204 smithi204 *:9100 running (2m) 34s ago 2m 21.0M - 1.3.1 1dbe0e931976 c9808f389253 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:osd.0 smithi204 running (96s) 34s ago 96s 34.8M 3748M 16.2.14-365-g451ceae1 03b62e1f94c4 21180b5968d7 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:osd.1 smithi002 running (94s) 32s ago 94s 34.3M 3493M 16.2.14-365-g451ceae1 03b62e1f94c4 98eda1253796 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:osd.2 smithi204 running (92s) 34s ago 91s 34.6M 3748M 16.2.14-365-g451ceae1 03b62e1f94c4 b842727019f2 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:osd.3 smithi002 running (89s) 32s ago 88s 35.0M 3493M 16.2.14-365-g451ceae1 03b62e1f94c4 ef8e8517ca6c 2023-12-08T10:13:02.425 INFO:teuthology.orchestra.run.smithi002.stdout:osd.4 smithi204 running (87s) 34s ago 87s 32.3M 3748M 16.2.14-365-g451ceae1 03b62e1f94c4 d5256ed5cdf9 2023-12-08T10:13:02.426 INFO:teuthology.orchestra.run.smithi002.stdout:osd.5 smithi002 running (83s) 32s ago 82s 33.5M 3493M 16.2.14-365-g451ceae1 03b62e1f94c4 9ee73a041128 2023-12-08T10:13:02.426 INFO:teuthology.orchestra.run.smithi002.stdout:osd.6 smithi204 running (83s) 34s ago 82s 30.5M 3748M 16.2.14-365-g451ceae1 03b62e1f94c4 fc52b6f4a200 2023-12-08T10:13:02.426 INFO:teuthology.orchestra.run.smithi002.stdout:osd.7 smithi002 running (77s) 32s ago 77s 37.0M 3493M 16.2.14-365-g451ceae1 03b62e1f94c4 20bf234ee26c 2023-12-08T10:13:02.426 INFO:teuthology.orchestra.run.smithi002.stdout:prometheus.smithi204 smithi204 *:9095 running (2m) 34s ago 2m 48.7M - 2.33.4 514e6a882f6e bc5cb170f31c 2023-12-08T10:13:02.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:02 smithi204 conmon[86088]: cluster 2023-12-08T10:13:01.115861+0000 mgr.smithi002.utaniu (mgr.14184) 128 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:02.616 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:02 smithi002 conmon[82053]: cluster 2023-12-08T10:13:01.115861+0000 mgr.smithi002.utaniu (mgr.14184) 128 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:02.876 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-08T10:13:03.556 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:03 smithi002 conmon[82053]: audit 2023-12-08T10:13:02.414991+0000 mgr.smithi002.utaniu 2023-12-08T10:13:03.557 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:03 smithi002 conmon[82053]: (mgr.14184) 129 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:03.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:03 smithi204 conmon[86088]: audit 2023-12-08T10:13:02.414991+0000 mgr.smithi002.utaniu (mgr.14184) 129 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:03.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:03 smithi204 conmon[86088]: 2023-12-08T10:13:04.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:04 smithi002 conmon[82053]: cluster 2023-12-08T10:13:03.116218+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:13:04.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:04 smithi002 conmon[82053]: .14184) 130 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:04.546 INFO:teuthology.orchestra.run.smithi002.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-08T10:13:04.546 INFO:teuthology.orchestra.run.smithi002.stdout:alertmanager ?:9093,9094 1/1 34s ago 3m count:1 2023-12-08T10:13:04.546 INFO:teuthology.orchestra.run.smithi002.stdout:crash 2/2 36s ago 3m * 2023-12-08T10:13:04.546 INFO:teuthology.orchestra.run.smithi002.stdout:grafana ?:3000 1/1 34s ago 3m count:1 2023-12-08T10:13:04.546 INFO:teuthology.orchestra.run.smithi002.stdout:mgr 2/2 36s ago 3m count:2 2023-12-08T10:13:04.546 INFO:teuthology.orchestra.run.smithi002.stdout:mon 2/2 36s ago 2m smithi002:172.21.15.2=smithi002;smithi204:172.21.15.204=smithi204;count:2 2023-12-08T10:13:04.546 INFO:teuthology.orchestra.run.smithi002.stdout:node-exporter ?:9100 2/2 36s ago 3m * 2023-12-08T10:13:04.547 INFO:teuthology.orchestra.run.smithi002.stdout:osd.all-available-devices 8 36s ago 2m * 2023-12-08T10:13:04.547 INFO:teuthology.orchestra.run.smithi002.stdout:prometheus ?:9095 1/1 36s ago 3m count:1 2023-12-08T10:13:04.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:04 smithi204 conmon[86088]: cluster 2023-12-08T10:13:03.116218+0000 mgr.smithi002.utaniu (mgr.14184) 130 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:04.907 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-08T10:13:05.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:05 smithi204 conmon[86088]: audit 2023-12-08T10:13:04.541204+0000 mgr.smithi002.utaniu (mgr.14184) 131 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:05.619 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:05 smithi002 conmon[82053]: audit 2023-12-08T10:13:04.541204+0000 mgr.smithi002.utaniu (mgr.14184) 131 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:06.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:06 smithi002 conmon[82053]: cluster 2023-12-08T10 2023-12-08T10:13:06.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:06 smithi002 conmon[82053]: :13:05.116506+0000 mgr.smithi002.utaniu (mgr.14184) 132 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:06.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:06 smithi204 conmon[86088]: cluster 2023-12-08T10:13:05.116506+0000 mgr.smithi002.utaniu (mgr.14184) 132 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:06.585 INFO:teuthology.orchestra.run.smithi002.stdout:HOST ADDR LABELS STATUS 2023-12-08T10:13:06.586 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 172.21.15.2 2023-12-08T10:13:06.586 INFO:teuthology.orchestra.run.smithi002.stdout:smithi204 172.21.15.204 2023-12-08T10:13:06.586 INFO:teuthology.orchestra.run.smithi002.stdout:2 hosts in cluster 2023-12-08T10:13:07.051 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-08T10:13:08.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:08 smithi002 conmon[82053]: audit 2023-12-08T10:13:06.584339+0000 mgr.smithi002.utaniu (mgr.14184) 133 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:08.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:08 smithi002 conmon[82053]: cluster 2023-12-08T10:13:07.116971+0000 mgr.smithi002.utaniu (mgr.14184) 134 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:08.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:08 smithi204 conmon[86088]: audit 2023-12-08T10:13:06.584339+0000 mgr.smithi002.utaniu (mgr.14184) 133 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:08.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:08 smithi204 conmon[86088]: cluster 2023-12-08T10:13:08.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:08 smithi204 conmon[86088]: 2023-12-08T10:13:07.116971+0000 mgr.smithi002.utaniu (mgr.14184) 134 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:08.624 INFO:teuthology.orchestra.run.smithi002.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T10:13:08.624 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300EV480DGN 447G 54s ago LVM detected, locked 2023-12-08T10:13:08.624 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme1n1 ssd Linux_86067ecd1be7092bd467 89.4G 54s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:08.624 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme2n1 ssd Linux_ab40afeef7cddd3574db 89.4G 54s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:08.624 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme3n1 ssd Linux_9de521dc1c001d946f4e 89.4G 54s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:08.624 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme4n1 ssd Linux_2eec0564d1e2b8432967 89.4G 54s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:08.624 INFO:teuthology.orchestra.run.smithi002.stdout:smithi204 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GD400BGN 372G 57s ago LVM detected, locked 2023-12-08T10:13:08.624 INFO:teuthology.orchestra.run.smithi002.stdout:smithi204 /dev/nvme1n1 ssd Linux_6f271b82ef52fb2dcdc6 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:08.624 INFO:teuthology.orchestra.run.smithi002.stdout:smithi204 /dev/nvme2n1 ssd Linux_9e49d8b4fb0d8352a7f0 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:08.625 INFO:teuthology.orchestra.run.smithi002.stdout:smithi204 /dev/nvme3n1 ssd Linux_e4deb18fd8b56f068887 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:08.625 INFO:teuthology.orchestra.run.smithi002.stdout:smithi204 /dev/nvme4n1 ssd Linux_01a5b87eb44fd70680ee 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:09.084 INFO:teuthology.run_tasks:Running task vip... 2023-12-08T10:13:09.099 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-08T10:13:09.099 INFO:tasks.vip:peername 172.21.15.2 2023-12-08T10:13:09.103 INFO:tasks.vip:172.21.15.2 in 172.21.0.0/20, pos 3841 2023-12-08T10:13:09.107 INFO:tasks.vip:smithi002.front.sepia.ceph.com static 10.0.15.2, vnet 10.0.0.0/16 2023-12-08T10:13:09.107 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-08T10:13:09.108 DEBUG:teuthology.orchestra.run.smithi002:> sudo ip route ls 2023-12-08T10:13:09.137 INFO:teuthology.orchestra.run.smithi002.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-12-08T10:13:09.137 INFO:teuthology.orchestra.run.smithi002.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.2 metric 100 2023-12-08T10:13:09.138 INFO:tasks.vip:Configuring 10.0.15.2 on smithi002.front.sepia.ceph.com iface ens1f0... 2023-12-08T10:13:09.138 DEBUG:teuthology.orchestra.run.smithi002:> sudo ip addr add 10.0.15.2/16 dev ens1f0 2023-12-08T10:13:09.204 INFO:tasks.vip:peername 172.21.15.204 2023-12-08T10:13:09.207 INFO:tasks.vip:172.21.15.204 in 172.21.0.0/20, pos 4043 2023-12-08T10:13:09.213 INFO:tasks.vip:smithi204.front.sepia.ceph.com static 10.0.15.204, vnet 10.0.0.0/16 2023-12-08T10:13:09.214 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip route ls 2023-12-08T10:13:09.250 INFO:teuthology.orchestra.run.smithi204.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-08T10:13:09.250 INFO:teuthology.orchestra.run.smithi204.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.204 metric 100 2023-12-08T10:13:09.251 INFO:tasks.vip:Configuring 10.0.15.204 on smithi204.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T10:13:09.251 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip addr add 10.0.15.204/16 dev enp3s0f1 2023-12-08T10:13:09.319 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:13:09.328 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi002.front.sepia.ceph.com 2023-12-08T10:13:09.328 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-08T10:13:10.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:10 smithi002 conmon[82053]: audit 2023-12-08T10:13:08.621021+0000 mgr.smithi002.utaniu (mgr.14184) 135 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:10.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:10 smithi002 conmon[82053]: cluster 2023-12-08T10:13:09.117257+0000 mgr.smithi002.utaniu (mgr.14184) 136 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:10.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:10 smithi204 conmon[86088]: audit 2023-12-08T10:13:08.621021+0000 mgr.smithi002.utaniu (mgr.14184) 135 : 2023-12-08T10:13:10.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:10 smithi204 conmon[86088]: audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:10.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:10 smithi204 conmon[86088]: cluster 2023-12-08T10:13:09.117257+0000 mgr.smithi002.utaniu (mgr.14184) 136 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:11.030 INFO:teuthology.orchestra.run.smithi002.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T10:13:11.030 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300EV480DGN 447G 57s ago LVM detected, locked 2023-12-08T10:13:11.031 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme1n1 ssd Linux_86067ecd1be7092bd467 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:11.031 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme2n1 ssd Linux_ab40afeef7cddd3574db 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:11.031 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme3n1 ssd Linux_9de521dc1c001d946f4e 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:11.031 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme4n1 ssd Linux_2eec0564d1e2b8432967 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:11.031 INFO:teuthology.orchestra.run.smithi002.stdout:smithi204 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GD400BGN 372G 59s ago LVM detected, locked 2023-12-08T10:13:11.031 INFO:teuthology.orchestra.run.smithi002.stdout:smithi204 /dev/nvme1n1 ssd Linux_6f271b82ef52fb2dcdc6 89.4G 59s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:11.031 INFO:teuthology.orchestra.run.smithi002.stdout:smithi204 /dev/nvme2n1 ssd Linux_9e49d8b4fb0d8352a7f0 89.4G 59s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:11.031 INFO:teuthology.orchestra.run.smithi002.stdout:smithi204 /dev/nvme3n1 ssd Linux_e4deb18fd8b56f068887 89.4G 59s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:11.031 INFO:teuthology.orchestra.run.smithi002.stdout:smithi204 /dev/nvme4n1 ssd Linux_01a5b87eb44fd70680ee 89.4G 59s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:13:11.463 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-08T10:13:11.473 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi002.front.sepia.ceph.com 2023-12-08T10:13:11.473 DEBUG:teuthology.orchestra.run.smithi002:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-08T10:13:11.502 INFO:teuthology.orchestra.run.smithi002.stderr:+ systemctl stop nfs-server 2023-12-08T10:13:11.510 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi204.front.sepia.ceph.com 2023-12-08T10:13:11.511 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-08T10:13:11.532 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:11 smithi204 conmon[86088]: audit 2023-12-08T10:13:11.029486+0000 mon.smithi002 (mon.0) 2023-12-08T10:13:11.532 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:11 smithi204 conmon[86088]: 574 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:13:11.534 INFO:teuthology.orchestra.run.smithi204.stderr:+ systemctl stop nfs-server 2023-12-08T10:13:11.541 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:13:11.550 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi002.front.sepia.ceph.com 2023-12-08T10:13:11.550 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-12-08T10:13:11.574 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:11 smithi002 conmon[82053]: audit 2023-12-08T10:13:11.029486+0000 mon.smithi002 (mon. 2023-12-08T10:13:11.574 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:11 smithi002 conmon[82053]: 0) 574 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:13:12.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:12 smithi002 conmon[82053]: audit 2023-12-08T10:13:11.027136+0000 mgr.smithi002.utaniu (mgr.14184) 137 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:12.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:12 smithi002 conmon[82053]: cluster 2023-12-08T10:13:11.117542+0000 mgr.smithi002.utaniu (mgr.14184) 138 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:12 smithi204 conmon[86088]: audit 2023-12-08T10:13:11.027136+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:13:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:12 smithi204 conmon[86088]: .14184) 137 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:12 smithi204 conmon[86088]: cluster 2023-12-08T10:13:11.117542+0000 mgr.smithi002.utaniu (mgr.14184) 138 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:13.576 INFO:teuthology.orchestra.run.smithi002.stdout:Scheduled rgw.foorgw update... 2023-12-08T10:13:14.110 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.2/16' 2023-12-08T10:13:14.834 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:14 smithi002 conmon[82053]: cluster 2023-12-08T10:13:13.118031+0000 mgr.smithi002.utaniu 2023-12-08T10:13:14.835 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:14 smithi002 conmon[82053]: (mgr.14184) 139 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:14.835 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:14 smithi002 conmon[82053]: audit 2023-12-08T10:13:13.569951+0000 mgr.smithi002.utaniu (mgr.14184) 140 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:14.835 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:14 smithi002 conmon[82053]: cephadm 2023-12-08T10:13:13.571010+0000 mgr.smithi002.utaniu (mgr.14184) 141 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-08T10:13:14.835 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:14 smithi002 conmon[82053]: audit 2023-12-08T10:13:13.574357+0000 mon.smithi002 (mon.0) 575 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:14.835 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:14 smithi002 conmon[82053]: audit 2023-12-08T10:13:14.450315+0000 mon.smithi002 (mon.0) 576 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:14 smithi204 conmon[86088]: cluster 2023-12-08T10:13:13.118031+0000 mgr.smithi002.utaniu (mgr.14184) 139 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:14 smithi204 conmon[86088]: audit 2023-12-08T10:13:13.569951+0000 mgr.smithi002.utaniu (mgr.14184) 140 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:14 smithi204 conmon[86088]: cephadm 2023-12-08T10:13:13.571010+0000 mgr.smithi002.utaniu (mgr.14184) 141 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-08T10:13:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:14 smithi204 conmon[86088]: audit 2023-12-08T10:13:13.574357+0000 mon.smithi002 (mon.0) 575 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:14 smithi204 conmon[86088]: audit 2023-12-08T10:13:14.450315+0000 mon.smithi002 (mon.0) 576 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:16.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:16 smithi002 conmon[82053]: cluster 2023-12-08T10:13:15.118366+0000 mgr.smithi002.utaniu (mgr.14184) 142 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:16.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:16 smithi002 conmon[82053]: audit 2023-12-08T10:13:16.120942+0000 mon.smithi002 (mon.0) 577 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-08T10:13:16.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:16 smithi002 conmon[82053]: audit 2023-12-08T10:13:16.556713+0000 mon.smithi002 (mon.0) 578 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:17.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:16 smithi204 conmon[86088]: cluster 2023-12-08T10:13:15.118366 2023-12-08T10:13:17.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:16 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 142 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:17.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:16 smithi204 conmon[86088]: audit 2023-12-08T10:13:16.120942+0000 mon.smithi002 (mon.0) 577 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-08T10:13:17.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:16 smithi204 conmon[86088]: audit 2023-12-08T10:13:16.556713+0000 mon.smithi002 (mon.0) 578 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:17.620 INFO:teuthology.orchestra.run.smithi002.stdout:NFS Cluster Created Successfully 2023-12-08T10:13:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:17 smithi204 conmon[86088]: audit 2023-12-08T10:13:16.119184+0000 mgr.smithi002.utaniu (mgr.14184) 143 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.2/16", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:17 smithi204 conmon[86088]: audit 2023-12-08T10:13:16.581293+0000 mon.smithi002 (mon.0) 579 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-08T10:13:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:17 smithi204 conmon[86088]: cluster 2023-12-08T10:13:16.581347+0000 mon.smithi002 (mon.0) 580 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-08T10:13:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:17 smithi204 conmon[86088]: audit 2023-12-08T10:13:16.582575+0000 mon.smithi002 (mon.0) 581 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-08T10:13:17.922 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:17 smithi002 conmon[82053]: audit 2023-12-08T10:13:16.119184+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:13:17.922 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:17 smithi002 conmon[82053]: .14184) 143 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.2/16", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:17.922 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:17 smithi002 conmon[82053]: audit 2023-12-08T10:13:16.581293+0000 mon.smithi002 (mon.0) 579 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-08T10:13:17.922 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:17 smithi002 conmon[82053]: cluster 2023-12-08T10:13:16.581347+0000 mon.smithi002 (mon.0) 580 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-08T10:13:17.922 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:17 smithi002 conmon[82053]: audit 2023-12-08T10:13:16.582575+0000 mon.smithi002 (mon.0) 581 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-08T10:13:18.224 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-08T10:13:18.234 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi002.front.sepia.ceph.com 2023-12-08T10:13:18.235 DEBUG:teuthology.orchestra.run.smithi002:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-12-08T10:13:18.266 INFO:teuthology.orchestra.run.smithi002.stderr:+ dnf install -y python3-boto3 2023-12-08T10:13:18.636 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-08T10:13:18.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:18 smithi002 conmon[82053]: cluster 2023-12-08T10:13:17.118684+0000 mgr.smithi002.utaniu (mgr.14184) 144 : cluster [DBG] pgmap v116: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:18.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:18 smithi002 conmon[82053]: audit 2023-12-08T10:13:17.583512+0000 mon.smithi002 (mon.0) 582 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-08T10:13:18.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:18 smithi002 conmon[82053]: cluster 2023-12-08T10:13:17.583698+0000 mon.smithi002 (mon.0) 583 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-08T10:13:18.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:18 smithi002 conmon[82053]: cephadm 2023-12-08T10:13:17.612954+0000 mgr.smithi002.utaniu (mgr.14184) 145 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-08T10:13:18.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:18 smithi002 conmon[82053]: audit 2023-12-08T10:13:17.615946+0000 mon.smithi002 (mon.0) 584 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:18.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:18 smithi002 conmon[82053]: cephadm 2023-12-08T10:13:17.617106+0000 mgr.smithi002.utaniu (mgr.14184) 146 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-08T10:13:18.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:18 smithi002 conmon[82053]: audit 2023-12-08T10:13:17.619426+0000 mon.smithi002 (mon.0) 585 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:18.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:18 smithi002 conmon[82053]: audit 2023-12-08T10:13:17.865243+0000 mon.smithi002 (mon.0) 586 : 2023-12-08T10:13:18.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:18 smithi002 conmon[82053]: audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:19.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:18 smithi204 conmon[86088]: cluster 2023-12-08T10:13:17.118684+0000 mgr.smithi002.utaniu (mgr.14184) 144 : cluster 2023-12-08T10:13:19.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:18 smithi204 conmon[86088]: [DBG] pgmap v116: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:19.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:18 smithi204 conmon[86088]: audit 2023-12-08T10:13:17.583512+0000 mon.smithi002 (mon.0) 582 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-08T10:13:19.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:18 smithi204 conmon[86088]: cluster 2023-12-08T10:13:17.583698+0000 mon.smithi002 (mon.0) 583 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-08T10:13:19.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:18 smithi204 conmon[86088]: cephadm 2023-12-08T10:13:17.612954+0000 mgr.smithi002.utaniu (mgr.14184) 145 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-08T10:13:19.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:18 smithi204 conmon[86088]: audit 2023-12-08T10:13:17.615946+0000 mon.smithi002 (mon.0) 584 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:19.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:18 smithi204 conmon[86088]: cephadm 2023-12-08T10:13:17.617106+0000 mgr.smithi002.utaniu (mgr.14184) 146 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-08T10:13:19.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:18 smithi204 conmon[86088]: audit 2023-12-08T10:13:17.619426+0000 mon.smithi002 (mon.0) 585 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:19.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:18 smithi204 conmon[86088]: audit 2023-12-08T10:13:17.865243+0000 mon.smithi002 (mon.0) 586 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:19.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:19 smithi002 conmon[82053]: cluster 2023-12-08T10:13:18.592823+0000 mon.smithi002 2023-12-08T10:13:19.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:19 smithi002 conmon[82053]: (mon.0) 587 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-08T10:13:19.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:19 smithi002 conmon[82053]: cluster 2023-12-08T10:13:18.627313+0000 mon.smithi002 (mon.0) 588 : cluster [DBG] mgrmap e19: smithi002.utaniu(active, since 3m), standbys: smithi204.ocpqrt 2023-12-08T10:13:19.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:19 smithi002 conmon[82053]: cluster 2023-12-08T10:13:19.118966+0000 mgr.smithi002.utaniu (mgr.14184) 147 : cluster [DBG] pgmap v119: 33 pgs: 2 creating+peering, 6 active+clean, 25 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:19.733 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 101 kB/s | 4.1 kB 00:00 2023-12-08T10:13:19.896 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 151 kB/s | 4.5 kB 00:00 2023-12-08T10:13:20.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:19 smithi204 conmon[86088]: cluster 2023-12-08T10:13:18.592823+0000 mon.smithi002 (mon.0) 587 : cluster [DBG] 2023-12-08T10:13:20.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:19 smithi204 conmon[86088]: osdmap e39: 8 total, 8 up, 8 in 2023-12-08T10:13:20.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:19 smithi204 conmon[86088]: cluster 2023-12-08T10:13:18.627313+0000 mon.smithi002 (mon.0) 588 : cluster [DBG] mgrmap e19: smithi002.utaniu(active, since 3m), standbys: smithi204.ocpqrt 2023-12-08T10:13:20.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:19 smithi204 conmon[86088]: cluster 2023-12-08T10:13:19.118966 2023-12-08T10:13:20.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:19 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 147 : cluster [DBG] pgmap v119: 33 pgs: 2 creating+peering, 6 active+clean, 25 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:21.464 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:21 smithi204 conmon[86088]: audit 2023-12-08T10:13:20.108465+0000 mon.smithi002 (mon.0) 2023-12-08T10:13:21.465 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:21 smithi204 conmon[86088]: 589 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:21.465 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:21 smithi204 conmon[86088]: audit 2023-12-08T10:13:20.519846+0000 mon.smithi002 (mon.0) 590 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:13:21.465 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:21 smithi204 conmon[86088]: audit 2023-12-08T10:13:20.520549+0000 mon.smithi002 (mon.0) 591 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:13:21.465 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:21 smithi204 conmon[86088]: audit 2023-12-08T10:13:20.524738+0000 mon.smithi002 (mon.0) 592 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:21.465 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:21 smithi204 conmon[86088]: audit 2023-12-08T10:13:20.528305+0000 mon.smithi002 (mon.0) 593 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:13:21.465 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:21 smithi204 conmon[86088]: cephadm 2023-12-08T10:13:20.532311+0000 mgr.smithi002.utaniu (mgr.14184) 148 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-08T10:13:21.465 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:21 smithi204 conmon[86088]: audit 2023-12-08T10:13:20.535014+0000 mon.smithi002 (mon.0) 594 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:21.465 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:21 smithi204 conmon[86088]: audit 2023-12-08T10:13:20.535509+0000 mon.smithi002 (mon.0) 595 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi204.cxtaxo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:13:21.465 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:21 smithi204 conmon[86088]: audit 2023-12-08T10:13:20.538532+0000 mon.smithi002 (mon.0) 596 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi204.cxtaxo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:13:21.465 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:21 smithi204 conmon[86088]: audit 2023-12-08T10:13:20.541840+0000 mon.smithi002 (mon.0) 597 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:21.465 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:21 smithi204 conmon[86088]: audit 2023-12-08T10:13:20.542483+0000 mon.smithi002 (mon.0) 598 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:13:21.465 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:21 smithi204 conmon[86088]: cephadm 2023-12-08T10:13:20.543079+0000 mgr.smithi002.utaniu (mgr.14184) 149 : cephadm [INF] Deploying daemon rgw.foorgw.smithi204.cxtaxo on smithi204 2023-12-08T10:13:21.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: audit 2023-12-08T10:13:20.108465+0000 mon.smithi002 ( 2023-12-08T10:13:21.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: mon.0) 589 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: audit 2023-12-08T10:13:20.519846+0000 mon.smithi002 (mon.0) 590 : audit 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: audit 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: 2023-12-08T10:13:20.520549+0000 mon.smithi002 (mon.0 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: ) 591 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: audit 2023-12 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: -08T10:13:20.524738+0000 mon.smithi002 ( 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: mon.0) 592 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: audit 2023 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: -12-08T10:13:20.528305+0000 mon.smithi002 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: (mon.0) 593 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: cephadm 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: 2023-12-08T10: 2023-12-08T10:13:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: 13:20.532311+0000 mgr.smithi002.utaniu (mgr.14184) 148 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: audit 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: 2023-12-08T10:13:20 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: .535014+0000 mon.smithi002 (mon.0) 594 : audit 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: audit 2023-12-08 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: T10:13:20.535509+0000 mon.smithi002 (mon. 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: 0) 595 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi204.cxtaxo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: audit 2023- 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: 12-08T10:13:20.538532+0000 mon.smithi002 ( 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: mon.0) 596 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi204.cxtaxo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: audit 2023 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: -12-08T10:13:20.541840+0000 mon.smithi002 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: (mon.0) 597 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: audit 2023-12-08T10:13:21.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: 2023-12-08T10:13 2023-12-08T10:13:21.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: :20.542483+0000 mon.smithi002 (mon.0) 598 2023-12-08T10:13:21.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:13:21.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: cephadm 2023-12-08 2023-12-08T10:13:21.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: T10:13:20.543079+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:13:21.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:21 smithi002 conmon[82053]: 14184) 149 : cephadm [INF] Deploying daemon rgw.foorgw.smithi204.cxtaxo on smithi204 2023-12-08T10:13:21.933 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-12-08T10:13:21.934 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-12-08T10:13:21.934 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-12-08T10:13:21.934 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-12-08T10:13:21.934 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-12-08T10:13:21.934 INFO:teuthology.orchestra.run.smithi002.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2023-12-08T10:13:21.934 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-12-08T10:13:21.934 INFO:teuthology.orchestra.run.smithi002.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2023-12-08T10:13:21.934 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2023-12-08T10:13:21.934 INFO:teuthology.orchestra.run.smithi002.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2023-12-08T10:13:21.934 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:13:21.934 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-12-08T10:13:21.934 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-12-08T10:13:21.934 INFO:teuthology.orchestra.run.smithi002.stdout:Install 4 Packages 2023-12-08T10:13:21.935 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:13:21.935 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 4.8 M 2023-12-08T10:13:21.935 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 49 M 2023-12-08T10:13:21.935 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-12-08T10:13:22.148 INFO:teuthology.orchestra.run.smithi002.stdout:(1/4): python3-boto3-1.15.15-1.el8.noarch.rpm 2.3 MB/s | 152 kB 00:00 2023-12-08T10:13:22.159 INFO:teuthology.orchestra.run.smithi002.stdout:(2/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 1.4 MB/s | 108 kB 00:00 2023-12-08T10:13:22.212 INFO:teuthology.orchestra.run.smithi002.stdout:(3/4): python3-botocore-1.18.15-1.el8.noarch.rp 34 MB/s | 4.5 MB 00:00 2023-12-08T10:13:22.213 INFO:teuthology.orchestra.run.smithi002.stdout:(4/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 694 kB/s | 45 kB 00:00 2023-12-08T10:13:22.213 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-12-08T10:13:22.213 INFO:teuthology.orchestra.run.smithi002.stdout:Total 17 MB/s | 4.8 MB 00:00 2023-12-08T10:13:22.215 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-12-08T10:13:22.223 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-12-08T10:13:22.223 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-12-08T10:13:22.386 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-12-08T10:13:22.391 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-12-08T10:13:22.391 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:22 smithi204 conmon[86088]: cluster 2023-12-08T10:13: 2023-12-08T10:13:22.392 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:22 smithi204 conmon[86088]: 21.119322+0000 mgr.smithi002.utaniu (mgr.14184) 150 : cluster [DBG] pgmap v120: 33 pgs: 2 creating+peering, 14 active+clean, 17 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:22.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:22 smithi002 conmon[82053]: cluster 2023-12-08T10:13:21.119322+0000 mgr.smithi002.utaniu (mgr.14184) 150 : cluster [DBG] pgmap v120: 33 pgs: 2 creating+peering, 14 active+clean, 17 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:22.644 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-12-08T10:13:24.083 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2023-12-08T10:13:24.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:23 smithi002 conmon[82053]: audit 2023-12-08 2023-12-08T10:13:24.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:23 smithi002 conmon[82053]: T10:13:22.954042+0000 mon.smithi002 (mon.0) 599 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:24.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:23 smithi002 conmon[82053]: audit 2023-12-08T10:13:22.955393+0000 mon.smithi002 (mon.0) 600 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi002.psvlkv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:13:24.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:23 smithi002 conmon[82053]: audit 2023-12-08T10:13:22.958540+0000 mon.smithi002 (mon.0) 601 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi002.psvlkv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:13:24.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:23 smithi002 conmon[82053]: audit 2023-12-08T10:13:22.962091+0000 mon.smithi002 (mon.0) 602 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:24.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:23 smithi002 conmon[82053]: audit 2023-12-08T10:13:22.962804+0000 mon.smithi002 (mon.0) 603 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:13:24.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:23 smithi002 conmon[82053]: cephadm 2023-12-08T10:13:22.963462+0000 mgr.smithi002.utaniu (mgr.14184) 151 : cephadm [INF] Deploying daemon rgw.foorgw.smithi002.psvlkv on smithi002 2023-12-08T10:13:24.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:23 smithi002 conmon[82053]: cluster 2023-12-08T10:13:23.116325+0000 mon.smithi002 (mon.0) 604 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-08T10:13:24.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:23 smithi002 conmon[82053]: audit 2023-12-08T10:13:23.117684+0000 mon.smithi204 (mon.1) 21 : audit [INF] from='client.? 172.21.15.204:0/1308630203' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T10:13:24.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:23 smithi002 conmon[82053]: audit 2023-12-08T10:13:23.118365+0000 mon.smithi002 (mon.0) 605 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T10:13:24.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:23 smithi002 conmon[82053]: cluster 2023-12-08T10:13:23.121178+0000 2023-12-08T10:13:24.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:23 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 152 : cluster [DBG] pgmap v122: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:24.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: audit 2023-12-08T10:13:22.954042+0000 mon.smithi002 (mon.0) 599 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:24.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: audit 2023-12-08T10:13:22.955393+0000 mon.smithi002 (mon.0) 600 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi002.psvlkv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:13:24.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: audit 2023-12-08T10:13:22.958540+0000 mon.smithi002 (mon.0) 601 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi002.psvlkv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:13:24.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: audit 2023-12-08T10:13:22.962091+0000 mon.smithi002 (mon.0) 602 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:24.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: audit 2023-12-08T10:13: 2023-12-08T10:13:24.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: 22.962804+0000 mon.smithi002 (mon.0) 603 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:13:24.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: cephadm 2023-12-08T10:13:22 2023-12-08T10:13:24.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: .963462+0000 mgr.smithi002.utaniu (mgr.14184) 151 : cephadm [INF] Deploying daemon rgw.foorgw.smithi002.psvlkv on smithi002 2023-12-08T10:13:24.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: cluster 2023-12-08T10:13:23.116325+0000 mon.smithi002 ( 2023-12-08T10:13:24.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: mon.0) 604 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-08T10:13:24.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: audit 2023-12-08T10:13:23.117684+0000 mon.smithi204 2023-12-08T10:13:24.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: (mon.1) 21 : audit [INF] from='client.? 172.21.15.204:0/1308630203' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T10:13:24.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: audit 2023-12-08T10:13:23. 2023-12-08T10:13:24.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: 118365+0000 mon.smithi002 (mon.0) 605 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T10:13:24.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: cluster 2023-12-08T10: 2023-12-08T10:13:24.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: 13:23.121178+0000 mgr.smithi002.utaniu (mgr.14184) 152 : cluster [DBG] pgmap v122: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:24.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:23 smithi204 conmon[86088]: 2023-12-08T10:13:24.351 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-12-08T10:13:24.607 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-12-08T10:13:24.984 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2023-12-08T10:13:25.249 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2023-12-08T10:13:25.249 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2023-12-08T10:13:25.250 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-12-08T10:13:25.250 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-12-08T10:13:25.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:25 smithi002 conmon[82053]: audit 2023-12-08T10:13:24.119749+0000 2023-12-08T10:13:25.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:25 smithi002 conmon[82053]: mon.smithi002 (mon.0) 606 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-08T10:13:25.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:25 smithi002 conmon[82053]: cluster 2023-12-08T10:13:24.119969+0000 mon.smithi002 (mon.0) 607 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-08T10:13:25.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:25 smithi204 conmon[86088]: audit 2023-12-08T10:13:24.119749+0000 mon.smithi002 (mon.0) 606 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-08T10:13:25.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:25 smithi204 conmon[86088]: 2023-12-08T10:13:25.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:25 smithi204 conmon[86088]: cluster 2023-12-08T10:13:24.119969+0000 mon.smithi002 (mon.0) 607 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-08T10:13:26.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: cluster 2023-12-08T10:13:25.121577+0000 mgr.smithi002.utaniu (mgr.14184) 153 2023-12-08T10:13:26.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: : cluster [DBG] pgmap v124: 65 pgs: 25 unknown, 40 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:26.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: cluster 2023-12-08T10:13:25.127213+0000 mon.smithi002 (mon.0) 608 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-08T10:13:26.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023-12-08T10:13:25.133036+0000 mon.smithi204 (mon.1) 22 : audit [INF] from='client.? 172.21.15.204:0/1308630203' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T10:13:26.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023-12-08T10:13:25.133966+0000 mon.smithi002 (mon.0) 609 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T10:13:26.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023-12-08T10 2023-12-08T10:13:26.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: :13:25.359308+0000 mon.smithi002 (mon.0) 610 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:26.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 2023-12-08 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: T10:13:25.363899+0000 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: mon.smithi002 (mon.0) 611 : audit 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: cephadm 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 2023-12-08 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: T10:13:25.380461+0000 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 154 : cephadm 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: [INF] Creating key for client.nfs.foo.0.0.smithi002.tebrwg 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 2023-12-08T10:13 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: :25.380807+0000 mon.smithi002 ( 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: mon.0) 612 : audit [INF] 2023-12-08T10:13:26.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.tebrwg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-08T10:13:26.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023- 2023-12-08T10:13:26.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 12-08T10:13:25. 2023-12-08T10:13:26.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 384288+0000 mon.smithi002 (mon.0) 613 2023-12-08T10:13:26.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.tebrwg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-08T10:13:26.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: cephadm 2023-12-08T10:13:26.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 2023-12- 2023-12-08T10:13:26.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 08T10:13:25.384989 2023-12-08T10:13:26.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 155 2023-12-08T10:13:26.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-08T10:13:26.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023-12-08T10:13:26.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 2023-12-08 2023-12-08T10:13:26.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: T10:13:25.385273+0000 2023-12-08T10:13:26.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: mon.smithi002 (mon.0) 614 : 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 2023-12-08T10: 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 13:25.388746+0000 mon.smithi002 (mon.0) 615 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 2023-12 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: -08T10:13:25.390372 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 616 : 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 2023-12-08 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: T10:13:25.429860+0000 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: mon.smithi002 (mon.0) 617 : 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-08T10:13:26.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 2023-12- 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 08T10:13:25.433297+0000 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: mon.smithi002 (mon.0) 618 : audit 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: cephadm 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 2023-12-08T10: 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 13:25.479168+0000 mgr.smithi002.utaniu 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: (mgr.14184) 156 : cephadm 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: [INF] Rados config object exists: conf-nfs.foo 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: cephadm 2023 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: -12-08T10:13:25. 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 479268+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 157 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi002.tebrwg-rgw 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023 2023-12-08T10:13:26.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: -12-08T10:13: 2023-12-08T10:13:26.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 25.479656+0000 mon.smithi002 (mon 2023-12-08T10:13:26.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: .0) 619 : audit [INF] 2023-12-08T10:13:26.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.tebrwg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:13:26.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023 2023-12-08T10:13:26.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: -12-08T10:13: 2023-12-08T10:13:26.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 25.482942+0000 mon.smithi002 (mon. 2023-12-08T10:13:26.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 0) 620 : audit [INF] 2023-12-08T10:13:26.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.tebrwg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:13:26.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: audit 2023-12-08T10:13:26.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: 2023-12-08T10:13 2023-12-08T10:13:26.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: :25.486507+0000 mon.smithi002 ( 2023-12-08T10:13:26.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: mon.0) 621 : audit [DBG] 2023-12-08T10:13:26.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:13:26.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: cephadm 2023 2023-12-08T10:13:26.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: -12-08T10:13:25 2023-12-08T10:13:26.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: .487272+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:13:26.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:26 smithi002 conmon[82053]: ) 158 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi002.tebrwg on smithi002 2023-12-08T10:13:26.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: cluster 2023-12-08T10:13:25.121577+0000 mgr.smithi002.utaniu (mgr.14184) 153 : cluster [DBG] pgmap v124: 65 pgs: 25 unknown, 40 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:13:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: cluster 2023-12-08T10:13:25.127213+0000 mon.smithi002 (mon.0) 608 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-08T10:13:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12-08T10:13:25.133036+0000 mon.smithi204 (mon.1) 22 : audit [INF] from='client.? 172.21.15.204:0/1308630203' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T10:13:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12-08T10:13:25.133966+0000 mon.smithi002 (mon.0) 609 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T10:13:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12-08T10:13:25.359308+0000 mon.smithi002 (mon.0) 610 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12-08T10:13:25.363899+0000 mon.smithi002 (mon.0) 611 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: cephadm 2023-12-08T10:13:25.380461+0000 mgr.smithi002.utaniu (mgr.14184) 154 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi002.tebrwg 2023-12-08T10:13:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12-08T10:13:25.380807+0000 mon.smithi002 (mon.0) 612 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.tebrwg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-08T10:13:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12-08T10:13:25.384288+0000 mon.smithi002 (mon.0) 613 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.tebrwg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-08T10:13:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: cephadm 2023-12-08T10:13:25.384989+0000 mgr.smithi002.utaniu (mgr.14184) 155 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-08T10:13:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12- 2023-12-08T10:13:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: 08T10:13:25.385273+0000 mon.smithi002 (mon.0) 614 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-08T10:13:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12-08T10:13:25.388746+0000 mon.smithi002 (mon.0) 615 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-08T10:13:26.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12-08T10:13:25.390372+0000 mon.smithi002 (mon.0) 616 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12-08T10:13:25.429860+0000 mon.smithi002 (mon.0) 617 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12-08T10:13:25.433297+0000 mon.smithi002 (mon.0) 618 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: cephadm 2023-12-08T10:13 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: :25.479168+0000 mgr.smithi002.utaniu (mgr.14184) 156 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: cephadm 2023-12-08T10:13:25.479268+0000 mgr.smithi002.utaniu 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: (mgr.14184) 157 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi002.tebrwg-rgw 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12-08 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: T10:13:25.479656+0000 mon.smithi002 (mon.0) 619 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.tebrwg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12-08T10:13:25.482942+0000 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: mon.smithi002 (mon.0) 620 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.tebrwg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: audit 2023-12-08T10:13:25. 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: 486507+0000 mon.smithi002 (mon.0) 621 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: cephadm 2023-12-08T10:13:25.487272+0000 2023-12-08T10:13:26.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:26 smithi204 conmon[86088]: mgr.smithi002.utaniu (mgr.14184) 158 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi002.tebrwg on smithi002 2023-12-08T10:13:27.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:27 smithi002 conmon[82053]: audit 2023-12-08T10:13:26.132291+0000 mon.smithi002 (mon.0) 622 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-08T10:13:27.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:27 smithi002 conmon[82053]: cluster 2023-12-08T10:13:26.132375+0000 mon.smithi002 (mon.0) 623 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-08T10:13:27.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:27 smithi204 conmon[86088]: audit 2023-12-08T10:13:26.132291+0000 mon.smithi002 (mon.0) 622 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-08T10:13:27.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:27 smithi204 conmon[86088]: cluster 2023-12-08T10:13:26.132375+0000 mon.smithi002 (mon.0) 623 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-08T10:13:28.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: cluster 2023-12-08T10:13:27.122072+0000 mgr.smithi002.utaniu 2023-12-08T10:13:28.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: (mgr.14184) 159 : cluster [DBG] pgmap v127: 97 pgs: 29 unknown, 68 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1022 B/s wr, 4 op/s 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: cluster 2023-12-08T10:13:27.137885+0000 mon.smithi002 (mon.0) 624 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: audit 2023-12-08T10:13:27.139847+0000 mon.smithi204 (mon.1) 23 : audit [INF] from='client.? 172.21.15.204:0/1308630203' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: audit 2023-12-08T10:13:27.139917+0000 mon.smithi002 (mon.0) 625 : audit [INF] from='client.? 172.21.15.2:0/4073550539' entity='client.rgw.foorgw.smithi002.psvlkv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: audit 2023- 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: 12-08T10:13:27.140313+0000 mon.smithi002 (mon. 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: 0) 626 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: audit 2023-12- 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: 08T10:13:27.293488+0000 mon.smithi002 (mon.0 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: ) 627 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: audit 2023-12- 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: 08T10:13:27.823438+0000 mon.smithi002 (mon. 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: 0) 628 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: audit 2023 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: -12-08T10:13:27.828690+0000 2023-12-08T10:13:28.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: mon.smithi002 (mon.0) 629 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:28.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:28 smithi002 conmon[82053]: 2023-12-08T10:13:28.505 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2023-12-08T10:13:28.506 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-12-08T10:13:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: cluster 2023-12-08T10:13:27.122072+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:13:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: 14184) 159 : cluster [DBG] pgmap v127: 97 pgs: 29 unknown, 68 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1022 B/s wr, 4 op/s 2023-12-08T10:13:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: cluster 2023-12-08T10:13:27.137885+0000 mon.smithi002 (mon.0) 624 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-08T10:13:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: audit 2023-12-08T10:13:27.139847+0000 mon.smithi204 (mon.1) 23 : audit [INF] from='client.? 172.21.15.204:0/1308630203' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T10:13:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: audit 2023-12-08T10:13:27.139917+0000 mon.smithi002 (mon.0) 625 : audit 2023-12-08T10:13:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: [INF] from='client.? 172.21.15.2:0/4073550539' entity='client.rgw.foorgw.smithi002.psvlkv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T10:13:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: audit 2023-12-08T10:13:27 2023-12-08T10:13:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: .140313+0000 mon.smithi002 (mon.0) 626 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T10:13:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: 2023-12-08T10:13:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: audit 2023-12- 2023-12-08T10:13:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: 08T10:13:27.293488+0000 2023-12-08T10:13:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: mon.smithi002 (mon.0) 627 : audit 2023-12-08T10:13:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: audit 2023-12-08T10:13:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: 2023-12-08T10:13 2023-12-08T10:13:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: :27.823438+0000 mon.smithi002 (mon. 2023-12-08T10:13:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: 0) 628 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: 2023-12-08T10:13:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: audit 2023-12- 2023-12-08T10:13:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: 08T10:13:27.828690 2023-12-08T10:13:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 629 : 2023-12-08T10:13:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:28 smithi204 conmon[86088]: audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:28.615 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:13:28.615 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-12-08T10:13:28.615 INFO:teuthology.orchestra.run.smithi002.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2023-12-08T10:13:28.615 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2023-12-08T10:13:28.615 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:13:28.615 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-12-08T10:13:28.729 DEBUG:teuthology.orchestra.run.smithi002:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2023-12-08T10:13:28.796 INFO:teuthology.orchestra.run.smithi002.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-12-08T10:13:29.368 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 2023-12-08T10:13:29.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:29 smithi002 conmon[82053]: cephadm 2023-12-08T10:13:27.835831+0000 mgr.smithi002.utaniu ( 2023-12-08T10:13:29.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:29 smithi002 conmon[82053]: mgr.14184) 160 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.mbxbad on smithi204 2023-12-08T10:13:29.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:29 smithi002 conmon[82053]: audit 2023-12-08T10:13:28.143918+0000 mon.smithi002 (mon.0) 630 : audit [INF] from='client.? 172.21.15.2:0/4073550539' entity='client.rgw.foorgw.smithi002.psvlkv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T10:13:29.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:29 smithi002 conmon[82053]: audit 2023-12-08T10:13:28.144013+0000 mon.smithi002 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T10:13:29.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:29 smithi002 conmon[82053]: cluster 2023-12-08T10:13:28.144221+0000 mon.smithi002 (mon.0) 632 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-08T10:13:29.502 INFO:teuthology.orchestra.run.smithi002.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726 2023-12-08T10:13:29.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:29 smithi204 conmon[86088]: cephadm 2023-12-08T10:13:27.835831+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:13:29.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:29 smithi204 conmon[86088]: 14184) 160 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.mbxbad on smithi204 2023-12-08T10:13:29.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:29 smithi204 conmon[86088]: audit 2023-12-08T10:13:28.143918+0000 mon.smithi002 (mon.0) 630 : audit [INF] from='client.? 172.21.15.2:0/4073550539' entity='client.rgw.foorgw.smithi002.psvlkv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T10:13:29.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:29 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:13:29.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:29 smithi204 conmon[86088]: -08T10:13:28.144013+0000 mon.smithi002 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T10:13:29.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:29 smithi204 conmon[86088]: cluster 2023-12-08T10:13:28.144221+0000 mon.smithi002 ( 2023-12-08T10:13:29.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:29 smithi204 conmon[86088]: mon.0) 632 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-08T10:13:30.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:30 smithi002 conmon[82053]: cluster 2023-12-08T10:13:29.122487+0000 mgr.smithi002.utaniu (mgr.14184) 161 : cluster [DBG] pgmap v130: 129 pgs: 10 creating+peering, 33 unknown, 86 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1023 B/s wr, 4 op/s 2023-12-08T10:13:30.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:30 smithi002 conmon[82053]: cluster 2023-12-08T10:13:29.149457+0000 mon.smithi002 (mon.0) 633 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-08T10:13:30.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:30 smithi002 conmon[82053]: audit 2023-12-08T10:13:29.150556+0000 mon.smithi204 (mon.1) 24 : audit [INF] from='client.? 172.21.15.204:0/32910885' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T10:13:30.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:30 smithi002 conmon[82053]: audit 2023-12-08T10:13:29.150873+0000 mon.smithi002 (mon.0) 634 : audit [INF] from='client.? 172.21.15.2:0/2579999909' entity='client.rgw.foorgw.smithi002.psvlkv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T10:13:30.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:30 smithi002 conmon[82053]: audit 2023-12-08T10:13:29.153693+0000 mon.smithi002 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T10:13:30.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:30 smithi204 conmon[86088]: cluster 2023-12-08T10:13:29.122487+0000 mgr.smithi002.utaniu (mgr.14184) 161 : cluster [DBG] pgmap v130: 129 pgs: 10 creating+peering, 33 unknown, 86 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1023 B/s wr, 4 op/s 2023-12-08T10:13:30.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:30 smithi204 conmon[86088]: cluster 2023-12-08T10:13:29.149457+0000 mon.smithi002 (mon.0) 633 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-08T10:13:30.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:30 smithi204 conmon[86088]: audit 2023-12-08T10:13:29.150556+0000 mon.smithi204 (mon.1) 24 : audit [INF] from='client.? 172.21.15.204:0/32910885' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T10:13:30.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:30 smithi204 conmon[86088]: audit 2023-12-08T10:13:29.150873+0000 mon.smithi002 (mon.0) 634 : audit [INF] from='client.? 172.21.15.2:0/2579999909' entity='client.rgw.foorgw.smithi002.psvlkv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T10:13:30.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:30 smithi204 conmon[86088]: audit 2023-12-08T10:13:29.153693+0000 mon.smithi002 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T10:13:31.021 INFO:teuthology.run_tasks:Running task python... 2023-12-08T10:13:31.034 INFO:tasks.python:Running python on role host.a host ubuntu@smithi002.front.sepia.ceph.com 2023-12-08T10:13:31.034 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2023-12-08T10:13:31.034 DEBUG:teuthology.orchestra.run.smithi002:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-12-08T10:13:31.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:31 smithi002 conmon[82053]: audit 2023-12-08T10:13:30.151549 2023-12-08T10:13:31.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:31 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 636 : audit [INF] from='client.? 172.21.15.2:0/2579999909' entity='client.rgw.foorgw.smithi002.psvlkv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T10:13:31.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:31 smithi002 conmon[82053]: audit 2023-12-08T10:13:30.151623+0000 mon.smithi002 (mon.0) 637 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T10:13:31.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:31 smithi002 conmon[82053]: cluster 2023-12-08T10:13:30.151791+0000 mon.smithi002 (mon.0) 638 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-08T10:13:31.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:31 smithi002 conmon[82053]: audit 2023-12-08T10:13:30.154372+0000 mon.smithi204 (mon.1) 25 : audit [INF] from='client.? 172.21.15.204:0/32910885' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:13:31.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:31 smithi002 conmon[82053]: audit 2023-12-08T10:13:30.156852+0000 mon.smithi002 (mon.0) 639 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:13:31.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:31 smithi002 conmon[82053]: audit 2023-12-08T10:13:30.157459+0000 mon.smithi002 (mon.0) 640 : audit [INF] from='client.? 172.21.15.2:0/2579999909' entity='client.rgw.foorgw.smithi002.psvlkv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:13:31.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:31 smithi002 conmon[82053]: audit 2023-12-08T10:13:31.152286+0000 mon.smithi002 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T10:13:31.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:31 smithi002 conmon[82053]: audit 2023-12-08T10:13:31.152350+0000 mon.smithi002 (mon.0) 642 : audit [INF] from='client.? 172.21.15.2:0/2579999909' entity='client.rgw.foorgw.smithi002.psvlkv' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T10:13:31.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:31 smithi002 conmon[82053]: cluster 2023-12-08T10:13:31.152384 2023-12-08T10:13:31.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:31 smithi002 conmon[82053]: +0000 mon.smithi002 (mon.0) 643 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-08T10:13:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: audit 2023-12-08T10:13:30.151549+0000 mon.smithi002 (mon.0) 636 : audit [INF] from='client.? 172.21.15.2:0/2579999909' entity='client.rgw.foorgw.smithi002.psvlkv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T10:13:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: audit 2023-12-08T10:13:30.151623+0000 mon.smithi002 (mon.0) 637 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T10:13:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: cluster 2023-12-08T10:13:30.151791+0000 mon.smithi002 (mon.0) 638 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-08T10:13:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: audit 2023-12-08T10:13:30.154372+0000 mon.smithi204 (mon.1) 25 : audit [INF] from='client.? 172.21.15.204:0/32910885' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:13:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: audit 2023-12-08T10:13:30. 2023-12-08T10:13:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: 156852+0000 mon.smithi002 (mon.0) 639 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:13:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: audit 2023-12-08T10:13:30.157459+0000 mon.smithi002 (mon 2023-12-08T10:13:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: .0) 640 : audit [INF] from='client.? 172.21.15.2:0/2579999909' entity='client.rgw.foorgw.smithi002.psvlkv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:13:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: audit 2023-12-08T10:13:31.152286+0000 mon.smithi002 (mon.0) 641 2023-12-08T10:13:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi204.cxtaxo' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T10:13:31.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: audit 2023-12- 2023-12-08T10:13:31.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: 08T10:13:31.152350+0000 mon.smithi002 (mon.0) 642 : audit [INF] from='client.? 172.21.15.2:0/2579999909' entity='client.rgw.foorgw.smithi002.psvlkv' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T10:13:31.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: cluster 2023-12-08T10:13:31.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:31 smithi204 conmon[86088]: 2023-12-08T10:13:31.152384+0000 mon.smithi002 (mon.0) 643 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-08T10:13:32.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:32 smithi002 conmon[82053]: cluster 2023-12-08T10:13:31.122883+0000 mgr.smithi002.utaniu (mgr.14184) 162 : cluster 2023-12-08T10:13:32.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:32 smithi002 conmon[82053]: [DBG] pgmap v133: 161 pgs: 16 creating+peering, 39 unknown, 106 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-12-08T10:13:32.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:32 smithi204 conmon[86088]: cluster 2023-12-08T10:13:31.122883+0000 mgr.smithi002.utaniu (mgr.14184) 162 : cluster [DBG] pgmap v133: 161 pgs: 16 creating+peering, 39 unknown, 106 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-12-08T10:13:33.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:33 smithi002 conmon[82053]: cluster 2023-12-08T10:13:32.175328+0000 mon.smithi002 (mon 2023-12-08T10:13:33.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:33 smithi002 conmon[82053]: .0) 644 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-08T10:13:33.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:33 smithi002 conmon[82053]: audit 2023-12-08T10:13:32.177299+0000 mon.smithi002 (mon.0) 645 : audit [INF] from='client.? 172.21.15.2:0/4073550539' entity='client.rgw.foorgw.smithi002.psvlkv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-12-08T10:13:33.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:33 smithi002 conmon[82053]: audit 2023-12-08T10:13:32.300033+0000 mon.smithi002 (mon.0) 646 2023-12-08T10:13:33.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:33 smithi002 conmon[82053]: : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:33.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:33 smithi204 conmon[86088]: cluster 2023-12-08T10:13:32.175328+0000 mon.smithi002 (mon.0) 644 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-08T10:13:33.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:33 smithi204 conmon[86088]: audit 2023-12-08T10:13:32.177299+0000 mon.smithi002 (mon.0) 645 : audit [INF] from='client.? 172.21.15.2:0/4073550539' entity='client.rgw.foorgw.smithi002.psvlkv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-12-08T10:13:33.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:33 smithi204 conmon[86088]: audit 2023-12-08T10:13:32.300033+0000 mon.smithi002 (mon.0) 646 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:34.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:34 smithi002 conmon[82053]: cluster 2023-12-08T10:13:33.123535+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:13:34.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:34 smithi002 conmon[82053]: 163 : cluster [DBG] pgmap v136: 193 pgs: 14 creating+peering, 24 unknown, 155 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 KiB/s rd, 7.5 KiB/s wr, 227 op/s 2023-12-08T10:13:34.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:34 smithi002 conmon[82053]: audit 2023-12-08T10:13:33.178631+0000 mon.smithi002 (mon.0) 647 : audit [INF] from='client.? 172.21.15.2:0/4073550539' entity='client.rgw.foorgw.smithi002.psvlkv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-12-08T10:13:34.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:34 smithi002 conmon[82053]: cluster 2023-12-08T10:13:33.178868+0000 mon.smithi002 (mon.0) 648 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-08T10:13:34.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:34 smithi002 conmon[82053]: audit 2023-12 2023-12-08T10:13:34.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:34 smithi002 conmon[82053]: -08T10:13:33.185094+0000 mon.smithi002 (mon.0) 2023-12-08T10:13:34.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:34 smithi002 conmon[82053]: 649 : audit [INF] from='client.? 172.21.15.2:0/4073550539' entity='client.rgw.foorgw.smithi002.psvlkv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:13:34.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:34 smithi204 conmon[86088]: cluster 2023-12-08T10:13:33.123535+0000 mgr.smithi002.utaniu (mgr.14184) 163 : cluster [DBG] pgmap v136: 193 pgs: 14 creating+peering, 24 unknown, 155 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 KiB/s rd, 7.5 KiB/s wr, 227 op/s 2023-12-08T10:13:34.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:34 smithi204 conmon[86088]: audit 2023-12-08T10:13:33.178631+0000 mon.smithi002 (mon.0) 647 : audit [INF] from='client.? 172.21.15.2:0/4073550539' entity='client.rgw.foorgw.smithi002.psvlkv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-12-08T10:13:34.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:34 smithi204 conmon[86088]: cluster 2023-12-08T10:13:33.178868+0000 mon.smithi002 (mon.0) 648 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-08T10:13:34.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:34 smithi204 conmon[86088]: audit 2023-12-08T10:13:34.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:34 smithi204 conmon[86088]: 2023-12-08T10:13:33.185094+0000 mon.smithi002 (mon.0) 649 : audit [INF] from='client.? 172.21.15.2:0/4073550539' entity='client.rgw.foorgw.smithi002.psvlkv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:13:35.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:35 smithi002 conmon[82053]: audit 2023-12-08T10:13: 2023-12-08T10:13:35.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:35 smithi002 conmon[82053]: 34.187814+0000 mon.smithi002 (mon.0) 650 : audit [INF] from='client.? 172.21.15.2:0/4073550539' entity='client.rgw.foorgw.smithi002.psvlkv' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T10:13:35.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:35 smithi002 conmon[82053]: cluster 2023-12-08T10:13:35.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:35 smithi002 conmon[82053]: 2023-12-08T10:13:34.187891+0000 mon.smithi002 (mon.0) 2023-12-08T10:13:35.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:35 smithi002 conmon[82053]: 651 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-08T10:13:35.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:35 smithi204 conmon[86088]: audit 2023-12-08T10:13:34.187814+0000 mon.smithi002 (mon. 2023-12-08T10:13:35.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:35 smithi204 conmon[86088]: 0) 650 : audit [INF] from='client.? 172.21.15.2:0/4073550539' entity='client.rgw.foorgw.smithi002.psvlkv' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T10:13:35.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:35 smithi204 conmon[86088]: cluster 2023-12-08T10:13:34.187891+0000 mon.smithi002 (mon.0) 651 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-08T10:13:36.268 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:13:36.279 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi002.front.sepia.ceph.com 2023-12-08T10:13:36.279 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2023-12-08T10:13:36.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:36 smithi002 conmon[82053]: cluster 2023-12-08T10:13:35.124137+0000 mgr.smithi002.utaniu (mgr.14184) 164 : cluster [DBG] pgmap v139: 193 pgs: 8 creating+peering, 15 unknown, 170 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 KiB/s rd, 8.5 KiB/s wr, 356 op/s 2023-12-08T10:13:36.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:36 smithi002 conmon[82053]: cluster 2023-12-08T10:13:35.194129+0000 mon.smithi002 (mon.0) 652 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-08T10:13:36.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:36 smithi002 conmon[82053]: audit 2023-12-08T10:13:35.195923+0000 mon.smithi002 (mon.0) 653 : audit [INF] from='client.? 172.21.15.2:0/2579999909' entity='client.rgw.foorgw.smithi002.psvlkv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-12-08T10:13:36.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:36 smithi204 conmon[86088]: cluster 2023-12-08T10:13:35.124137+0000 mgr.smithi002.utaniu (mgr.14184) 164 2023-12-08T10:13:36.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:36 smithi204 conmon[86088]: : cluster [DBG] pgmap v139: 193 pgs: 8 creating+peering, 15 unknown, 170 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 KiB/s rd, 8.5 KiB/s wr, 356 op/s 2023-12-08T10:13:36.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:36 smithi204 conmon[86088]: cluster 2023-12-08T10:13:35.194129+0000 mon.smithi002 (mon.0) 652 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-08T10:13:36.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:36 smithi204 conmon[86088]: audit 2023-12-08T10:13:35.195923+0000 mon.smithi002 (mon.0 2023-12-08T10:13:36.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:36 smithi204 conmon[86088]: ) 653 : audit [INF] from='client.? 172.21.15.2:0/2579999909' entity='client.rgw.foorgw.smithi002.psvlkv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-12-08T10:13:37.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:37 smithi002 conmon[82053]: audit 2023-12-08T10:13:36.196412+0000 mon.smithi002 (mon.0) 654 : audit [INF] from='client.? 172.21.15.2:0/2579999909' entity='client.rgw.foorgw.smithi002.psvlkv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-12-08T10:13:37.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:37 smithi002 conmon[82053]: cluster 2023-12-08T10:13:36.196667+0000 mon.smithi002 (mon.0) 655 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-08T10:13:37.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:37 smithi204 conmon[86088]: audit 2023-12-08T10:13:36.196412+0000 mon.smithi002 (mon.0 2023-12-08T10:13:37.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:37 smithi204 conmon[86088]: ) 654 : audit [INF] from='client.? 172.21.15.2:0/2579999909' entity='client.rgw.foorgw.smithi002.psvlkv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-12-08T10:13:37.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:37 smithi204 conmon[86088]: cluster 2023-12-08T10:13:36.196667+0000 mon.smithi002 (mon.0) 655 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-08T10:13:38.366 INFO:teuthology.orchestra.run.smithi002.stdout:{ 2023-12-08T10:13:38.366 INFO:teuthology.orchestra.run.smithi002.stdout: "bind": "/foobucket", 2023-12-08T10:13:38.366 INFO:teuthology.orchestra.run.smithi002.stdout: "path": "foobucket", 2023-12-08T10:13:38.367 INFO:teuthology.orchestra.run.smithi002.stdout: "cluster": "foo", 2023-12-08T10:13:38.367 INFO:teuthology.orchestra.run.smithi002.stdout: "mode": "RW", 2023-12-08T10:13:38.367 INFO:teuthology.orchestra.run.smithi002.stdout: "squash": "none" 2023-12-08T10:13:38.367 INFO:teuthology.orchestra.run.smithi002.stdout:} 2023-12-08T10:13:38.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:38 smithi002 conmon[82053]: cluster 2023-12-08T10:13:37.124780+0000 mgr.smithi002.utaniu 2023-12-08T10:13:38.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:38 smithi002 conmon[82053]: (mgr.14184) 165 : cluster [DBG] pgmap v142: 225 pgs: 14 creating+peering, 16 unknown, 195 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 KiB/s rd, 5.2 KiB/s wr, 193 op/s 2023-12-08T10:13:38.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:38 smithi002 conmon[82053]: cluster 2023-12-08T10:13:37.214209+0000 mon.smithi002 (mon.0) 656 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-08T10:13:38.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:38 smithi204 conmon[86088]: cluster 2023-12-08T10:13:37.124780+0000 mgr.smithi002.utaniu (mgr.14184) 165 : cluster [DBG] 2023-12-08T10:13:38.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:38 smithi204 conmon[86088]: pgmap v142: 225 pgs: 14 creating+peering, 16 unknown, 195 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 KiB/s rd, 5.2 KiB/s wr, 193 op/s 2023-12-08T10:13:38.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:38 smithi204 conmon[86088]: cluster 2023-12-08T10:13:37.214209+0000 mon.smithi002 (mon.0) 656 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-08T10:13:38.827 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-08T10:13:38.838 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-08T10:13:38.838 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:13:39.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:39 smithi002 conmon[82053]: audit 2023-12-08T10:13:38.137848+0000 mgr.smithi002.utaniu ( 2023-12-08T10:13:39.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:39 smithi002 conmon[82053]: mgr.14184) 166 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:39.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:39 smithi204 conmon[86088]: audit 2023-12-08T10:13:38.137848+0000 mgr.smithi002.utaniu (mgr.14184) 166 : audit [DBG] 2023-12-08T10:13:39.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:39 smithi204 conmon[86088]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:13:40.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:40 smithi002 conmon[82053]: cluster 2023-12-08T10:13:39.125585+0000 mgr.smithi002.utaniu (mgr.14184) 167 : cluster [DBG] pgmap v144: 225 pgs: 6 creating+peering, 8 unknown, 211 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 4.3 KiB/s wr, 157 op/s 2023-12-08T10:13:40.544 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:13:40.544 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:13:40.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:40 smithi204 conmon[86088]: cluster 2023-12-08T10:13:39.125585+0000 mgr.smithi002.utaniu (mgr.14184) 167 : cluster [DBG] 2023-12-08T10:13:40.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:40 smithi204 conmon[86088]: pgmap v144: 225 pgs: 6 creating+peering, 8 unknown, 211 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 4.3 KiB/s wr, 157 op/s 2023-12-08T10:13:40.973 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:13:41.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:41 smithi002 conmon[82053]: audit 2023-12-08T10:13:40.537519+0000 mgr.smithi002.utaniu ( 2023-12-08T10:13:41.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:41 smithi002 conmon[82053]: mgr.14184) 168 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:13:41.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:41 smithi204 conmon[86088]: audit 2023-12-08T10:13:40.537519+0000 mgr.smithi002.utaniu (mgr.14184) 168 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:13:41.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:41 smithi204 conmon[86088]: 2023-12-08T10:13:41.975 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:13:42.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:42 smithi002 conmon[82053]: cluster 2023-12-08T10:13:41.126313+0000 mgr.smithi002.utaniu (mgr.14184) 169 : cluster [DBG] 2023-12-08T10:13:42.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:42 smithi002 conmon[82053]: pgmap v145: 225 pgs: 6 creating+peering, 219 active+clean; 6.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 1.5 KiB/s wr, 47 op/s 2023-12-08T10:13:42.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:42 smithi204 conmon[86088]: cluster 2023-12-08T10:13:41.126313+0000 mgr.smithi002.utaniu (mgr.14184) 169 : cluster [DBG] pgmap v145: 225 pgs: 6 creating+peering, 219 active+clean; 6.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 1.5 KiB/s wr, 47 op/s 2023-12-08T10:13:44.098 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:13:44.098 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:13:44.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:44 smithi002 conmon[82053]: cluster 2023-12-08T10:13:43.127349+0000 mgr.smithi002.utaniu (mgr.14184) 170 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 1.4 KiB/s wr, 51 op/s 2023-12-08T10:13:44.539 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:13:44.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:44 smithi204 conmon[86088]: cluster 2023-12-08T10:13:43.127349+0000 mgr.smithi002.utaniu (mgr.14184) 170 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 1.4 KiB/s wr, 51 op/s 2023-12-08T10:13:44.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:44 smithi204 conmon[86088]: 2023-12-08T10:13:45.540 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:13:45.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:45 smithi204 conmon[86088]: audit 2023-12-08T10:13:44.093740+0000 mgr.smithi002.utaniu (mgr.14184) 171 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:13:45.572 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:45 smithi002 conmon[82053]: audit 2023-12-08T10:13:44.093740+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:13:45.572 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:45 smithi002 conmon[82053]: ) 171 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:13:46.401 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:46 smithi002 conmon[82053]: cluster 2023-12-08T10:13:45.128103+0000 2023-12-08T10:13:46.401 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:46 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 172 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 687 B/s wr, 27 op/s 2023-12-08T10:13:46.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:46 smithi204 conmon[86088]: cluster 2023-12-08T10:13:45.128103+0000 mgr.smithi002.utaniu (mgr.14184) 172 : cluster 2023-12-08T10:13:46.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:46 smithi204 conmon[86088]: [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 687 B/s wr, 27 op/s 2023-12-08T10:13:47.245 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:13:47.245 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:13:47.602 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:13:48.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:48 smithi204 conmon[86088]: cluster 2023-12-08T10:13:47.128945+0000 mgr.smithi002.utaniu (mgr.14184) 173 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 307 B/s wr, 17 op/s 2023-12-08T10:13:48.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:48 smithi204 conmon[86088]: audit 2023-12-08T10:13:47.240546+0000 mgr.smithi002.utaniu (mgr.14184) 174 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:13:48.603 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:13:48.635 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:48 smithi002 conmon[82053]: cluster 2023-12-08T10:13:47.128945+0000 mgr.smithi002.utaniu (mgr.14184) 173 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 307 B/s wr, 17 op/s 2023-12-08T10:13:48.635 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:48 smithi002 conmon[82053]: audit 2023-12-08T10:13:47.240546+0000 mgr.smithi002.utaniu (mgr.14184) 174 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:13:50.325 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:13:50.325 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:13:50.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:50 smithi204 conmon[86088]: cluster 2023-12-08T10:13:49.129463+0000 mgr.smithi002.utaniu (mgr.14184) 175 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 257 B/s wr, 14 op/s 2023-12-08T10:13:50.643 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:50 smithi002 conmon[82053]: cluster 2023-12-08T10:13:49.129463+0000 mgr.smithi002.utaniu 2023-12-08T10:13:50.643 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:50 smithi002 conmon[82053]: (mgr.14184) 175 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 257 B/s wr, 14 op/s 2023-12-08T10:13:50.653 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:13:51.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:51 smithi002 conmon[82053]: audit 2023-12-08T10:13:50.320316+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:13:51.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:51 smithi002 conmon[82053]: 176 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:13:51.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:51 smithi204 conmon[86088]: audit 2023-12-08T10:13:50.320316+0000 mgr.smithi002.utaniu (mgr.14184) 176 : audit [DBG] 2023-12-08T10:13:51.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:51 smithi204 conmon[86088]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:13:51.654 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:13:52.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:52 smithi002 conmon[82053]: cluster 2023-12-08T10:13:51.129979+0000 mgr.smithi002.utaniu 2023-12-08T10:13:52.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:52 smithi002 conmon[82053]: (mgr.14184) 177 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 255 B/s wr, 14 op/s 2023-12-08T10:13:52.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:52 smithi204 conmon[86088]: cluster 2023-12-08T10:13:51.129979+0000 mgr.smithi002.utaniu (mgr.14184) 177 : cluster [DBG] 2023-12-08T10:13:52.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:52 smithi204 conmon[86088]: pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 255 B/s wr, 14 op/s 2023-12-08T10:13:53.384 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:13:53.385 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:13:53.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:53 smithi002 conmon[82053]: audit 2023-12-08T10:13:52.478910+0000 mon.smithi002 2023-12-08T10:13:53.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:53 smithi002 conmon[82053]: (mon.0) 657 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:53 smithi204 conmon[86088]: audit 2023-12-08T10:13:52.478910+0000 mon.smithi002 (mon.0) 657 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:13:54.724 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:13:54.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:54 smithi204 conmon[86088]: cluster 2023-12-08T10:13:53.130656+0000 mgr.smithi002.utaniu (mgr.14184) 178 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 170 B/s wr, 10 op/s 2023-12-08T10:13:54.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:54 smithi204 conmon[86088]: audit 2023-12-08T10:13:53.380269 2023-12-08T10:13:54.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:54 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 179 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:13:54.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:54 smithi002 conmon[82053]: cluster 2023-12-08T10:13:53.130656+0000 mgr.smithi002.utaniu (mgr.14184) 178 : 2023-12-08T10:13:54.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:54 smithi002 conmon[82053]: cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 170 B/s wr, 10 op/s 2023-12-08T10:13:54.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:54 smithi002 conmon[82053]: audit 2023-12-08T10:13:53.380269+0000 mgr.smithi002.utaniu (mgr.14184) 179 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:13:55.724 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:13:56.633 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:56 smithi002 conmon[82053]: cluster 2023-12-08T10:13:55.131285+0000 mgr.smithi002.utaniu (mgr.14184) 180 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:13:56.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:56 smithi204 conmon[86088]: cluster 2023-12-08T10:13:55.131285+0000 mgr.smithi002.utaniu (mgr.14184) 180 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:13:57.457 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:13:57.458 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:13:57.887 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:13:58.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:58 smithi204 conmon[86088]: cluster 2023-12-08T10:13:57.131971+0000 mgr.smithi002.utaniu (mgr.14184) 181 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:13:58.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:13:58 smithi204 conmon[86088]: audit 2023-12-08T10:13:57.453134+0000 mgr.smithi002.utaniu (mgr.14184) 182 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:13:58.889 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:13:58.919 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:58 smithi002 conmon[82053]: cluster 2023-12- 2023-12-08T10:13:58.919 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:58 smithi002 conmon[82053]: 08T10:13:57.131971+0000 mgr.smithi002.utaniu (mgr.14184) 181 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:13:58.919 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:13:58 smithi002 conmon[82053]: audit 2023-12-08T10:13:57.453134+0000 mgr.smithi002.utaniu (mgr.14184) 182 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:00.603 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:00.603 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:00.808 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:00 smithi002 conmon[82053]: cluster 2023-12-08T10:13:59.132497+0000 mgr.smithi002.utaniu (mgr.14184) 183 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:00 smithi204 conmon[86088]: cluster 2023-12-08T10:13:59.132497+0000 mgr.smithi002.utaniu (mgr.14184) 183 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:00 smithi204 conmon[86088]: 2023-12-08T10:14:01.037 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:02.039 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:02.775 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:02 smithi002 conmon[82053]: audit 2023-12-08T10:14:00.598383+0000 mgr.smithi002.utaniu (mgr.14184) 184 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:02.776 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:02 smithi002 conmon[82053]: cluster 2023-12-08T10:14:01.133049+0000 mgr.smithi002.utaniu (mgr.14184) 185 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:02 smithi204 conmon[86088]: audit 2023-12-08T10:14:00.598383+0000 mgr.smithi002.utaniu (mgr.14184) 184 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:02 smithi204 conmon[86088]: cluster 2023- 2023-12-08T10:14:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:02 smithi204 conmon[86088]: 12-08T10:14:01.133049+0000 mgr.smithi002.utaniu (mgr.14184) 185 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:03.752 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:03.753 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:04.313 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:04.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:04 smithi204 conmon[86088]: cluster 2023-12-08T10:14:03.133759+0000 mgr.smithi002.utaniu (mgr.14184) 186 : cluster 2023-12-08T10:14:04.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:04 smithi204 conmon[86088]: [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:14:04.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:04 smithi002 conmon[82053]: cluster 2023-12-08T10:14:03.133759+0000 mgr.smithi002.utaniu (mgr.14184) 186 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:14:05.315 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:05.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:05 smithi002 conmon[82053]: audit 2023-12-08T10:14:03.748091+0000 2023-12-08T10:14:05.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:05 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 187 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:05 smithi204 conmon[86088]: audit 2023-12-08T10:14:03.748091+0000 mgr.smithi002.utaniu (mgr.14184) 187 : audit 2023-12-08T10:14:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:05 smithi204 conmon[86088]: [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:06 smithi204 conmon[86088]: cluster 2023-12-08T10:14:05.134405+0000 mgr.smithi002.utaniu (mgr.14184) 188 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:14:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:06 smithi204 conmon[86088]: 2023-12-08T10:14:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:06 smithi002 conmon[82053]: cluster 2023-12-08T10:14:05.134405+0000 2023-12-08T10:14:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:06 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 188 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:14:07.046 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:07.046 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:07.469 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:08.470 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:08.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:08 smithi204 conmon[86088]: audit 2023-12-08T10:14:07.042157+0000 mgr.smithi002.utaniu (mgr.14184) 189 : audit [DBG] 2023-12-08T10:14:08.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:08 smithi204 conmon[86088]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:08.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:08 smithi204 conmon[86088]: cluster 2023-12-08T10:14:07.135076+0000 mgr.smithi002.utaniu (mgr.14184) 190 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:14:08.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:08 smithi002 conmon[82053]: audit 2023-12-08T10:14:07.042157+0000 mgr.smithi002.utaniu (mgr.14184) 189 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:08.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:08 smithi002 conmon[82053]: cluster 2023-12-08T10:14:07.135076+0000 mgr.smithi002.utaniu (mgr.14184) 190 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:14:10.244 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:10.244 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:10.689 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:10 smithi002 conmon[82053]: cluster 2023-12-08T10:14:09.135591+0000 mgr.smithi002.utaniu (mgr.14184) 191 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:14:10.719 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:10 smithi204 conmon[86088]: cluster 2023-12-08T10:14:09.135591+0000 mgr.smithi002.utaniu (mgr.14184) 191 : cluster [DBG] 2023-12-08T10:14:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:10 smithi204 conmon[86088]: pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:14:11.721 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:11.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:11 smithi204 conmon[86088]: audit 2023-12-08T10:14:10.239741+0000 mgr.smithi002.utaniu (mgr.14184) 192 : 2023-12-08T10:14:11.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:11 smithi204 conmon[86088]: audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:11.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:11 smithi002 conmon[82053]: audit 2023-12-08T10:14:10.239741+0000 mgr.smithi002.utaniu 2023-12-08T10:14:11.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:11 smithi002 conmon[82053]: (mgr.14184) 192 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:12.639 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:12 smithi002 conmon[82053]: cluster 2023-12-08T10:14:11.136324+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:14:12.639 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:12 smithi002 conmon[82053]: 193 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:14:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:12 smithi204 conmon[86088]: cluster 2023-12-08T10:14:11.136324+0000 mgr.smithi002.utaniu (mgr.14184) 193 : cluster 2023-12-08T10:14:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:12 smithi204 conmon[86088]: [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:14:13.516 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:13.516 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:13.969 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:14 smithi204 conmon[86088]: cluster 2023-12-08T10:14:13.137207+0000 mgr.smithi002.utaniu (mgr.14184) 194 : cluster [DBG] 2023-12-08T10:14:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:14 smithi204 conmon[86088]: pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:14:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:14 smithi204 conmon[86088]: audit 2023-12-08T10:14:13.512221+0000 mgr.smithi002.utaniu (mgr.14184) 195 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:14.971 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:14 smithi002 conmon[82053]: cluster 2023-12-08T10:14:13.137207+0000 2023-12-08T10:14:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:14 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 194 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:14:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:14 smithi002 conmon[82053]: audit 2023-12-08T10:14:13.512221+0000 mgr.smithi002.utaniu (mgr.14184) 195 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:16.685 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:16.685 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:16.706 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:16 smithi002 conmon[82053]: cluster 2023-12-08T10:14:15.137752+0000 mgr.smithi002.utaniu (mgr.14184) 196 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:14:16.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:16 smithi204 conmon[86088]: cluster 2023-12-08T10:14:15.137752+0000 mgr.smithi002.utaniu (mgr.14184) 196 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:14:16.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:16 smithi204 conmon[86088]: 2023-12-08T10:14:17.236 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:17 smithi204 conmon[86088]: audit 2023-12-08T10:14:17.112706+0000 mon.smithi002 (mon.0) 658 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]: dispatch 2023-12-08T10:14:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:17 smithi204 conmon[86088]: audit 2023-12-08T10:14:17.112926+0000 mon.smithi002 (mon.0) 659 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]: dispatch 2023-12-08T10:14:17.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:17 smithi002 conmon[82053]: audit 2023-12-08T10:14:17.112706+0000 mon.smithi002 (mon. 2023-12-08T10:14:17.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:17 smithi002 conmon[82053]: 0) 658 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]: dispatch 2023-12-08T10:14:17.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:17 smithi002 conmon[82053]: audit 2023-12-08T10:14:17.112926+0000 mon.smithi002 (mon.0) 659 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]: dispatch 2023-12-08T10:14:18.238 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:18.805 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:18 smithi002 conmon[82053]: audit 2023-12-08T10:14:16.679658+0000 mgr.smithi002.utaniu 2023-12-08T10:14:18.805 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:18 smithi002 conmon[82053]: (mgr.14184) 197 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:18.805 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:18 smithi002 conmon[82053]: cluster 2023-12-08T10:14:17.138589+0000 mgr.smithi002.utaniu (mgr.14184) 198 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:18.805 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:18 smithi002 conmon[82053]: audit 2023-12-08T10:14:17.530244+0000 mon.smithi002 (mon.0) 660 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]': finished 2023-12-08T10:14:18.805 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:18 smithi002 conmon[82053]: audit 2023-12-08T10:14:17.530324+0000 mon.smithi002 (mon.0) 661 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]': finished 2023-12-08T10:14:18.805 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:18 smithi002 conmon[82053]: cluster 2023-12-08T10:14:17.530380+0000 mon.smithi002 (mon.0) 662 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-08T10:14:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:18 smithi204 conmon[86088]: audit 2023-12-08T10:14:16.679658+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:14:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:18 smithi204 conmon[86088]: .14184) 197 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:18 smithi204 conmon[86088]: cluster 2023-12-08T10:14:17.138589+0000 mgr.smithi002.utaniu (mgr.14184) 198 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:18 smithi204 conmon[86088]: audit 2023-12-08T10:14:17.530244+0000 mon.smithi002 (mon.0) 660 : audit 2023-12-08T10:14:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:18 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]': finished 2023-12-08T10:14:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:18 smithi204 conmon[86088]: audit 2023-12 2023-12-08T10:14:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:18 smithi204 conmon[86088]: -08T10:14:17.530324+0000 mon.smithi002 (mon. 2023-12-08T10:14:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:18 smithi204 conmon[86088]: 0) 661 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]': finished 2023-12-08T10:14:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:18 smithi204 conmon[86088]: cluster 2023-12-08T10:14:17. 2023-12-08T10:14:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:18 smithi204 conmon[86088]: 530380+0000 mon.smithi002 (mon.0) 662 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-08T10:14:19.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:19 smithi204 conmon[86088]: cluster 2023-12-08T10:14:18.531530+0000 mon.smithi002 (mon.0) 663 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-08T10:14:19.934 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:19.935 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:19.956 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:19 smithi002 conmon[82053]: cluster 2023-12-08T10:14:18.531530+0000 mon.smithi002 (mon.0) 663 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-08T10:14:20.486 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:20 smithi002 conmon[82053]: cluster 2023-12-08T10:14:19.138994+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:14:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:20 smithi002 conmon[82053]: 14184) 199 : cluster [DBG] pgmap v166: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-08T10:14:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:20 smithi204 conmon[86088]: cluster 2023-12-08T10:14:19.138994+0000 mgr.smithi002.utaniu (mgr.14184) 199 : cluster 2023-12-08T10:14:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:20 smithi204 conmon[86088]: [DBG] pgmap v166: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-08T10:14:21.487 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:21.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:21 smithi204 conmon[86088]: audit 2023-12-08T10:14:19.930307+0000 mgr.smithi002.utaniu (mgr.14184) 200 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:21.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:21 smithi002 conmon[82053]: audit 2023-12-08T10 2023-12-08T10:14:21.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:21 smithi002 conmon[82053]: :14:19.930307+0000 mgr.smithi002.utaniu (mgr.14184) 200 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:22.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:22 smithi002 conmon[82053]: cluster 2023-12-08T10:14:21.139647+0000 mgr.smithi002.utaniu (mgr.14184) 201 : cluster [DBG] pgmap v167: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-08T10:14:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:22 smithi204 conmon[86088]: cluster 2023-12-08T10:14:21.139647+0000 mgr.smithi002.utaniu (mgr.14184) 201 : cluster [DBG] pgmap v167: 225 pgs: 1 peering, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-08T10:14:23.200 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:23.200 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:23.641 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:24.642 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:24.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:24 smithi204 conmon[86088]: cluster 2023-12-08T10:14:23.140403+0000 mgr.smithi002.utaniu (mgr.14184) 202 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:14:24.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:24 smithi204 conmon[86088]: audit 2023-12-08T10:14:23.195334+0000 mgr.smithi002.utaniu (mgr.14184) 203 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:24.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:24 smithi002 conmon[82053]: cluster 2023-12-08T10:14:23.140403+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:14:24.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:24 smithi002 conmon[82053]: 202 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:14:24.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:24 smithi002 conmon[82053]: audit 2023-12-08T10:14:23.195334+0000 mgr.smithi002.utaniu (mgr.14184) 203 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:26.339 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:26.340 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:26.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:26 smithi002 conmon[82053]: cluster 2023-12-08T10:14:25.141011+0000 mgr.smithi002.utaniu (mgr.14184) 204 : cluster [DBG] pgmap v169: 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 2023-12-08T10:14:26.790 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:26.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:26 smithi204 conmon[86088]: cluster 2023-12-08T10:14:25.141011+0000 mgr.smithi002.utaniu (mgr.14184) 204 : cluster [DBG] 2023-12-08T10:14:26.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:26 smithi204 conmon[86088]: pgmap v169: 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 2023-12-08T10:14:27.791 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:27.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:27 smithi204 conmon[86088]: audit 2023-12-08T10:14:26.335328+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:14:27.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:27 smithi204 conmon[86088]: ) 205 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:27.822 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:27 smithi002 conmon[82053]: audit 2023-12-08T10:14:26.335328 2023-12-08T10:14:27.823 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:27 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 205 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:28 smithi002 conmon[82053]: cluster 2023-12-08T10:14:27.141731+0000 mgr.smithi002.utaniu 2023-12-08T10:14:28.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:28 smithi002 conmon[82053]: (mgr.14184) 206 : cluster [DBG] pgmap v170: 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 2023-12-08T10:14:28.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:28 smithi204 conmon[86088]: cluster 2023-12-08T10:14:27.141731+0000 mgr.smithi002.utaniu (mgr.14184) 206 2023-12-08T10:14:28.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:28 smithi204 conmon[86088]: : cluster [DBG] pgmap v170: 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 2023-12-08T10:14:29.510 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:29.510 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:29.952 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:30 smithi204 conmon[86088]: cluster 2023-12-08T10:14:29.142258+0000 mgr.smithi002.utaniu (mgr.14184) 207 : cluster 2023-12-08T10:14:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:30 smithi204 conmon[86088]: [DBG] pgmap v171: 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 2023-12-08T10:14:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:30 smithi204 conmon[86088]: audit 2023-12-08T10:14:29.505687+0000 mgr.smithi002.utaniu (mgr.14184) 208 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:30.953 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:30.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:30 smithi002 conmon[82053]: cluster 2023-12-08T10:14:29.142258+0000 mgr.smithi002.utaniu (mgr.14184) 207 : cluster [DBG] pgmap v171: 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 2023-12-08T10:14:30.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:30 smithi002 conmon[82053]: audit 2023-12-08T10:14:29.505687+0000 mgr.smithi002.utaniu (mgr.14184) 208 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:32.616 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:32.616 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:32 smithi204 conmon[86088]: cluster 2023-12-08T10:14:31.142963+0000 mgr.smithi002.utaniu (mgr.14184) 209 : cluster [DBG] 2023-12-08T10:14:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:32 smithi204 conmon[86088]: pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:32 smithi204 conmon[86088]: audit 2023-12-08T10:14:32.510823+0000 mon.smithi002 (mon.0) 664 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:14:32.827 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:32 smithi002 conmon[82053]: cluster 2023-12-08T10:14:31.142963+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:14:32.827 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:32 smithi002 conmon[82053]: ) 209 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:32.827 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:32 smithi002 conmon[82053]: audit 2023-12-08T10:14:32.510823+0000 mon.smithi002 (mon.0) 664 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:14:33.102 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:34.103 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:34.861 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:34 smithi002 conmon[82053]: audit 2023-12-08T10:14:32.611422+0000 mgr.smithi002.utaniu (mgr.14184) 210 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:34.861 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:34 smithi002 conmon[82053]: cluster 2023-12-08T10:14:33.143691+0000 mgr.smithi002.utaniu (mgr.14184) 211 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:35.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:34 smithi204 conmon[86088]: audit 2023-12-08T10:14:32.611422+0000 mgr.smithi002.utaniu (mgr.14184) 210 : audit 2023-12-08T10:14:35.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:34 smithi204 conmon[86088]: [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:35.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:34 smithi204 conmon[86088]: cluster 2023-12-08T10:14:33.143691+0000 mgr.smithi002.utaniu (mgr.14184) 211 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:35.925 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:35.925 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:36.355 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:36.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:36 smithi002 conmon[82053]: cluster 2023-12-08T10:14:35 2023-12-08T10:14:36.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:36 smithi002 conmon[82053]: .144325+0000 mgr.smithi002.utaniu (mgr.14184) 212 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:14:37.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:36 smithi204 conmon[86088]: cluster 2023-12-08T10:14:35.144325+0000 mgr.smithi002.utaniu (mgr.14184) 212 : cluster 2023-12-08T10:14:37.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:36 smithi204 conmon[86088]: [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:14:37.356 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:37.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:37 smithi002 conmon[82053]: audit 2023-12-08T10:14:35.920860+0000 mgr.smithi002.utaniu (mgr.14184) 213 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:37 smithi204 conmon[86088]: audit 2023-12-08T10:14:35.920860+0000 mgr.smithi002.utaniu (mgr.14184) 213 2023-12-08T10:14:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:37 smithi204 conmon[86088]: : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:38.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:38 smithi002 conmon[82053]: cluster 2023-12-08T10:14:37.145097+0000 mgr.smithi002.utaniu (mgr.14184) 214 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:38.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:38 smithi002 conmon[82053]: 2023-12-08T10:14:39.012 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:39.012 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:38 smithi204 conmon[86088]: cluster 2023-12-08T10:14:37.145097+0000 mgr.smithi002.utaniu (mgr.14184) 214 : cluster [DBG] 2023-12-08T10:14:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:38 smithi204 conmon[86088]: pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:39.407 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:40.409 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:40 smithi002 conmon[82053]: audit 2023-12-08T10:14:39.008090+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:14:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:40 smithi002 conmon[82053]: .14184) 215 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:40 smithi002 conmon[82053]: cluster 2023-12-08T10:14:39.145647+0000 mgr.smithi002.utaniu (mgr.14184) 216 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:41.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:40 smithi204 conmon[86088]: audit 2023-12-08T10:14:39.008090+0000 mgr.smithi002.utaniu (mgr.14184) 215 : audit [DBG] 2023-12-08T10:14:41.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:40 smithi204 conmon[86088]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:41.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:40 smithi204 conmon[86088]: cluster 2023-12-08T10:14:39.145647+0000 mgr.smithi002.utaniu (mgr.14184) 216 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:42.152 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:42.152 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:42.770 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:42 smithi002 conmon[82053]: cluster 2023-12-08T10:14:41.146216+0000 mgr.smithi002.utaniu 2023-12-08T10:14:42.770 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:42 smithi002 conmon[82053]: (mgr.14184) 217 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:42.771 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:43.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:42 smithi204 conmon[86088]: cluster 2023-12-08T10:14:41.146216+0000 mgr.smithi002.utaniu (mgr.14184) 217 : cluster 2023-12-08T10:14:43.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:42 smithi204 conmon[86088]: [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:43.773 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:43.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:43 smithi002 conmon[82053]: audit 2023-12-08T 2023-12-08T10:14:43.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:43 smithi002 conmon[82053]: 10:14:42.146871+0000 mgr.smithi002.utaniu (mgr.14184) 218 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:44.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:43 smithi204 conmon[86088]: audit 2023-12-08T10:14:42.146871+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:14:44.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:43 smithi204 conmon[86088]: ) 218 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:44.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:44 smithi002 conmon[82053]: cluster 2023-12-08T10:14:43.147052+0000 mgr.smithi002.utaniu ( 2023-12-08T10:14:44.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:44 smithi002 conmon[82053]: mgr.14184) 219 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:45.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:44 smithi204 conmon[86088]: cluster 2023-12-08T10:14:43.147052+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:14:45.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:44 smithi204 conmon[86088]: 219 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:45.485 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:45.485 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:46.037 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:46.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:46 smithi002 conmon[82053]: cluster 2023-12-08T10:14:45.147779+0000 mgr.smithi002.utaniu (mgr.14184) 220 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:14:46.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:46 smithi002 conmon[82053]: audit 2023-12-08T10:14:45.481294+0000 mgr.smithi002.utaniu (mgr.14184) 221 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:47.038 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:46 smithi204 conmon[86088]: cluster 2023-12-08T10:14:45.147779+0000 mgr.smithi002.utaniu (mgr.14184) 220 : cluster 2023-12-08T10:14:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:46 smithi204 conmon[86088]: [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:14:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:46 smithi204 conmon[86088]: audit 2023-12-08T10:14:45.481294+0000 mgr.smithi002.utaniu (mgr.14184) 221 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:48.731 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:48.732 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:48.933 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:48 smithi002 conmon[82053]: cluster 2023-12-08T10:14:47.148434+0000 mgr.smithi002.utaniu (mgr.14184) 222 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:48 smithi204 conmon[86088]: cluster 2023-12-08T10:14:47.148434+0000 mgr.smithi002.utaniu (mgr.14184) 222 : cluster [DBG] 2023-12-08T10:14:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:48 smithi204 conmon[86088]: pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:49.203 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:50.205 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:50.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:50 smithi002 conmon[82053]: audit 2023-12-08T10:14:48.726500 2023-12-08T10:14:50.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:50 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 223 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:50.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:50 smithi002 conmon[82053]: cluster 2023-12-08T10:14:49.149239+0000 mgr.smithi002.utaniu (mgr.14184) 224 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:50.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:50 smithi204 conmon[86088]: audit 2023-12-08T10:14:48.726500+0000 mgr.smithi002.utaniu (mgr.14184) 223 : audit 2023-12-08T10:14:50.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:50 smithi204 conmon[86088]: [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:50.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:50 smithi204 conmon[86088]: cluster 2023-12-08T10:14:49.149239+0000 mgr.smithi002.utaniu (mgr.14184) 224 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:52.002 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:52.002 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:52.430 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:52 smithi002 conmon[82053]: cluster 2023-12-08T10:14:51.149807+0000 mgr.smithi002.utaniu (mgr.14184) 225 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:52.463 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:52.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:52 smithi204 conmon[86088]: cluster 2023-12-08T10:14:51.149807+0000 mgr.smithi002.utaniu (mgr.14184) 225 : cluster 2023-12-08T10:14:52.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:52 smithi204 conmon[86088]: [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:53.464 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:53.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:53 smithi002 conmon[82053]: audit 2023-12-08T10:14:51.997253+0000 2023-12-08T10:14:53.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:53 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 226 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:53.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:53 smithi204 conmon[86088]: audit 2023-12-08T10:14:51.997253+0000 mgr.smithi002.utaniu (mgr.14184) 226 : 2023-12-08T10:14:53.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:53 smithi204 conmon[86088]: audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:54.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:54 smithi002 conmon[82053]: cluster 2023-12-08T10:14:53.150584+0000 2023-12-08T10:14:54.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:54 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 227 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:54.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:54 smithi204 conmon[86088]: cluster 2023-12-08T10:14:53.150584+0000 mgr.smithi002.utaniu (mgr.14184) 227 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:55.140 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:55.140 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:55.516 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:56.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:56 smithi002 conmon[82053]: audit 2023-12-08T10:14:55.136207+0000 mgr.smithi002.utaniu (mgr.14184) 228 2023-12-08T10:14:56.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:56 smithi002 conmon[82053]: : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:56.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:56 smithi002 conmon[82053]: cluster 2023-12-08T10:14:55.151108+0000 mgr.smithi002.utaniu (mgr.14184) 229 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:14:56.517 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:14:56.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:56 smithi204 conmon[86088]: audit 2023-12-08T10:14:55.136207+0000 mgr.smithi002.utaniu (mgr.14184) 228 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:56.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:56 smithi204 conmon[86088]: cluster 2023-12-08T10:14:55. 2023-12-08T10:14:56.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:56 smithi204 conmon[86088]: 151108+0000 mgr.smithi002.utaniu (mgr.14184) 229 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:14:58.330 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:14:58.331 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:14:58.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:58 smithi002 conmon[82053]: cluster 2023-12-08T10:14:57.151796+0000 mgr.smithi002.utaniu (mgr.14184) 230 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:58.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:58 smithi204 conmon[86088]: cluster 2023-12-08T10:14:57.151796+0000 mgr.smithi002.utaniu (mgr.14184) 230 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:14:58.779 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:14:59.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:59 smithi002 conmon[82053]: audit 2023-12-08T10:14:58.325404+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:14:59.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:14:59 smithi002 conmon[82053]: 14184) 231 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:59.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:14:59 smithi204 conmon[86088]: audit 2023-12-08T10:14:58.325404+0000 mgr.smithi002.utaniu (mgr.14184) 231 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:14:59.780 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:00.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:00 smithi002 conmon[82053]: cluster 2023-12-08T10:14:59.152407+0000 mgr.smithi002.utaniu (mgr.14184) 232 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:00.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:00 smithi204 conmon[86088]: cluster 2023-12-08T10:14:59.152407+0000 mgr.smithi002.utaniu (mgr.14184) 232 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:01.488 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:01.488 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:02.031 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:02.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:02 smithi002 conmon[82053]: cluster 2023-12-08T10:15:01.152962+0000 mgr.smithi002.utaniu ( 2023-12-08T10:15:02.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:02 smithi002 conmon[82053]: mgr.14184) 233 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:02.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:02 smithi002 conmon[82053]: audit 2023-12-08T10:15:01.483630+0000 mgr.smithi002.utaniu (mgr.14184) 234 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:02.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:02 smithi204 conmon[86088]: cluster 2023-12-08T10:15:01.152962+0000 mgr.smithi002.utaniu (mgr.14184) 233 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:02.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:02 smithi204 conmon[86088]: audit 2023-12-08T10:15:01.483630+0000 mgr.smithi002.utaniu (mgr.14184) 234 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:03.032 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:04.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:04 smithi002 conmon[82053]: cluster 2023-12-08T10:15:03.153727+0000 mgr.smithi002.utaniu (mgr.14184) 235 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:04.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:04 smithi204 conmon[86088]: cluster 2023-12-08T10:15:03.153727+0000 mgr.smithi002.utaniu (mgr.14184) 235 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:04.743 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:04.743 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:05.196 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:06.197 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:06.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:06 smithi002 conmon[82053]: audit 2023-12-08T10:15:04.738599+0000 mgr.smithi002.utaniu 2023-12-08T10:15:06.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:06 smithi002 conmon[82053]: (mgr.14184) 236 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:06.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:06 smithi002 conmon[82053]: cluster 2023-12-08T10:15:05.154337+0000 mgr.smithi002.utaniu (mgr.14184) 237 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:15:06.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:06 smithi204 conmon[86088]: audit 2023-12-08T10:15:04.738599+0000 mgr.smithi002.utaniu (mgr.14184) 236 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:06.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:06 smithi204 conmon[86088]: cluster 2023-12-08T10:15:05.154337+0000 mgr.smithi002.utaniu (mgr.14184) 237 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:15:07.905 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:07.905 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:08.345 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:08.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:08 smithi002 conmon[82053]: cluster 2023-12-08T10:15:07.155221+0000 mgr.smithi002.utaniu (mgr.14184) 238 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:08.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:08 smithi204 conmon[86088]: cluster 2023-12-08T10:15:07.155221+0000 mgr.smithi002.utaniu (mgr.14184) 238 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:09.346 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:09.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:09 smithi204 conmon[86088]: audit 2023-12-08T10:15:07.900768+0000 mgr.smithi002.utaniu (mgr.14184) 239 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:09.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:09 smithi204 conmon[86088]: 2023-12-08T10:15:09.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:09 smithi002 conmon[82053]: audit 2023-12-08T10:15:07.900768+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:15:09.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:09 smithi002 conmon[82053]: ) 239 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:10.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:10 smithi002 conmon[82053]: cluster 2023-12-08T10:15:09.155883+0000 mgr.smithi002.utaniu ( 2023-12-08T10:15:10.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:10 smithi002 conmon[82053]: mgr.14184) 240 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:10.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:10 smithi204 conmon[86088]: cluster 2023-12-08T10:15:09.155883+0000 mgr.smithi002.utaniu (mgr.14184) 240 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:10.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:10 smithi204 conmon[86088]: 2023-12-08T10:15:10.972 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:10.972 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:11.400 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:12.401 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:12.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:12 smithi204 conmon[86088]: audit 2023-12-08T10:15:10.967810+0000 mgr.smithi002.utaniu (mgr.14184) 241 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:12.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:12 smithi204 conmon[86088]: cluster 2023-12-08T10:15:11.156598+0000 mgr.smithi002.utaniu (mgr.14184) 242 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:12.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:12 smithi002 conmon[82053]: audit 2023-12-08T10:15:10.967810+0000 mgr.smithi002.utaniu (mgr.14184) 241 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:12.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:12 smithi002 conmon[82053]: cluster 2023-12-08T10:15:11.156598+0000 mgr.smithi002.utaniu (mgr.14184) 242 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:14.237 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:14.237 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:14.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:14 smithi204 conmon[86088]: cluster 2023-12-08T10:15:13.157326+0000 mgr.smithi002.utaniu (mgr.14184) 243 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:14.626 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:14 smithi002 conmon[82053]: cluster 2023-12-08T10:15: 2023-12-08T10:15:14.626 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:14 smithi002 conmon[82053]: 13.157326+0000 mgr.smithi002.utaniu (mgr.14184) 243 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:14.664 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:15.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:15 smithi204 conmon[86088]: audit 2023-12-08T10:15:14.232588+0000 mgr.smithi002.utaniu (mgr.14184) 244 : audit 2023-12-08T10:15:15.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:15 smithi204 conmon[86088]: [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:15.666 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:15.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:15 smithi002 conmon[82053]: audit 2023-12-08T10:15:14.232588+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:15:15.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:15 smithi002 conmon[82053]: 14184) 244 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:16.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:16 smithi002 conmon[82053]: cluster 2023-12-08T10:15:15.158142+0000 mgr.smithi002.utaniu (mgr.14184) 245 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:15:16.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:16 smithi204 conmon[86088]: cluster 2023-12-08T10:15:15.158142+0000 mgr.smithi002.utaniu (mgr.14184) 245 : cluster [DBG] 2023-12-08T10:15:16.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:16 smithi204 conmon[86088]: pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:15:17.552 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:17.552 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:17.912 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:18.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:18 smithi204 conmon[86088]: cluster 2023-12-08T10:15:17.158958+0000 mgr.smithi002.utaniu (mgr.14184) 246 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:18.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:18 smithi204 conmon[86088]: audit 2023-12-08T10:15:17.547045+0000 mgr.smithi002.utaniu (mgr.14184) 247 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:18.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:18 smithi002 conmon[82053]: cluster 2023-12-08T10:15:17.158958+0000 2023-12-08T10:15:18.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:18 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 246 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:18.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:18 smithi002 conmon[82053]: audit 2023-12-08T10:15:17.547045+0000 mgr.smithi002.utaniu (mgr.14184) 247 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:18.913 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:20.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:20 smithi002 conmon[82053]: cluster 2023-12-08T10:15:19.159509+0000 mgr.smithi002.utaniu (mgr.14184) 248 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:20.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:20 smithi204 conmon[86088]: cluster 2023-12-08T10:15:19.159509+0000 mgr.smithi002.utaniu (mgr.14184) 248 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:20.588 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:20.588 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:21.065 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:21.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:21 smithi002 conmon[82053]: audit 2023-12-08T10:15:20.583514+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:15:21.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:21 smithi002 conmon[82053]: 249 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:21.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:21 smithi204 conmon[86088]: audit 2023-12-08T10:15:20.583514+0000 mgr.smithi002.utaniu (mgr.14184) 249 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:21.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:21 smithi204 conmon[86088]: 2023-12-08T10:15:22.066 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:22.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:22 smithi002 conmon[82053]: cluster 2023-12-08T10:15:21.160096+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:15:22.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:22 smithi002 conmon[82053]: .14184) 250 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:22.568 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:22 smithi204 conmon[86088]: cluster 2023-12-08T10:15:21.160096+0000 mgr.smithi002.utaniu (mgr.14184) 250 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:23.756 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:23.757 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:24.319 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:24.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:24 smithi204 conmon[86088]: cluster 2023-12-08T10:15:23.160832+0000 mgr.smithi002.utaniu (mgr.14184) 251 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:24.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:24 smithi002 conmon[82053]: cluster 2023-12-08T10:15:23.160832+0000 mgr.smithi002.utaniu (mgr.14184) 251 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:25.320 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:25.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:25 smithi204 conmon[86088]: audit 2023-12-08T10:15:23.751718+0000 mgr.smithi002.utaniu (mgr.14184) 252 : audit [DBG] 2023-12-08T10:15:25.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:25 smithi204 conmon[86088]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:25.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:25 smithi002 conmon[82053]: audit 2023-12-08T10:15:23.751718+0000 mgr.smithi002.utaniu (mgr.14184) 252 : audit 2023-12-08T10:15:25.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:25 smithi002 conmon[82053]: [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:26.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:26 smithi002 conmon[82053]: cluster 2023-12-08T10:15:25.161491+0000 mgr.smithi002.utaniu (mgr.14184) 253 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:15:26.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:26 smithi204 conmon[86088]: cluster 2023-12-08T10:15:25.161491+0000 mgr.smithi002.utaniu (mgr.14184) 253 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:15:26.925 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:26.926 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:27.487 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:28.488 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:28.521 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:28 smithi002 conmon[82053]: audit 2023-12-08T10:15:26.921473+0000 mgr.smithi002.utaniu 2023-12-08T10:15:28.522 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:28 smithi002 conmon[82053]: (mgr.14184) 254 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:28.522 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:28 smithi002 conmon[82053]: cluster 2023-12-08T10:15:27.162145+0000 mgr.smithi002.utaniu (mgr.14184) 255 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:28 smithi204 conmon[86088]: audit 2023-12-08T10:15:26.921473+0000 mgr.smithi002.utaniu (mgr.14184) 254 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:28 smithi204 conmon[86088]: cluster 2023-12-08T10:15:27.162145+0000 2023-12-08T10:15:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:28 smithi204 conmon[86088]: mgr.smithi002.utaniu (mgr.14184) 255 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:30.064 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:30.064 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:30.450 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:30 smithi002 conmon[82053]: cluster 2023-12-08T10:15:29.162680+0000 mgr.smithi002.utaniu (mgr.14184) 256 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:30.451 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:30.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:30 smithi204 conmon[86088]: cluster 2023-12-08T10:15:29.162680+0000 mgr.smithi002.utaniu (mgr.14184) 256 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:31.454 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:31.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:31 smithi204 conmon[86088]: audit 2023-12-08T10:15:30.059919+0000 mgr.smithi002.utaniu (mgr.14184) 257 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:31.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:31 smithi002 conmon[82053]: audit 2023-12-08T10:15:30.059919+0000 mgr.smithi002.utaniu (mgr.14184) 257 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:32.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:32 smithi204 conmon[86088]: cluster 2023-12-08T10:15:31.163360+0000 mgr.smithi002.utaniu (mgr.14184) 258 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:32.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:32 smithi002 conmon[82053]: cluster 2023-12 2023-12-08T10:15:32.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:32 smithi002 conmon[82053]: -08T10:15:31.163360+0000 mgr.smithi002.utaniu (mgr.14184) 258 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:33.185 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:33.185 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:33.706 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:34.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:34 smithi204 conmon[86088]: cluster 2023-12-08T10:15:33.164334+0000 mgr.smithi002.utaniu (mgr.14184) 259 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:34.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:34 smithi204 conmon[86088]: audit 2023-12-08T10:15:33.180613+0000 2023-12-08T10:15:34.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:34 smithi204 conmon[86088]: mgr.smithi002.utaniu (mgr.14184) 260 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:34.707 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:34.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:34 smithi002 conmon[82053]: cluster 2023-12-08T10:15:33.164334+0000 mgr.smithi002.utaniu (mgr.14184) 259 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:34.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:34 smithi002 conmon[82053]: audit 2023-12-08T10:15:33.180613+0000 mgr.smithi002.utaniu (mgr.14184) 260 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:36.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:36 smithi002 conmon[82053]: cluster 2023-12-08T10:15:35.165087+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:15:36.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:36 smithi002 conmon[82053]: 261 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:15:36.496 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:36.497 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:36.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:36 smithi204 conmon[86088]: cluster 2023-12-08T10:15:35.165087+0000 mgr.smithi002.utaniu (mgr.14184) 261 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:15:36.951 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:37.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:37 smithi204 conmon[86088]: audit 2023-12-08T10:15:36.492407+0000 mgr.smithi002.utaniu (mgr.14184) 262 : audit [DBG] 2023-12-08T10:15:37.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:37 smithi204 conmon[86088]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:37.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:37 smithi002 conmon[82053]: audit 2023-12-08T10:15:36.492407+0000 mgr.smithi002.utaniu ( 2023-12-08T10:15:37.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:37 smithi002 conmon[82053]: mgr.14184) 262 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:37.952 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:38.561 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:38 smithi002 conmon[82053]: cluster 2023-12-08T10:15:37.165837+0000 mgr.smithi002.utaniu (mgr.14184) 263 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:38.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:38 smithi204 conmon[86088]: cluster 2023-12-08T10:15:37.165837+0000 mgr.smithi002.utaniu (mgr.14184) 263 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:39.751 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:39.752 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:40.202 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:40.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:40 smithi002 conmon[82053]: cluster 2023-12-08T10:15:39.166467+0000 mgr.smithi002.utaniu (mgr.14184) 264 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:40.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:40 smithi204 conmon[86088]: cluster 2023-12-08T10:15:39.166467+0000 mgr.smithi002.utaniu (mgr.14184) 264 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:41.203 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:41.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:41 smithi204 conmon[86088]: audit 2023-12-08T10:15:39.747117+0000 mgr.smithi002.utaniu (mgr.14184) 265 : audit [DBG] 2023-12-08T10:15:41.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:41 smithi204 conmon[86088]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:41.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:41 smithi002 conmon[82053]: audit 2023-12-08T10:15:39.747117+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:15:41.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:41 smithi002 conmon[82053]: 265 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:42.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:42 smithi002 conmon[82053]: cluster 2023-12-08T10:15:41.167264+0000 mgr.smithi002.utaniu (mgr.14184) 266 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:42.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:42 smithi204 conmon[86088]: cluster 2023-12-08T10:15:41.167264+0000 mgr.smithi002.utaniu (mgr.14184) 266 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:42.930 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:42.930 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:43.359 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:44.360 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:44.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:44 smithi204 conmon[86088]: audit 2023-12-08T10:15:42.925395+0000 mgr.smithi002.utaniu (mgr.14184) 267 : audit [DBG] 2023-12-08T10:15:44.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:44 smithi204 conmon[86088]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:44.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:44 smithi204 conmon[86088]: cluster 2023-12-08T10:15:43.168271+0000 mgr.smithi002.utaniu (mgr.14184) 268 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:15:44.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:44 smithi002 conmon[82053]: audit 2023-12-08T10:15:42.925395+0000 mgr.smithi002.utaniu (mgr.14184) 267 : 2023-12-08T10:15:44.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:44 smithi002 conmon[82053]: audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:44.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:44 smithi002 conmon[82053]: cluster 2023-12-08T10:15:43.168271+0000 mgr.smithi002.utaniu (mgr.14184) 268 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:15:45.963 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:45.963 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:46.419 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:46.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:46 smithi204 conmon[86088]: cluster 2023-12-08T10:15:45.168831+0000 mgr.smithi002.utaniu (mgr.14184) 269 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-08T10:15:46.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:46 smithi002 conmon[82053]: cluster 2023-12-08T10:15:45.168831+0000 mgr.smithi002.utaniu (mgr.14184) 269 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-08T10:15:47.421 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:47.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:47 smithi204 conmon[86088]: audit 2023-12-08T10:15:45.958422+0000 mgr.smithi002.utaniu (mgr.14184) 270 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:47.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:47 smithi204 conmon[86088]: 2023-12-08T10:15:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:47 smithi002 conmon[82053]: audit 2023-12-08T10:15:45.958422+0000 mgr.smithi002.utaniu (mgr.14184) 270 : audit 2023-12-08T10:15:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:47 smithi002 conmon[82053]: [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:48.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:48 smithi204 conmon[86088]: cluster 2023-12-08T10:15:47.169593+0000 mgr.smithi002.utaniu (mgr.14184) 271 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:15:48.726 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:48 smithi002 conmon[82053]: cluster 2023-12-08T10:15:47.169593+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:15:48.726 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:48 smithi002 conmon[82053]: 271 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:15:49.110 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:49.111 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:49.579 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:50.580 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:50.613 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:50 smithi002 conmon[82053]: audit 2023-12-08T10:15:49.106214+0000 mgr.smithi002.utaniu (mgr.14184) 272 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:50.614 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:50 smithi002 conmon[82053]: cluster 2023-12-08T10:15:49.170147+0000 mgr.smithi002.utaniu (mgr.14184) 273 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:15:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:50 smithi204 conmon[86088]: audit 2023-12-08T10:15:49.106214+0000 mgr.smithi002.utaniu (mgr.14184) 272 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:50 smithi204 conmon[86088]: cluster 2023-12-08T10:15:49.170147+0000 mgr.smithi002.utaniu (mgr.14184) 273 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:15:52.434 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:52.435 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:52.632 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:52 smithi002 conmon[82053]: cluster 2023-12-08T10:15:51.170681+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:15:52.632 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:52 smithi002 conmon[82053]: .14184) 274 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:15:52.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:52 smithi204 conmon[86088]: cluster 2023-12-08T10:15:51.170681+0000 mgr.smithi002.utaniu (mgr.14184) 274 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:15:52.831 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:53.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:53 smithi002 conmon[82053]: audit 2023-12-08T10:15:52.429746+0000 mgr.smithi002.utaniu (mgr.14184) 275 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:53 smithi204 conmon[86088]: audit 2023-12-08T10:15:52.429746+0000 mgr.smithi002.utaniu (mgr.14184) 275 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:53.832 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:54.583 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:54 smithi002 conmon[82053]: cluster 2023-12-08T10:15:53.171424+0000 2023-12-08T10:15:54.583 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:54 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 276 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:15:54.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:54 smithi204 conmon[86088]: cluster 2023-12-08T10:15:53.171424+0000 mgr.smithi002.utaniu (mgr.14184) 276 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:15:55.519 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:55.519 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z 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.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:55.980 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:56.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:56 smithi002 conmon[82053]: cluster 2023-12-08T10:15:55.172016+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:15:56.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:56 smithi002 conmon[82053]: 14184) 277 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:15:56.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:56 smithi002 conmon[82053]: audit 2023-12-08T10:15:55.515049+0000 mgr.smithi002.utaniu (mgr.14184) 278 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:56.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:56 smithi204 conmon[86088]: cluster 2023-12-08T10:15:55.172016+0000 mgr.smithi002.utaniu (mgr.14184) 277 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:15:56.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:56 smithi204 conmon[86088]: audit 2023-12-08T10:15:55.515049+0000 mgr.smithi002.utaniu (mgr.14184) 278 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:15:56.981 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:15:58.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:58 smithi002 conmon[82053]: cluster 2023-12-08T10:15:57.172654+0000 mgr.smithi002.utaniu (mgr.14184) 279 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:58.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:58 smithi002 conmon[82053]: audit 2023-12-08T10:15:57.667163+0000 mon.smithi002 (mon.0) 665 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.mbxbad"}]: dispatch 2023-12-08T10:15:58.766 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:15:58.767 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:15:58.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:58 smithi204 conmon[86088]: cluster 2023-12-08T10:15:57.172654+0000 mgr.smithi002.utaniu (mgr.14184) 279 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:15:58.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:58 smithi204 conmon[86088]: audit 2023-12-08T10:15:57.667163+0000 mon.smithi002 (mon.0) 665 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.mbxbad"}]: dispatch 2023-12-08T10:15:59.237 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:15:59.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: cephadm 2023-12-08T10:15:57.666613+0000 mgr.smithi002.utaniu (mgr.14184) 280 2023-12-08T10:15:59.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad 2023-12-08T10:15:59.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad 2023-12-08T10:15:59.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi204.mbxbad ... 2023-12-08T10:15:59.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:15:59.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:15:59.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:14:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:14:42Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:15:20Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:15:59.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:15:59.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: Traceback (most recent call last): 2023-12-08T10:15:59.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:15:59.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: yield (conn, connr) 2023-12-08T10:15:59.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:15:59.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: code, '\n'.join(err))) 2023-12-08T10:15:59.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad 2023-12-08T10:15:59.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad 2023-12-08T10:15:59.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi204.mbxbad ... 2023-12-08T10:15:59.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:15:59.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:15:59.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:14:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:14:42Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:15:20Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:15:59.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:15:59.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: cephadm 2023-12-08T10:15:57.666859 2023-12-08T10:15:59.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 281 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: cephadm 2023-12-08T10:15:57.667770+0000 mgr.smithi002.utaniu (mgr.14184) 282 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad 2023-12-08T10:15:59.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad 2023-12-08T10:15:59.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi204.mbxbad ... 2023-12-08T10:15:59.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:15:59.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:15:59.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:14:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.486 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:14:42Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:15:20Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:15:59.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:15:59.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:15:59 smithi002 conmon[82053]: cephadm 2023-12-08T10:15:57.669366+0000 mgr.smithi002.utaniu (mgr.14184) 283 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.zfeoiw on smithi002 2023-12-08T10:15:59.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: cephadm 2023-12-08T10:15:57.666613+0000 mgr.smithi002.utaniu (mgr.14184) 280 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad 2023-12-08T10:15:59.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad 2023-12-08T10:15:59.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi204.mbxbad ... 2023-12-08T10:15:59.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:15:59.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:15:59.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:14:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:14:42Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:15:20Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:15:59.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:15:59.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: Traceback (most recent call last): 2023-12-08T10:15:59.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: yield (conn, connr) 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: code, '\n'.join(err))) 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi204.mbxbad ... 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:14:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:14:42Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:15:20Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:15:59.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-12-08T10:15:59.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:15:59.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: cephadm 2023-12-08T10:15:57.666859+0000 mgr.smithi002.utaniu (mgr.14184) 281 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: cephadm 2023-12-08T10:15:57.667770+0000 mgr.smithi002.utaniu (mgr.14184) 282 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad 2023-12-08T10:15:59.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad 2023-12-08T10:15:59.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad 2023-12-08T10:15:59.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi204.mbxbad ... 2023-12-08T10:15:59.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:15:59.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:15:59.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:14:04Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:14:42Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:15:20Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:15:59.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:15:59.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:15:59.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:15:59 smithi204 conmon[86088]: cephadm 2023-12-08T10:15:57.669366+0000 mgr.smithi002.utaniu (mgr.14184) 283 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.zfeoiw on smithi002 2023-12-08T10:16:00.238 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:00.734 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:00 smithi002 conmon[82053]: audit 2023-12-08T10:15:58.762383 2023-12-08T10:16:00.734 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:00 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 284 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:00.734 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:00 smithi002 conmon[82053]: cluster 2023-12-08T10:15:59.173207+0000 mgr.smithi002.utaniu (mgr.14184) 285 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:00.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:00 smithi204 conmon[86088]: audit 2023-12-08T10:15:58.762383+0000 mgr.smithi002.utaniu (mgr.14184) 284 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:00 smithi204 conmon[86088]: cluster 2023-12-08T10:15:59.173207+0000 mgr.smithi002.utaniu (mgr.14184) 285 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:01.924 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:01.925 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:02.387 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:02.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:02 smithi002 conmon[82053]: cluster 2023-12-08T10:16:01.173778+0000 2023-12-08T10:16:02.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:02 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 286 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:02 smithi204 conmon[86088]: cluster 2023-12-08T10:16:01.173778+0000 mgr.smithi002.utaniu (mgr.14184) 286 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:03.389 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:03.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:03 smithi002 conmon[82053]: audit 2023-12-08T10:16:01.919565+0000 mgr.smithi002.utaniu (mgr.14184) 287 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:03.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:03 smithi002 conmon[82053]: 2023-12-08T10:16:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:03 smithi204 conmon[86088]: audit 2023-12-08T10:16:01.919565+0000 mgr.smithi002.utaniu (mgr.14184) 287 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:04.724 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:04 smithi002 conmon[82053]: cluster 2023-12-08T10:16:03.174700+0000 mgr.smithi002.utaniu (mgr.14184) 288 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:04.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:04 smithi204 conmon[86088]: cluster 2023-12-08T10:16:03.174700+0000 mgr.smithi002.utaniu (mgr.14184) 288 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:05.120 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:05.120 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:05.536 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:06.537 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:06.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:06 smithi002 conmon[82053]: audit 2023-12-08T10:16:05.115995+0000 mgr.smithi002.utaniu (mgr.14184) 289 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:06.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:06 smithi002 conmon[82053]: cluster 2023-12-08T10:16:05.175252+0000 mgr.smithi002.utaniu (mgr.14184) 290 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:16:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:06 smithi204 conmon[86088]: audit 2023-12-08T10:16:05.115995+0000 mgr.smithi002.utaniu (mgr.14184) 289 : audit [DBG] 2023-12-08T10:16:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:06 smithi204 conmon[86088]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:06 smithi204 conmon[86088]: cluster 2023-12-08T10:16:05.175252+0000 mgr.smithi002.utaniu (mgr.14184) 290 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:16:08.204 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:08.205 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:08.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:08 smithi002 conmon[82053]: cluster 2023-12-08T10:16:07.175891+0000 mgr.smithi002.utaniu (mgr.14184) 291 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:08.687 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:08.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:08 smithi204 conmon[86088]: cluster 2023-12-08T10:16:07.175891+0000 mgr.smithi002.utaniu (mgr.14184) 291 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:08.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:08 smithi204 conmon[86088]: 2023-12-08T10:16:09.688 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:09.720 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:09 smithi002 conmon[82053]: audit 2023-12-08T10:16:08.200463+0000 mgr.smithi002.utaniu (mgr.14184) 292 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:09.720 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:09 smithi002 conmon[82053]: 2023-12-08T10:16:09.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:09 smithi204 conmon[86088]: audit 2023-12-08T10:16:08.200463+0000 mgr.smithi002.utaniu (mgr.14184) 292 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:10.555 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:10 smithi002 conmon[82053]: cluster 2023-12-08T10:16:09.176589+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:16:10.555 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:10 smithi002 conmon[82053]: 293 : 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-12-08T10:16:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:10 smithi204 conmon[86088]: cluster 2023-12-08T10:16:09.176589+0000 mgr.smithi002.utaniu (mgr.14184) 293 : cluster [DBG] 2023-12-08T10:16:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:10 smithi204 conmon[86088]: 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-12-08T10:16:11.383 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:11.383 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:11.836 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:12.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:12 smithi002 conmon[82053]: cluster 2023-12-08T10:16:11.177287+0000 2023-12-08T10:16:12.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:12 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 294 : 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-12-08T10:16:12.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:12 smithi002 conmon[82053]: audit 2023-12-08T10:16:11.378975+0000 mgr.smithi002.utaniu (mgr.14184) 295 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:12 smithi204 conmon[86088]: cluster 2023-12-08T10:16:11.177287+0000 mgr.smithi002.utaniu (mgr.14184) 294 : 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-12-08T10:16:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:12 smithi204 conmon[86088]: 2023-12-08T10:16:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:12 smithi204 conmon[86088]: audit 2023-12-08T10:16:11.378975+0000 mgr.smithi002.utaniu (mgr.14184) 295 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:12.837 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:14.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:14 smithi002 conmon[82053]: cluster 2023-12-08T10:16: 2023-12-08T10:16:14.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:14 smithi002 conmon[82053]: 13.177992+0000 mgr.smithi002.utaniu (mgr.14184) 296 : 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-12-08T10:16:14.552 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:14.552 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:14 smithi204 conmon[86088]: cluster 2023-12-08T10:16:13.177992+0000 mgr.smithi002.utaniu (mgr.14184) 296 : 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-12-08T10:16:14.997 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:15.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:15 smithi002 conmon[82053]: audit 2023-12-08T10:16:14.547988+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:16:15.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:15 smithi002 conmon[82053]: ) 297 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:15.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:15 smithi204 conmon[86088]: audit 2023-12-08T10:16:14.547988+0000 mgr.smithi002.utaniu (mgr.14184) 297 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:15.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:15 smithi204 conmon[86088]: 2023-12-08T10:16:15.998 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:16.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:16 smithi002 conmon[82053]: cluster 2023-12-08T10:16:15.178707+0000 mgr.smithi002.utaniu (mgr.14184) 298 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:16:16.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:16 smithi204 conmon[86088]: cluster 2023-12-08T10:16:15.178707+0000 mgr.smithi002.utaniu (mgr.14184) 298 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:16:17.695 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:17.695 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:18.262 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:18.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:18 smithi002 conmon[82053]: cluster 2023-12-08T10:16:17.179411+0000 mgr.smithi002.utaniu (mgr.14184) 299 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:18 smithi204 conmon[86088]: cluster 2023-12-08T10:16:17.179411+0000 mgr.smithi002.utaniu (mgr.14184) 299 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:19.263 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:19.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:19 smithi002 conmon[82053]: audit 2023-12-08T10:16:17.690363+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:16:19.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:19 smithi002 conmon[82053]: 300 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:19.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:19 smithi204 conmon[86088]: audit 2023-12-08T10:16:17.690363+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:16:19.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:19 smithi204 conmon[86088]: 300 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:20 smithi002 conmon[82053]: cluster 2023-12-08T10:16:19.180265+0000 mgr.smithi002.utaniu (mgr.14184) 301 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:20.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:20 smithi204 conmon[86088]: cluster 2023-12-08T10:16:19.180265+0000 mgr.smithi002.utaniu (mgr.14184) 301 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:20.891 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:20.892 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:21.324 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:22.325 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:22.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:22 smithi002 conmon[82053]: audit 2023-12-08T10:16:20.885796 2023-12-08T10:16:22.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:22 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 302 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:22.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:22 smithi002 conmon[82053]: cluster 2023-12-08T10:16:21.181039+0000 mgr.smithi002.utaniu (mgr.14184) 303 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:22 smithi204 conmon[86088]: audit 2023-12-08T10:16:20.885796+0000 mgr.smithi002.utaniu (mgr.14184) 302 : audit [DBG] 2023-12-08T10:16:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:22 smithi204 conmon[86088]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:22 smithi204 conmon[86088]: cluster 2023-12-08T10:16:21.181039+0000 mgr.smithi002.utaniu (mgr.14184) 303 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:24.164 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:24.164 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:24.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:24 smithi002 conmon[82053]: cluster 2023-12-08T10:16:23.181657+0000 mgr.smithi002.utaniu (mgr.14184) 304 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:24.594 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:24.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:24 smithi204 conmon[86088]: cluster 2023-12-08T10:16:23.181657+0000 mgr.smithi002.utaniu (mgr.14184) 304 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:25.595 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:25.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:25 smithi002 conmon[82053]: audit 2023-12-08T10:16:24.156386+0000 mgr.smithi002.utaniu (mgr.14184) 305 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:25.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:25 smithi204 conmon[86088]: audit 2023-12-08T10:16:24.156386+0000 mgr.smithi002.utaniu (mgr.14184) 305 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:26.658 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:26 smithi002 conmon[82053]: cluster 2023-12-08T10:16:25.182333+0000 2023-12-08T10:16:26.658 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:26 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 306 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:16:26.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:26 smithi204 conmon[86088]: cluster 2023-12-08T10:16:25.182333+0000 mgr.smithi002.utaniu (mgr.14184) 306 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:16:27.308 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:27.308 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:27.749 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:28.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:28 smithi002 conmon[82053]: cluster 2023-12-08T10:16:27.183002+0000 mgr.smithi002.utaniu (mgr.14184) 307 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:28.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:28 smithi002 conmon[82053]: audit 2023-12-08T10:16:27.303929+0000 mgr.smithi002.utaniu (mgr.14184) 308 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:28.750 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:28.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:28 smithi204 conmon[86088]: cluster 2023-12-08T10:16:27.183002+0000 mgr.smithi002.utaniu (mgr.14184) 307 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:28.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:28 smithi204 conmon[86088]: audit 2023-12-08T10:16:27.303929+0000 mgr.smithi002.utaniu (mgr.14184) 308 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:30.443 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:30.444 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:30 smithi002 conmon[82053]: cluster 2023-12-08T10:16:29.183681+0000 mgr.smithi002.utaniu (mgr.14184) 309 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:30 smithi204 conmon[86088]: cluster 2023-12-08T10:16:29.183681+0000 mgr.smithi002.utaniu (mgr.14184) 309 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:30.896 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:31.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:31 smithi002 conmon[82053]: audit 2023-12-08T10:16:30.439254+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:16:31.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:31 smithi002 conmon[82053]: 310 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:31.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:31 smithi204 conmon[86088]: audit 2023-12-08T10:16:30.439254+0000 mgr.smithi002.utaniu (mgr.14184) 310 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:31.897 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:32.667 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:32 smithi002 conmon[82053]: cluster 2023-12-08T10:16:31.184286+0000 mgr.smithi002.utaniu 2023-12-08T10:16:32.667 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:32 smithi002 conmon[82053]: (mgr.14184) 311 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:32 smithi204 conmon[86088]: cluster 2023-12-08T10:16:31.184286+0000 mgr.smithi002.utaniu (mgr.14184) 311 : cluster [DBG] 2023-12-08T10:16:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:32 smithi204 conmon[86088]: pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:33.598 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:33.598 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:34.058 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:34.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:34 smithi002 conmon[82053]: cluster 2023-12-08T10:16:33.185010+0000 mgr.smithi002.utaniu (mgr.14184) 312 : cluster [DBG] pgmap v233: 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-12-08T10:16:34.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:34 smithi002 conmon[82053]: audit 2023-12-08T10:16:33.593401+0000 mgr.smithi002.utaniu (mgr.14184) 313 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:34 smithi204 conmon[86088]: cluster 2023-12-08T10:16:33.185010+0000 mgr.smithi002.utaniu (mgr.14184) 312 : cluster [DBG] pgmap v233: 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-12-08T10:16:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:34 smithi204 conmon[86088]: audit 2023-12-08T10:16:33.593401+0000 mgr.smithi002.utaniu (mgr.14184) 313 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:35.058 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:36.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:36 smithi002 conmon[82053]: cluster 2023-12-08T10:16:35.185592+0000 mgr.smithi002.utaniu ( 2023-12-08T10:16:36.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:36 smithi002 conmon[82053]: mgr.14184) 314 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-08T10:16:36.806 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:36.806 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:36.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:36 smithi204 conmon[86088]: cluster 2023-12-08T10:16:35.185592+0000 mgr.smithi002.utaniu (mgr.14184) 314 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-08T10:16:36.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:36 smithi204 conmon[86088]: 2023-12-08T10:16:37.227 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:38.227 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:38.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:38 smithi002 conmon[82053]: audit 2023-12-08T10:16:36.801806+0000 mgr.smithi002.utaniu (mgr.14184) 315 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:38.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:38 smithi002 conmon[82053]: cluster 2023-12-08T10:16:37.186542+0000 mgr.smithi002.utaniu (mgr.14184) 316 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-08T10:16:38.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:38 smithi204 conmon[86088]: audit 2023-12-08T10:16:36.801806+0000 mgr.smithi002.utaniu (mgr.14184) 315 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:38.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:38 smithi204 conmon[86088]: cluster 2023-12-08T10:16:37.186542+0000 mgr.smithi002.utaniu (mgr.14184) 316 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-08T10:16:40.047 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:40.047 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:40.487 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:40 smithi002 conmon[82053]: cluster 2023-12-08T10:16:39.187132+0000 2023-12-08T10:16:40.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:40 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 317 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-08T10:16:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:40 smithi204 conmon[86088]: cluster 2023-12-08T10:16:39.187132+0000 mgr.smithi002.utaniu (mgr.14184) 317 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-08T10:16:41.487 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:41.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:41 smithi002 conmon[82053]: audit 2023-12-08T10:16:40.042661+0000 mgr.smithi002.utaniu (mgr.14184) 318 2023-12-08T10:16:41.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:41 smithi002 conmon[82053]: : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:41.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:41 smithi204 conmon[86088]: audit 2023-12-08T10:16:40.042661+0000 mgr.smithi002.utaniu (mgr.14184) 318 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:41.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:41 smithi204 conmon[86088]: 2023-12-08T10:16:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:42 smithi002 conmon[82053]: cluster 2023-12-08T10:16:41.187923+0000 mgr.smithi002.utaniu (mgr.14184) 319 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-08T10:16:42.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:42 smithi204 conmon[86088]: cluster 2023-12-08T10:16:41.187923+0000 mgr.smithi002.utaniu (mgr.14184) 319 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-08T10:16:43.176 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:43.177 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:43.635 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:44.636 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:44.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:44 smithi002 conmon[82053]: audit 2023-12-08T10:16:43.171985+0000 mgr.smithi002.utaniu (mgr.14184) 320 : audit [DBG] 2023-12-08T10:16:44.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:44 smithi002 conmon[82053]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:44.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:44 smithi002 conmon[82053]: cluster 2023-12-08T10:16:43.188590+0000 mgr.smithi002.utaniu (mgr.14184) 321 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-08T10:16:44.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:44 smithi204 conmon[86088]: audit 2023-12-08T10:16:43.171985+0000 mgr.smithi002.utaniu (mgr.14184) 320 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:44.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:44 smithi204 conmon[86088]: cluster 2023-12-08T10:16:43.188590+0000 mgr.smithi002.utaniu (mgr.14184) 321 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-08T10:16:46.347 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:46.347 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:46.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:46 smithi002 conmon[82053]: cluster 2023-12-08T10:16:45.189346+0000 mgr.smithi002.utaniu (mgr.14184) 322 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 0 op/s 2023-12-08T10:16:46.798 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:46.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:46 smithi204 conmon[86088]: cluster 2023-12-08T10:16:45.189346+0000 mgr.smithi002.utaniu (mgr.14184) 322 : cluster [DBG] 2023-12-08T10:16:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:46 smithi204 conmon[86088]: pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 0 op/s 2023-12-08T10:16:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:47 smithi002 conmon[82053]: audit 2023-12-08T10:16:46.342652+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:16:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:47 smithi002 conmon[82053]: ) 323 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:47.800 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:47.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:47 smithi204 conmon[86088]: audit 2023-12-08T10:16:46.342652+0000 mgr.smithi002.utaniu (mgr.14184) 323 : audit 2023-12-08T10:16:47.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:47 smithi204 conmon[86088]: [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:48.648 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:48 smithi002 conmon[82053]: cluster 2023-12-08T10:16:47.190083+0000 mgr.smithi002.utaniu (mgr.14184) 324 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:16:48.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:48 smithi204 conmon[86088]: cluster 2023-12-08T10:16:47.190083+0000 mgr.smithi002.utaniu (mgr.14184) 324 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:16:49.612 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:49.612 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:50.061 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:50.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:50 smithi002 conmon[82053]: cluster 2023-12-08T10:16:49.190774+0000 mgr.smithi002.utaniu (mgr.14184) 325 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:50.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:50 smithi002 conmon[82053]: audit 2023-12-08T10:16:49.607555+0000 mgr.smithi002.utaniu (mgr.14184) 326 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:50 smithi204 conmon[86088]: cluster 2023-12-08T10:16:49.190774+0000 mgr.smithi002.utaniu (mgr.14184) 325 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:50 smithi204 conmon[86088]: 2023-12-08T10:16:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:50 smithi204 conmon[86088]: audit 2023-12-08T10:16:49.607555+0000 mgr.smithi002.utaniu (mgr.14184) 326 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:51.063 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:52.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:52 smithi002 conmon[82053]: cluster 2023-12-08T10:16:51.191523+0000 mgr.smithi002.utaniu ( 2023-12-08T10:16:52.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:52 smithi002 conmon[82053]: mgr.14184) 327 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:52.756 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:52.756 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:52.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:52 smithi204 conmon[86088]: cluster 2023-12-08T10:16:51.191523+0000 mgr.smithi002.utaniu (mgr.14184) 327 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:53.225 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:54.226 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:54.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:54 smithi002 conmon[82053]: audit 2023-12-08T10:16:52.751556+0000 mgr.smithi002.utaniu (mgr.14184) 328 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:54.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:54 smithi002 conmon[82053]: cluster 2023-12-08T10:16:53.192381+0000 mgr.smithi002.utaniu (mgr.14184) 329 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:54.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:54 smithi204 conmon[86088]: audit 2023-12-08T10:16:52.751556+0000 mgr.smithi002.utaniu (mgr.14184) 328 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:54.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:54 smithi204 conmon[86088]: 2023-12-08T10:16:54.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:54 smithi204 conmon[86088]: cluster 2023-12-08T10:16:53.192381+0000 mgr.smithi002.utaniu (mgr.14184) 329 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:55.932 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:55.932 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:56.384 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:16:56.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:56 smithi002 conmon[82053]: cluster 2023-12-08T10:16:55.192897+0000 mgr.smithi002.utaniu ( 2023-12-08T10:16:56.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:56 smithi002 conmon[82053]: mgr.14184) 330 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:16:56.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:56 smithi204 conmon[86088]: cluster 2023-12-08T10:16:55.192897+0000 mgr.smithi002.utaniu (mgr.14184) 330 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:16:56.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:56 smithi204 conmon[86088]: 2023-12-08T10:16:57.384 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:16:57.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:57 smithi002 conmon[82053]: audit 2023-12-08T10:16:55.927673+0000 mgr.smithi002.utaniu (mgr.14184) 331 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:57.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:57 smithi204 conmon[86088]: audit 2023-12-08T10:16:55.927673+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:16:57.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:57 smithi204 conmon[86088]: 331 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:16:58.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:58 smithi002 conmon[82053]: cluster 2023-12-08T10:16:57.193753+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:16:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:16:58 smithi002 conmon[82053]: .14184) 332 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:58.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:58 smithi204 conmon[86088]: cluster 2023-12-08T10:16:57.193753+0000 mgr.smithi002.utaniu (mgr.14184) 332 : cluster 2023-12-08T10:16:58.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:16:58 smithi204 conmon[86088]: [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:16:59.124 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:16:59.125 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:16:59.547 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:00.548 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:00.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:00 smithi002 conmon[82053]: audit 2023-12-08T10:16:59.120340+0000 mgr.smithi002.utaniu (mgr.14184) 333 : audit 2023-12-08T10:17:00.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:00 smithi002 conmon[82053]: [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:00.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:00 smithi002 conmon[82053]: cluster 2023-12-08T10:16:59.194284+0000 mgr.smithi002.utaniu (mgr.14184) 334 : 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-12-08T10:17:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:00 smithi204 conmon[86088]: audit 2023-12-08T10:16:59.120340+0000 mgr.smithi002.utaniu (mgr.14184) 333 : audit [DBG] 2023-12-08T10:17:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:00 smithi204 conmon[86088]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:00 smithi204 conmon[86088]: cluster 2023-12-08T10:16:59.194284+0000 mgr.smithi002.utaniu (mgr.14184) 334 : 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-12-08T10:17:02.249 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:02.250 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:02.613 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:02 smithi002 conmon[82053]: cluster 2023-12-08T10:17:01.194898+0000 mgr.smithi002.utaniu (mgr.14184) 335 : 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-12-08T10:17:02.798 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:02 smithi204 conmon[86088]: cluster 2023-12-08T10:17:01.194898+0000 mgr.smithi002.utaniu (mgr.14184) 335 : cluster 2023-12-08T10:17:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:02 smithi204 conmon[86088]: [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-12-08T10:17:03.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:03 smithi002 conmon[82053]: audit 2023-12-08T10:17:02.243947+0000 mgr.smithi002.utaniu (mgr.14184) 336 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:03.800 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:03 smithi204 conmon[86088]: audit 2023-12-08T10:17:02.243947+0000 mgr.smithi002.utaniu (mgr.14184) 336 2023-12-08T10:17:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:03 smithi204 conmon[86088]: : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:04.720 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:04 smithi002 conmon[82053]: cluster 2023-12-08T10:17:03.195541+0000 mgr.smithi002.utaniu ( 2023-12-08T10:17:04.721 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:04 smithi002 conmon[82053]: mgr.14184) 337 : 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-12-08T10:17:04.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:04 smithi204 conmon[86088]: cluster 2023-12-08T10:17:03.195541+0000 mgr.smithi002.utaniu (mgr.14184) 337 : cluster [DBG] 2023-12-08T10:17:04.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:04 smithi204 conmon[86088]: 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-12-08T10:17:05.516 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:05.517 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:05.962 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:06 smithi204 conmon[86088]: cluster 2023-12-08T10:17:05.196145+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:17:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:06 smithi204 conmon[86088]: 338 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:17:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:06 smithi204 conmon[86088]: audit 2023-12-08T10:17:05.512452+0000 mgr.smithi002.utaniu (mgr.14184) 339 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:06.964 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:06 smithi002 conmon[82053]: cluster 2023-12-08T10:17:05.196145+0000 mgr.smithi002.utaniu (mgr.14184) 338 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:17:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:06 smithi002 conmon[82053]: audit 2023-12-08T10:17:05.512452+0000 mgr.smithi002.utaniu (mgr.14184) 339 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:08.669 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:08.669 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:08.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:08 smithi002 conmon[82053]: cluster 2023-12-08T10:17:07.196754+0000 mgr.smithi002.utaniu (mgr.14184) 340 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:08.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:08 smithi204 conmon[86088]: cluster 2023-12-08T10:17:07.196754+0000 mgr.smithi002.utaniu (mgr.14184) 340 : cluster 2023-12-08T10:17:08.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:08 smithi204 conmon[86088]: [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:09.124 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:10.125 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:10 smithi204 conmon[86088]: audit 2023-12-08T10:17:08.664106+0000 mgr.smithi002.utaniu (mgr.14184) 341 : audit 2023-12-08T10:17:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:10 smithi204 conmon[86088]: [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:10 smithi204 conmon[86088]: cluster 2023-12-08T10:17:09.197345+0000 mgr.smithi002.utaniu (mgr.14184) 342 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:10.838 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:10 smithi002 conmon[82053]: audit 2023-12-08T10:17:08.664106 2023-12-08T10:17:10.838 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:10 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 341 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:10.838 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:10 smithi002 conmon[82053]: cluster 2023-12-08T10:17:09.197345+0000 mgr.smithi002.utaniu (mgr.14184) 342 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:11.771 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:11.771 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:12.285 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:12 smithi204 conmon[86088]: cluster 2023-12-08T10:17:11.197941+0000 mgr.smithi002.utaniu (mgr.14184) 343 : cluster 2023-12-08T10:17:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:12 smithi204 conmon[86088]: [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:12.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:12 smithi002 conmon[82053]: cluster 2023-12-08T10:17:11.197941+0000 mgr.smithi002.utaniu (mgr.14184) 343 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:13.287 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:13.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:13 smithi002 conmon[82053]: audit 2023-12-08T10:17:11.766693+0000 2023-12-08T10:17:13.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:13 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 344 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:13.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:13 smithi204 conmon[86088]: audit 2023-12-08T10:17:11.766693+0000 mgr.smithi002.utaniu (mgr.14184) 344 : 2023-12-08T10:17:13.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:13 smithi204 conmon[86088]: audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:14 smithi204 conmon[86088]: cluster 2023-12-08T10:17:13.198871+0000 mgr.smithi002.utaniu (mgr.14184) 345 : cluster [DBG] 2023-12-08T10:17:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:14 smithi204 conmon[86088]: pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:14 smithi002 conmon[82053]: cluster 2023-12-08T10:17:13.198871+0000 mgr.smithi002.utaniu (mgr.14184) 345 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:14.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:14 smithi002 conmon[82053]: 2023-12-08T10:17:14.990 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:14.990 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:15.434 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:16.435 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:16.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:16 smithi002 conmon[82053]: audit 2023-12-08T10:17:14.986108+0000 mgr.smithi002.utaniu (mgr.14184) 346 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:16.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:16 smithi002 conmon[82053]: cluster 2023-12-08T10:17:15.199650+0000 mgr.smithi002.utaniu (mgr.14184) 347 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:17:16.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:16 smithi204 conmon[86088]: audit 2023-12-08T10:17:14.986108+0000 mgr.smithi002.utaniu (mgr.14184) 346 : audit 2023-12-08T10:17:16.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:16 smithi204 conmon[86088]: [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:16.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:16 smithi204 conmon[86088]: cluster 2023-12-08T10:17:15.199650+0000 mgr.smithi002.utaniu (mgr.14184) 347 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:17:18.107 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:18.107 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:18.589 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:18 smithi204 conmon[86088]: cluster 2023-12-08T10:17:17.200319+0000 mgr.smithi002.utaniu (mgr.14184) 348 : cluster [DBG] 2023-12-08T10:17:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:18 smithi204 conmon[86088]: pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:18.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:18 smithi002 conmon[82053]: cluster 2023-12-08T10:17:17. 2023-12-08T10:17:18.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:18 smithi002 conmon[82053]: 200319+0000 mgr.smithi002.utaniu (mgr.14184) 348 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:19.590 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:19.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:19 smithi204 conmon[86088]: audit 2023-12-08T10:17:18.102108+0000 mgr.smithi002.utaniu (mgr.14184) 349 2023-12-08T10:17:19.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:19 smithi204 conmon[86088]: : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:19.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:19 smithi002 conmon[82053]: audit 2023-12-08T10:17:18.102108+0000 2023-12-08T10:17:19.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:19 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 349 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:20 smithi204 conmon[86088]: cluster 2023-12-08T10:17:19.200902+0000 mgr.smithi002.utaniu (mgr.14184) 350 : cluster 2023-12-08T10:17:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:20 smithi204 conmon[86088]: [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:20.887 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:20 smithi002 conmon[82053]: cluster 2023-12-08T10:17:19.200902+0000 mgr.smithi002.utaniu (mgr.14184) 350 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:21.292 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:21.292 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:21.748 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:22.749 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:22.782 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:22 smithi002 conmon[82053]: cluster 2023-12-08T10:17:21.201464+0000 mgr.smithi002.utaniu (mgr.14184) 351 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:22.782 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:22 smithi002 conmon[82053]: audit 2023-12-08T10:17:21.287285+0000 mgr.smithi002.utaniu (mgr.14184) 352 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:22 smithi204 conmon[86088]: cluster 2023-12-08T10:17:21.201464+0000 mgr.smithi002.utaniu (mgr.14184) 351 : cluster 2023-12-08T10:17:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:22 smithi204 conmon[86088]: [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:22 smithi204 conmon[86088]: audit 2023-12-08T10:17:21.287285+0000 mgr.smithi002.utaniu (mgr.14184) 352 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:24.430 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:24.430 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:24.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:24 smithi002 conmon[82053]: cluster 2023-12-08T10:17:23.202124+0000 mgr.smithi002.utaniu (mgr.14184) 353 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:24.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:24 smithi204 conmon[86088]: cluster 2023-12-08T10:17:23.202124+0000 mgr.smithi002.utaniu (mgr.14184) 353 : cluster 2023-12-08T10:17:24.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:24 smithi204 conmon[86088]: [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:24.914 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:25.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:25 smithi204 conmon[86088]: audit 2023-12-08T10:17:24.425361+0000 mgr.smithi002.utaniu (mgr.14184) 354 : audit 2023-12-08T10:17:25.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:25 smithi204 conmon[86088]: [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:25.917 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:25.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:25 smithi002 conmon[82053]: audit 2023-12-08T10:17:24.425361+0000 2023-12-08T10:17:25.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:25 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 354 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:26.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:26 smithi002 conmon[82053]: cluster 2023-12-08T10:17:25.202743+0000 mgr.smithi002.utaniu (mgr.14184) 355 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:17:26.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:26 smithi204 conmon[86088]: cluster 2023-12-08T10:17:25.202743+0000 mgr.smithi002.utaniu (mgr.14184) 355 : cluster [DBG] 2023-12-08T10:17:26.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:26 smithi204 conmon[86088]: pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:17:27.643 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:27.643 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:28.279 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:28.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:28 smithi204 conmon[86088]: cluster 2023-12-08T10:17:27.203486+0000 mgr.smithi002.utaniu (mgr.14184) 356 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:28.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:28 smithi002 conmon[82053]: cluster 2023-12-08T10:17:27.203486+0000 mgr.smithi002.utaniu (mgr.14184) 356 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:29.280 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:29.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:29 smithi002 conmon[82053]: audit 2023-12-08T10: 2023-12-08T10:17:29.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:29 smithi002 conmon[82053]: 17:27.636711+0000 mgr.smithi002.utaniu (mgr.14184) 357 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:29 smithi204 conmon[86088]: audit 2023-12-08T10:17:27.636711+0000 mgr.smithi002.utaniu (mgr.14184) 357 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:30 smithi204 conmon[86088]: cluster 2023-12-08T10:17:29.204180+0000 mgr.smithi002.utaniu (mgr.14184) 358 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:30.895 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:30.895 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:30.917 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:30 smithi002 conmon[82053]: cluster 2023-12-08T10:17:29.204180+0000 mgr.smithi002.utaniu (mgr.14184) 358 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:31.334 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:32.336 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:32.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:32 smithi002 conmon[82053]: audit 2023-12-08T10:17:30.890916+0000 mgr.smithi002.utaniu (mgr.14184) 359 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:32.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:32 smithi002 conmon[82053]: cluster 2023-12-08T10:17:31.204983+0000 mgr.smithi002.utaniu (mgr.14184) 360 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:32 smithi204 conmon[86088]: audit 2023-12-08T10:17:30.890916+0000 mgr.smithi002.utaniu (mgr.14184) 359 : audit [DBG] 2023-12-08T10:17:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:32 smithi204 conmon[86088]: from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:32 smithi204 conmon[86088]: cluster 2023-12-08T10:17:31.204983+0000 mgr.smithi002.utaniu (mgr.14184) 360 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:34.056 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:34.056 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:34.481 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:34.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:34 smithi002 conmon[82053]: cluster 2023-12-08T10:17:33.205678+0000 mgr.smithi002.utaniu (mgr.14184) 361 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:34 smithi204 conmon[86088]: cluster 2023-12-08T10:17:33.205678+0000 mgr.smithi002.utaniu (mgr.14184) 361 2023-12-08T10:17:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:34 smithi204 conmon[86088]: : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:35.482 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:35.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:35 smithi204 conmon[86088]: audit 2023-12-08T10:17:34.052060+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:17:35.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:35 smithi204 conmon[86088]: 14184) 362 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:35.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:35 smithi002 conmon[82053]: audit 2023-12-08T10:17:34.052060+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:17:35.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:35 smithi002 conmon[82053]: .14184) 362 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:36.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:36 smithi002 conmon[82053]: cluster 2023-12-08T10:17:35.206491+0000 mgr.smithi002.utaniu 2023-12-08T10:17:36.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:36 smithi002 conmon[82053]: (mgr.14184) 363 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:17:36.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:36 smithi204 conmon[86088]: cluster 2023-12-08T10:17:35.206491+0000 mgr.smithi002.utaniu (mgr.14184) 363 : cluster 2023-12-08T10:17:36.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:36 smithi204 conmon[86088]: [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:17:37.194 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:37.194 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:37.645 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:38.646 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:38.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:38 smithi204 conmon[86088]: audit 2023-12-08T10:17:37.188882+0000 mgr.smithi002.utaniu (mgr.14184) 364 : audit 2023-12-08T10:17:38.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:38 smithi204 conmon[86088]: [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:38.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:38 smithi204 conmon[86088]: cluster 2023-12-08T10:17:37.207350+0000 mgr.smithi002.utaniu (mgr.14184) 365 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:38.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:38 smithi002 conmon[82053]: audit 2023-12-08T10:17:37.188882+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:17:38.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:38 smithi002 conmon[82053]: .14184) 364 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:38.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:38 smithi002 conmon[82053]: cluster 2023-12-08T10:17:37.207350+0000 mgr.smithi002.utaniu (mgr.14184) 365 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:40.314 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:40.314 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:40.729 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:40 smithi002 conmon[82053]: cluster 2023-12-08T10:17:39.207869+0000 mgr.smithi002.utaniu (mgr.14184) 366 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:40.794 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:40.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:40 smithi204 conmon[86088]: cluster 2023-12-08T10:17:39.207869+0000 mgr.smithi002.utaniu (mgr.14184) 366 : cluster 2023-12-08T10:17:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:40 smithi204 conmon[86088]: [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:41.795 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:41.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:41 smithi204 conmon[86088]: audit 2023-12-08T10:17:40.308532+0000 mgr.smithi002.utaniu (mgr.14184) 367 2023-12-08T10:17:41.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:41 smithi204 conmon[86088]: : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:41.826 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:41 smithi002 conmon[82053]: audit 2023-12-08T10:17:40.308532+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:17:41.826 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:41 smithi002 conmon[82053]: 14184) 367 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:42.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:42 smithi002 conmon[82053]: cluster 2023-12-08T10:17:41.208416+0000 mgr.smithi002.utaniu (mgr.14184) 368 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:42.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:42 smithi204 conmon[86088]: cluster 2023-12-08T10:17:41.208416+0000 mgr.smithi002.utaniu (mgr.14184) 368 : cluster [DBG] 2023-12-08T10:17:42.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:42 smithi204 conmon[86088]: pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:43.458 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:43.458 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:43.844 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:44.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:44 smithi204 conmon[86088]: cluster 2023-12-08T10:17:43.209108+0000 mgr.smithi002.utaniu (mgr.14184) 369 : cluster [DBG] 2023-12-08T10:17:44.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:44 smithi204 conmon[86088]: pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:44.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:44 smithi204 conmon[86088]: audit 2023-12-08T10:17:43.453362+0000 mgr.smithi002.utaniu (mgr.14184) 370 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:44.846 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:44.876 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:44 smithi002 conmon[82053]: cluster 2023-12-08T10:17:43.209108+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:17:44.877 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:44 smithi002 conmon[82053]: ) 369 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:44.877 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:44 smithi002 conmon[82053]: audit 2023-12-08T10:17:43.453362+0000 mgr.smithi002.utaniu (mgr.14184) 370 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:46.540 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:46.540 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:46 smithi204 conmon[86088]: cluster 2023-12-08T10:17:45.209758+0000 mgr.smithi002.utaniu (mgr.14184) 371 : cluster 2023-12-08T10:17:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:46 smithi204 conmon[86088]: [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:17:46.968 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:46 smithi002 conmon[82053]: cluster 2023-12-08T10:17:45.209758+0000 mgr.smithi002.utaniu (mgr.14184) 371 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:17:47.007 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:47.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:47 smithi002 conmon[82053]: audit 2023-12-08T10:17:46.535830+0000 mgr.smithi002.utaniu (mgr.14184) 372 : audit 2023-12-08T10:17:47.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:47 smithi002 conmon[82053]: [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:48.008 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:47 smithi204 conmon[86088]: audit 2023-12-08T10:17:46.535830+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:17:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:47 smithi204 conmon[86088]: 372 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:48.938 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:48 smithi002 conmon[82053]: cluster 2023-12-08T10:17:47. 2023-12-08T10:17:48.939 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:48 smithi002 conmon[82053]: 210548+0000 mgr.smithi002.utaniu (mgr.14184) 373 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:48 smithi204 conmon[86088]: cluster 2023-12-08T10:17:47.210548+0000 mgr.smithi002.utaniu (mgr.14184) 373 : cluster 2023-12-08T10:17:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:48 smithi204 conmon[86088]: [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:49.807 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:49.808 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:50.361 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:50.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:50 smithi002 conmon[82053]: cluster 2023-12-08T10:17:49.211104+0000 mgr.smithi002.utaniu (mgr.14184) 374 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:51.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:50 smithi204 conmon[86088]: cluster 2023-12-08T10:17:49.211104+0000 mgr.smithi002.utaniu (mgr.14184) 374 : cluster 2023-12-08T10:17:51.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:50 smithi204 conmon[86088]: [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:51.363 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:51.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:51 smithi002 conmon[82053]: audit 2023-12-08T10:17:49.803386+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:17:51.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:51 smithi002 conmon[82053]: 14184) 375 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:52.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:51 smithi204 conmon[86088]: audit 2023-12-08T10:17:49.803386+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:17:52.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:51 smithi204 conmon[86088]: 375 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:52.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:52 smithi002 conmon[82053]: cluster 2023-12-08T10:17:51.211779+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:17:52.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:52 smithi002 conmon[82053]: .14184) 376 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:53.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:52 smithi204 conmon[86088]: cluster 2023-12-08T10:17:51.211779+0000 mgr.smithi002.utaniu (mgr.14184) 376 : cluster 2023-12-08T10:17:53.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:52 smithi204 conmon[86088]: [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:53.169 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:53.169 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:53.623 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:54.624 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:54.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:54 smithi002 conmon[82053]: audit 2023-12-08T10:17:53.164127+0000 mgr.smithi002.utaniu (mgr.14184) 377 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:54.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:54 smithi002 conmon[82053]: cluster 2023-12-08T10:17:53.212535+0000 mgr.smithi002.utaniu (mgr.14184) 378 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:55.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:54 smithi204 conmon[86088]: audit 2023-12-08T10:17:53.164127+0000 mgr.smithi002.utaniu (mgr.14184) 377 2023-12-08T10:17:55.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:54 smithi204 conmon[86088]: : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:55.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:54 smithi204 conmon[86088]: cluster 2023-12-08T10:17:53.212535+0000 mgr.smithi002.utaniu (mgr.14184) 378 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:56.337 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:56.337 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:56.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:56 smithi002 conmon[82053]: cluster 2023-12-08T10:17:55.213098 2023-12-08T10:17:56.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:56 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 379 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:17:56.769 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:17:57.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:56 smithi204 conmon[86088]: cluster 2023-12-08T10:17:55.213098+0000 mgr.smithi002.utaniu (mgr.14184) 379 : cluster [DBG] 2023-12-08T10:17:57.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:56 smithi204 conmon[86088]: pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:17:57.770 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:17:57.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:57 smithi002 conmon[82053]: audit 2023-12-08T10:17:56.332809+0000 mgr.smithi002.utaniu (mgr.14184) 380 : 2023-12-08T10:17:57.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:57 smithi002 conmon[82053]: audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:58.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:57 smithi204 conmon[86088]: audit 2023-12-08T10:17:56.332809+0000 mgr.smithi002.utaniu (mgr.14184) 380 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:17:58.654 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:17:58 smithi002 conmon[82053]: cluster 2023-12-08T10:17:57.213960+0000 mgr.smithi002.utaniu (mgr.14184) 381 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:59.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:17:58 smithi204 conmon[86088]: cluster 2023-12-08T10:17:57.213960+0000 mgr.smithi002.utaniu (mgr.14184) 381 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:17:59.443 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:17:59.443 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:17:59.826 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:18:00.827 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:00.857 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:00 smithi002 conmon[82053]: cluster 2023-12-08T10:17:59.214505 2023-12-08T10:18:00.857 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:00 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 382 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:00.857 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:00 smithi002 conmon[82053]: audit 2023-12-08T10:17:59.438060+0000 mgr.smithi002.utaniu (mgr.14184) 383 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:01.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:00 smithi204 conmon[86088]: cluster 2023-12-08T10:17:59.214505+0000 mgr.smithi002.utaniu (mgr.14184) 382 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:01.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:00 smithi204 conmon[86088]: audit 2023-12-08T10:17: 2023-12-08T10:18:01.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:00 smithi204 conmon[86088]: 59.438060+0000 mgr.smithi002.utaniu (mgr.14184) 383 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:02.551 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:02.552 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:18:02.960 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:02 smithi002 conmon[82053]: cluster 2023-12-08T10:18:01.215139+0000 mgr.smithi002.utaniu (mgr.14184) 384 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:02.977 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:18:03.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:02 smithi204 conmon[86088]: cluster 2023-12-08T10:18:01.215139+0000 mgr.smithi002.utaniu (mgr.14184) 384 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:03.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:02 smithi204 conmon[86088]: 2023-12-08T10:18:03.978 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:03.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:03 smithi002 conmon[82053]: audit 2023-12-08T10:18:02.547176+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:18:03.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:03 smithi002 conmon[82053]: ) 385 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:04.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:03 smithi204 conmon[86088]: audit 2023-12-08T10:18:02.547176+0000 mgr.smithi002.utaniu (mgr.14184) 385 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:04.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:04 smithi204 conmon[86088]: cluster 2023-12-08T10:18:03.216143+0000 mgr.smithi002.utaniu (mgr.14184) 386 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:04.961 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:04 smithi002 conmon[82053]: cluster 2023-12-08T10:18:03.216143+0000 mgr.smithi002.utaniu ( 2023-12-08T10:18:04.962 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:04 smithi002 conmon[82053]: mgr.14184) 386 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:05.814 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:05.814 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:18:06.231 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:18:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:06 smithi002 conmon[82053]: cluster 2023-12-08T10:18:05.216642+0000 mgr.smithi002.utaniu (mgr.14184) 387 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:18:07.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:06 smithi204 conmon[86088]: cluster 2023-12-08T10:18:05.216642+0000 mgr.smithi002.utaniu (mgr.14184) 387 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:18:07.232 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:07.953 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:07 smithi002 conmon[82053]: audit 2023-12-08T10:18:05.809475+0000 mgr.smithi002.utaniu 2023-12-08T10:18:07.953 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:07 smithi002 conmon[82053]: (mgr.14184) 388 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:08.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:07 smithi204 conmon[86088]: audit 2023-12-08T10:18:05.809475+0000 mgr.smithi002.utaniu (mgr.14184) 388 : audit [DBG] 2023-12-08T10:18:08.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:07 smithi204 conmon[86088]: from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:08.880 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:08 smithi204 conmon[86088]: cluster 2023-12-08T10:18:07.217493+0000 mgr.smithi002.utaniu (mgr.14184) 389 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:08.929 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:08.929 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:18:08.951 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:08 smithi002 conmon[82053]: cluster 2023-12-08T10:18:07.217493 2023-12-08T10:18:08.951 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:08 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 389 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:09.382 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:18:10.383 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:10.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:10 smithi002 conmon[82053]: audit 2023-12-08T10:18:08.924748+0000 mgr.smithi002.utaniu (mgr.14184) 390 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:10.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:10 smithi002 conmon[82053]: cluster 2023-12-08T10:18:09.218034+0000 mgr.smithi002.utaniu (mgr.14184) 391 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:11.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:10 smithi204 conmon[86088]: audit 2023-12-08T10:18:08.924748+0000 mgr.smithi002.utaniu (mgr.14184) 390 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:11.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:10 smithi204 conmon[86088]: cluster 2023-12-08T10:18:09.218034+0000 mgr.smithi002.utaniu (mgr.14184) 391 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:12.075 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:12.075 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:18:12.544 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:18:12.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:12 smithi002 conmon[82053]: cluster 2023-12-08T10:18:11.218614+0000 mgr.smithi002.utaniu (mgr.14184) 392 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:13.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:12 smithi204 conmon[86088]: cluster 2023-12-08T10:18:11.218614+0000 mgr.smithi002.utaniu (mgr.14184) 392 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:13.546 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:13.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:13 smithi002 conmon[82053]: audit 2023-12-08T10:18:12.070615+0000 mgr.smithi002.utaniu 2023-12-08T10:18:13.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:13 smithi002 conmon[82053]: (mgr.14184) 393 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:13 smithi204 conmon[86088]: audit 2023-12-08T10:18:12.070615+0000 mgr.smithi002.utaniu (mgr.14184) 393 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:14.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:14 smithi002 conmon[82053]: cluster 2023-12-08T10:18 2023-12-08T10:18:14.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:14 smithi002 conmon[82053]: :13.219578+0000 mgr.smithi002.utaniu (mgr.14184) 394 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:15.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:14 smithi204 conmon[86088]: cluster 2023-12-08T10:18:13.219578+0000 mgr.smithi002.utaniu (mgr.14184) 394 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:15.245 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:15.245 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:18:15.694 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:18:15.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:15 smithi002 conmon[82053]: cluster 2023-12-08T10:18:15.220124+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:18:15.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:15 smithi002 conmon[82053]: .14184) 395 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:18:15.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:15 smithi002 conmon[82053]: audit 2023-12-08T10:18:15.240855+0000 mgr.smithi002.utaniu (mgr.14184) 396 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:16.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:15 smithi204 conmon[86088]: cluster 2023-12-08T10:18:15.220124+0000 mgr.smithi002.utaniu (mgr.14184) 395 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:18:16.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:15 smithi204 conmon[86088]: audit 2023-12-08T10:18:16.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:15 smithi204 conmon[86088]: 2023-12-08T10:18:15.240855+0000 mgr.smithi002.utaniu (mgr.14184) 396 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:16.696 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:18.428 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:18.428 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:18:18.450 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:18 smithi002 conmon[82053]: cluster 2023-12-08T10:18:17.220740+0000 mgr.smithi002.utaniu (mgr.14184) 397 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:18.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:18 smithi204 conmon[86088]: cluster 2023-12-08T10:18:17.220740+0000 mgr.smithi002.utaniu (mgr.14184) 397 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:18.855 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:18:19.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:19 smithi204 conmon[86088]: audit 2023-12-08T10:18:18.423178+0000 mgr.smithi002.utaniu (mgr.14184) 398 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:19.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:19 smithi002 conmon[82053]: audit 2023-12-08T10:18:18.423178+0000 mgr.smithi002.utaniu (mgr.14184) 398 : audit 2023-12-08T10:18:19.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:19 smithi002 conmon[82053]: [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:19.857 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:20.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:20 smithi204 conmon[86088]: cluster 2023-12-08T10:18:19.221530+0000 mgr.smithi002.utaniu (mgr.14184) 399 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:20.577 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:20 smithi002 conmon[82053]: cluster 2023-12-08T10:18:19.221530+0000 mgr.smithi002.utaniu 2023-12-08T10:18:20.577 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:20 smithi002 conmon[82053]: (mgr.14184) 399 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:21.824 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:21.824 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:18:22.317 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:18:22.568 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:22 smithi204 conmon[86088]: cluster 2023-12-08T10:18:21.222148+0000 mgr.smithi002.utaniu (mgr.14184) 400 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:22.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:22 smithi002 conmon[82053]: cluster 2023-12-08T10:18:21. 2023-12-08T10:18:22.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:22 smithi002 conmon[82053]: 222148+0000 mgr.smithi002.utaniu (mgr.14184) 400 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:23.318 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:23.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:23 smithi204 conmon[86088]: audit 2023-12-08T10:18:21.819175+0000 mgr.smithi002.utaniu (mgr.14184) 401 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:23.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:23 smithi002 conmon[82053]: audit 2023-12-08T10:18:21.819175+0000 mgr.smithi002.utaniu (mgr.14184) 401 : audit 2023-12-08T10:18:23.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:23 smithi002 conmon[82053]: [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:24.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:24 smithi204 conmon[86088]: cluster 2023-12-08T10:18:23.222962+0000 mgr.smithi002.utaniu (mgr.14184) 402 : cluster [DBG] 2023-12-08T10:18:24.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:24 smithi204 conmon[86088]: pgmap v288: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:24.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:24 smithi002 conmon[82053]: cluster 2023-12-08T10:18:23.222962+0000 mgr.smithi002.utaniu (mgr.14184) 402 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:25.239 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:25.240 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:18:25.682 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:18:26.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:26 smithi204 conmon[86088]: cluster 2023-12-08T10:18:25.223482+0000 mgr.smithi002.utaniu (mgr.14184) 403 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:18:26.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:26 smithi204 conmon[86088]: audit 2023- 2023-12-08T10:18:26.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:26 smithi204 conmon[86088]: 12-08T10:18:25.235150+0000 mgr.smithi002.utaniu (mgr.14184) 404 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:26.683 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:26.715 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:26 smithi002 conmon[82053]: cluster 2023-12-08T10:18:25.223482+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:18:26.715 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:26 smithi002 conmon[82053]: .14184) 403 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:18:26.715 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:26 smithi002 conmon[82053]: audit 2023-12-08T10:18:25.235150+0000 mgr.smithi002.utaniu (mgr.14184) 404 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:28.369 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:28.369 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:14.444653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:14.444807Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:14.444888Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:14.444955Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:14.445082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:13:14.445019Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-08T10:18:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: cluster 2023-12-08T10:18:27.224099+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:18:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: ) 405 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: cephadm 2023-12-08T10:18:27.324849+0000 mgr.smithi002.utaniu (mgr.14184) 406 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw 2023-12-08T10:18:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw 2023-12-08T10:18:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi002.zfeoiw ... 2023-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:16: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-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:17:12Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:17:49Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: Traceback (most recent call last): 2023-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: yield (conn, connr) 2023-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: code, '\n'.join(err))) 2023-12-08T10:18:28.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi002.zfeoiw ... 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:16: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-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:17:12Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:17:49Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=hos 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: t --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: cephadm 2023-12-08T10:18:27.325021+0000 mgr.smithi002.utaniu (mgr.14184) 407 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: audit 2023-12-08T10:18:27.325369+0000 mon.smithi002 (mon.0) 666 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.zfeoiw"}]: dispatch 2023-12-08T10:18:28.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: cephadm 2023-12-08T10:18:27.326049+0000 mgr.smithi002.utaniu (mgr.14184) 408 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi002.zfeoiw ... 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:16: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-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:17:12Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:17:49Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: audit 2023-12-08T10:18:27.331009+0000 mon.smithi002 (mon.0) 667 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: cephadm 2023-12-08T10:18:27.331253+0000 mgr.smithi002.utaniu (mgr.14184) 409 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: cephadm 2023-12-08T10:18:27.332340+0000 mgr.smithi002.utaniu (mgr.14184) 410 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:18:28.572 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: cluster 2023-12-08T10:18:27.333218+0000 mgr.smithi002.utaniu (mgr.14184) 411 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:18:28.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: audit 2023-12-08T10:18:27.333321+0000 mon.smithi002 (mon.0) 668 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:18:28.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:28 smithi204 conmon[86088]: audit 2023-12-08T10:18:27.603053+0000 mon.smithi002 (mon.0) 669 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:28.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: cluster 2023-12-08T10:18:27.224099+0000 mgr.smithi002.utaniu (mgr.14184) 405 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:28.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: cephadm 2023-12-08T10:18:27.324849+0000 mgr.smithi002.utaniu (mgr.14184) 406 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw 2023-12-08T10:18:28.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw 2023-12-08T10:18:28.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi002.zfeoiw ... 2023-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:16: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-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:17:12Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:17:49Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: Traceback (most recent call last): 2023-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: yield (conn, connr) 2023-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:18:28.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: code, '\n'.join(err))) 2023-12-08T10:18:28.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw 2023-12-08T10:18:28.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw 2023-12-08T10:18:28.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi002.zfeoiw ... 2023-12-08T10:18:28.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:18:28.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:18:28.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:16: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-12-08T10:18:28.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:17:12Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:18:28.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:17:49Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:18:28.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:18:28.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: ERROR: Failed to extract uid/gid for path /var/lib: Failed c 2023-12-08T10:18:28.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: ommand: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: cephadm 2023-12-08T10:18:27.325021+0000 mgr.smithi002.utaniu (mgr.14184) 407 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: audit 2023-12-08T10:18:27.325369+0000 mon.smithi002 (mon.0) 666 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.zfeoiw"}]: dispatch 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: cephadm 2023-12-08T10:18:27.326049+0000 mgr.smithi002.utaniu (mgr.14184) 408 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi002.zfeoiw ... 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:16: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-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:17:12Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:17:49Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:18:28.694 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: audit 2023-12-08T10:18:27.331009+0000 mon.smithi002 (mon.0) 667 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:28.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: cephadm 2023-12-08T10:18:27.331253+0000 mgr.smithi002.utaniu (mgr.14184) 409 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:18:28.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: cephadm 2023-12-08T10:18:27.332340+0000 mgr.smithi002.utaniu (mgr.14184) 410 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:18:28.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: cluster 2023-12-08T10:18:27.333218+0000 mgr.smithi002.utaniu (mgr.14184) 411 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:18:28.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: audit 2023-12-08T10:18:27.333321+0000 mon.smithi002 (mon.0) 668 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:18:28.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:28 smithi002 conmon[82053]: audit 2023-12-08T10:18:27.603053+0000 mon.smithi002 (mon.0) 669 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:28.930 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:18:29.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:29 smithi204 conmon[86088]: cluster 2023-12-08T10:18:28.329227+0000 mon.smithi002 (mon. 2023-12-08T10:18:29.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:29 smithi204 conmon[86088]: 0) 670 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:18:29.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:29 smithi204 conmon[86088]: audit 2023-12-08T10:18:28.364805+0000 mgr.smithi002.utaniu (mgr.14184) 412 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:29.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:29 smithi002 conmon[82053]: cluster 2023-12-08T10:18:28.329227+0000 mon.smithi002 ( 2023-12-08T10:18:29.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:29 smithi002 conmon[82053]: mon.0) 670 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:18:29.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:29 smithi002 conmon[82053]: audit 2023-12-08T10:18:28.364805+0000 mgr.smithi002.utaniu (mgr.14184) 412 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:29.932 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:30.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:30 smithi204 conmon[86088]: cluster 2023-12-08T10:18:29.333893+0000 mgr.smithi002.utaniu ( 2023-12-08T10:18:30.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:30 smithi204 conmon[86088]: mgr.14184) 413 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:18:30.709 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:30 smithi002 conmon[82053]: cluster 2023-12-08T10:18:29.333893+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:18:30.709 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:30 smithi002 conmon[82053]: 14184) 413 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:18:32.182 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:32.183 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:13:16.258273Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:13:16.258340Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:13:16.258405Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:13:16.258199Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:13:16.258060Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:13:16.258469Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:13:16.258532Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 1, "size": 2}}] 2023-12-08T10:18:32.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:32 smithi204 conmon[86088]: audit 2023-12-08T10:18:31.012302+0000 mon.smithi002 (mon.0) 671 : 2023-12-08T10:18:32.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:32 smithi204 conmon[86088]: audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:32.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:32 smithi204 conmon[86088]: cluster 2023-12-08T10:18:31.334952+0000 mgr.smithi002.utaniu (mgr.14184) 414 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:18:32.432 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:32 smithi002 conmon[82053]: audit 2023-12-08T10:18:31.012302+0000 2023-12-08T10:18:32.432 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:32 smithi002 conmon[82053]: mon.smithi002 (mon.0) 671 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:32.432 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:32 smithi002 conmon[82053]: cluster 2023-12-08T10:18:31.334952+0000 mgr.smithi002.utaniu (mgr.14184) 414 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:18:32.767 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:18:33.568 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:33 smithi204 conmon[86088]: audit 2023-12-08T10:18:32.177260+0000 mgr.smithi002.utaniu (mgr.14184) 415 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:33.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:33 smithi204 conmon[86088]: audit 2023-12-08T10:18:33.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:33 smithi204 conmon[86088]: 2023-12-08T10:18:32.255695+0000 mon.smithi002 (mon.0) 672 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:33.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:33 smithi204 conmon[86088]: audit 2023-12-08T10:18:33.110626+0000 mon.smithi002 (mon.0) 673 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:33.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:33 smithi002 conmon[82053]: audit 2023-12-08T10:18:32.177260+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:18:33.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:33 smithi002 conmon[82053]: 415 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:33.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:33 smithi002 conmon[82053]: audit 2023-12-08T10:18:32.255695+0000 mon.smithi002 (mon.0) 672 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:33.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:33 smithi002 conmon[82053]: audit 2023-12-08T10:18:33.110626+0000 mon.smithi002 (mon.0) 673 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:33.768 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:34.530 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: cluster 2023-12-08T10:18:33.335962+0000 mgr.smithi002.utaniu ( 2023-12-08T10:18:34.530 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: mgr.14184) 416 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:18:34.530 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: audit 2023-12-08T10:18:33.512553+0000 mon.smithi002 (mon.0) 674 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:18:34.530 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: audit 2023-12-08T10:18:33.513313+0000 mon.smithi002 (mon.0) 2023-12-08T10:18:34.530 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: 675 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:18:34.530 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: cephadm 2023- 2023-12-08T10:18:34.530 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: 12-08T10:18:33.516581+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:18:34.530 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: .14184) 417 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-08T10:18:34.530 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: audit 2023-12-08T 2023-12-08T10:18:34.530 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: 10:18:33.775067+0000 mon.smithi002 (mon.0) 676 : audit [INF] 2023-12-08T10:18:34.530 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:34.530 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: audit 2023 2023-12-08T10:18:34.531 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: -12-08T10:18:33.781019+0000 mon.smithi002 (mon.0) 677 2023-12-08T10:18:34.531 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:34.531 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: audit 2023-12-08T10:18:34.531 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: 2023-12-08T10:18:33.786962+0000 mon.smithi002 (mon.0 2023-12-08T10:18:34.531 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: ) 678 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:34.531 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: audit 2023-12-08T10:18:34.531 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: 2023-12-08T10:18:33.796831+0000 2023-12-08T10:18:34.531 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: mon.smithi002 (mon.0) 679 : audit [DBG] 2023-12-08T10:18:34.531 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:18:34.531 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: audit 2023-12-08T 2023-12-08T10:18:34.531 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: 10:18:33.805860+0000 mon.smithi002 (mon.0) 2023-12-08T10:18:34.531 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:34 smithi002 conmon[82053]: 680 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:34.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: cluster 2023-12-08T10:18:33.335962+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: 14184) 416 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: audit 2023-12-08T10:18:33.512553+0000 mon.smithi002 (mon.0) 674 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: audit 2023-12-08T10:18:33.513313+0000 mon.smithi002 (mon.0) 675 : audit 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: cephadm 2023-12-08T10:18:33 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: .516581+0000 mgr.smithi002.utaniu (mgr.14184) 417 : cephadm 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: [INF] Checking dashboard <-> RGW credentials 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: audit 2023-12-08T10:18: 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: 33.775067+0000 mon.smithi002 (mon.0) 676 : audit 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: audit 2023-12-08T10:18: 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: 33.781019+0000 mon.smithi002 (mon.0) 677 : audit 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:34.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: audit 2023-12-08T10:18: 2023-12-08T10:18:34.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: 33.786962+0000 mon.smithi002 (mon.0) 678 : audit 2023-12-08T10:18:34.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:34.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: audit 2023-12-08T10:18 2023-12-08T10:18:34.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: :33.796831+0000 mon.smithi002 (mon.0) 679 : 2023-12-08T10:18:34.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:18:34.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: audit 2023-12-08T10:18 2023-12-08T10:18:34.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: :33.805860+0000 mon.smithi002 (mon.0) 680 : 2023-12-08T10:18:34.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:34 smithi204 conmon[86088]: audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:35.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:35 smithi002 conmon[82053]: cluster 2023-12-08T10:18:33.787961+0000 mgr.smithi002.utaniu (mgr.14184) 418 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:18:35.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:35 smithi002 conmon[82053]: cephadm 2023-12-08T10:18:33.809335+0000 mgr.smithi002.utaniu (mgr.14184) 419 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.uqbymv on smithi204 2023-12-08T10:18:35.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:35 smithi002 conmon[82053]: cluster 2023-12-08T10:18:34.255222+0000 mon.smithi002 (mon.0) 681 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:18:35.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:35 smithi002 conmon[82053]: cluster 2023-12-08T10:18:34.255246+0000 mon.smithi002 (mon.0) 682 : cluster [INF] Cluster is now healthy 2023-12-08T10:18:35.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:35 smithi204 conmon[86088]: cluster 2023-12-08T10:18:33.787961+0000 mgr.smithi002.utaniu (mgr.14184) 418 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:18:35.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:35 smithi204 conmon[86088]: cephadm 2023-12-08T10:18:33.809335+0000 mgr.smithi002.utaniu (mgr.14184) 419 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.uqbymv on smithi204 2023-12-08T10:18:35.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:35 smithi204 conmon[86088]: cluster 2023-12-08T10:18:34.255222+0000 mon.smithi002 (mon.0) 681 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:18:35.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:35 smithi204 conmon[86088]: cluster 2023-12-08T10:18:34.255246+0000 mon.smithi002 (mon.0) 682 : cluster [INF] Cluster is now healthy 2023-12-08T10:18:35.602 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:35.602 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:18:36.023 INFO:tasks.cephadm:nfs.foo has 1/1 2023-12-08T10:18:36.023 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-08T10:18:36.035 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-08T10:18:36.035 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:36.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:36 smithi204 conmon[86088]: audit 2023-12-08T10:18:35.596614+0000 mgr.smithi002.utaniu (mgr.14184) 420 : audit 2023-12-08T10:18:36.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:36 smithi204 conmon[86088]: [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:36.599 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:36 smithi002 conmon[82053]: audit 2023-12-08T10:18:35.596614+0000 2023-12-08T10:18:36.599 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:36 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 420 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:37.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:37 smithi204 conmon[86088]: cluster 2023-12-08T10:18:35.788585+0000 mgr.smithi002.utaniu (mgr.14184) 421 : cluster 2023-12-08T10:18:37.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:37 smithi204 conmon[86088]: [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 119 B/s wr, 0 op/s 2023-12-08T10:18:37.717 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:37.718 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:18:37.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:37 smithi002 conmon[82053]: cluster 2023-12-08T10:18:35.788585+0000 mgr.smithi002.utaniu (mgr.14184) 421 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 119 B/s wr, 0 op/s 2023-12-08T10:18:38.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:18:39.185 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:39.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:39 smithi002 conmon[82053]: audit 2023-12-08T10:18:37 2023-12-08T10:18:39.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:39 smithi002 conmon[82053]: .711775+0000 mgr.smithi002.utaniu (mgr.14184) 422 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:39.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:39 smithi002 conmon[82053]: cluster 2023-12-08T10:18:37.789304+0000 mgr.smithi002.utaniu (mgr.14184) 423 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 195 B/s wr, 2 op/s 2023-12-08T10:18:39.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:39 smithi204 conmon[86088]: audit 2023-12-08T10:18:37.711775+0000 mgr.smithi002.utaniu (mgr.14184) 422 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:39.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:39 smithi204 conmon[86088]: cluster 2023-12-08T10:18:37.789304+0000 mgr.smithi002.utaniu (mgr.14184) 423 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 195 B/s wr, 2 op/s 2023-12-08T10:18:40.867 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:40.867 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:18:41.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:18:41.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:41 smithi204 conmon[86088]: cluster 2023-12-08T10:18:39.789853+0000 mgr.smithi002.utaniu (mgr.14184) 424 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 195 B/s wr, 2 op/s 2023-12-08T10:18:41.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:41 smithi002 conmon[82053]: cluster 2023-12-08T10:18:39.789853+0000 mgr.smithi002.utaniu (mgr.14184) 424 : cluster [DBG] 2023-12-08T10:18:41.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:41 smithi002 conmon[82053]: pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 195 B/s wr, 2 op/s 2023-12-08T10:18:42.342 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:42.568 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:42 smithi204 conmon[86088]: audit 2023-12-08T10:18:40.862851+0000 mgr.smithi002.utaniu (mgr.14184) 425 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:42 smithi002 conmon[82053]: audit 2023-12-08T10:18:40.862851+0000 mgr.smithi002.utaniu (mgr.14184) 425 2023-12-08T10:18:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:42 smithi002 conmon[82053]: : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:43.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:43 smithi204 conmon[86088]: cluster 2023-12-08T10:18:41.790660+0000 mgr.smithi002.utaniu (mgr.14184) 426 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 195 B/s wr, 2 op/s 2023-12-08T10:18:43.667 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:43 smithi002 conmon[82053]: cluster 2023-12-08T10:18:41.790660+0000 2023-12-08T10:18:43.667 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:43 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 426 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 195 B/s wr, 2 op/s 2023-12-08T10:18:44.057 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:44.057 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:18:44.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:18:45.392 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:45.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:45 smithi204 conmon[86088]: cluster 2023-12-08T10:18:43.791332+0000 mgr.smithi002.utaniu (mgr.14184) 427 : cluster [DBG] 2023-12-08T10:18:45.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:45 smithi204 conmon[86088]: pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 195 B/s wr, 2 op/s 2023-12-08T10:18:45.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:45 smithi204 conmon[86088]: audit 2023-12-08T10:18:44.052925+0000 mgr.smithi002.utaniu (mgr.14184) 428 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:45 smithi002 conmon[82053]: cluster 2023-12-08T10:18:43.791332+0000 mgr.smithi002.utaniu (mgr.14184) 427 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 195 B/s wr, 2 op/s 2023-12-08T10:18:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:45 smithi002 conmon[82053]: audit 2023-12-08T10:18:44.052925+0000 mgr.smithi002.utaniu (mgr.14184) 428 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:47.121 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:47.121 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:18:47.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:47 smithi002 conmon[82053]: cluster 2023-12-08T10:18:45.792203+0000 2023-12-08T10:18:47.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:47 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 429 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2023-12-08T10:18:47.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:47 smithi002 conmon[82053]: audit 2023-12-08T10:18:47.255291+0000 mon.smithi002 (mon.0) 683 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:47.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:18:47.568 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:47 smithi204 conmon[86088]: cluster 2023-12-08T10:18:45.792203+0000 mgr.smithi002.utaniu (mgr.14184) 429 : 2023-12-08T10:18:47.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:47 smithi204 conmon[86088]: cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2023-12-08T10:18:47.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:47 smithi204 conmon[86088]: audit 2023-12-08T10:18:47.255291+0000 mon.smithi002 (mon.0) 683 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:18:48.554 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:48.568 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:48 smithi204 conmon[86088]: audit 2023-12-08T10:18:47.116176+0000 mgr.smithi002.utaniu (mgr.14184) 430 : audit 2023-12-08T10:18:48.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:48 smithi204 conmon[86088]: [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:48.586 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:48 smithi002 conmon[82053]: audit 2023-12-08T10:18:47.116176+0000 mgr.smithi002.utaniu (mgr.14184) 430 : audit [DBG] 2023-12-08T10:18:48.586 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:48 smithi002 conmon[82053]: from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:49.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:49 smithi002 conmon[82053]: cluster 2023-12-08T10:18:47.793123+0000 mgr.smithi002.utaniu (mgr.14184) 431 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 85 B/s wr, 2 op/s 2023-12-08T10:18:49.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:49 smithi204 conmon[86088]: cluster 2023-12-08T10:18:47.793123+0000 mgr.smithi002.utaniu (mgr.14184) 431 : cluster 2023-12-08T10:18:49.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:49 smithi204 conmon[86088]: [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 85 B/s wr, 2 op/s 2023-12-08T10:18:50.362 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:50.363 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:18:50.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:18:51.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:51 smithi204 conmon[86088]: cluster 2023-12-08T10:18:49.793721+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:18:51.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:51 smithi204 conmon[86088]: 14184) 432 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:51.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:51 smithi204 conmon[86088]: audit 2023-12-08T10:18:50.357108+0000 mgr.smithi002.utaniu (mgr.14184) 433 : 2023-12-08T10:18:51.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:51 smithi204 conmon[86088]: audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:51.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:51 smithi002 conmon[82053]: cluster 2023-12-08T10:18:49.793721+0000 mgr.smithi002.utaniu (mgr.14184) 432 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:51.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:51 smithi002 conmon[82053]: audit 2023-12-08T10:18:50.357108+0000 mgr.smithi002.utaniu (mgr.14184) 433 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:51.814 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:53.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:53 smithi002 conmon[82053]: cluster 2023-12-08T10:18:51.794617+0000 mgr.smithi002.utaniu (mgr.14184) 434 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:53.499 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:53.499 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:18:53.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:53 smithi204 conmon[86088]: cluster 2023-12-08T10:18:51.794617+0000 mgr.smithi002.utaniu (mgr.14184) 434 : cluster 2023-12-08T10:18:53.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:53 smithi204 conmon[86088]: [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:53.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:18:54.568 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:54 smithi204 conmon[86088]: audit 2023-12-08T10:18:53.494255+0000 mgr.smithi002.utaniu (mgr.14184) 435 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:54.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:54 smithi002 conmon[82053]: audit 2023-12-08T10:18:53.494255+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:18:54.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:54 smithi002 conmon[82053]: .14184) 435 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:54.974 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:55.562 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:55 smithi002 conmon[82053]: cluster 2023-12-08T10:18:53.795158+0000 mgr.smithi002.utaniu 2023-12-08T10:18:55.562 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:55 smithi002 conmon[82053]: (mgr.14184) 436 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:55.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:55 smithi204 conmon[86088]: cluster 2023-12-08T10:18:53.795158+0000 mgr.smithi002.utaniu (mgr.14184) 436 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:56.660 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:56.660 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:18:57.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:18:57.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:57 smithi002 conmon[82053]: cluster 2023-12-08T10:18:55.795936+0000 mgr.smithi002.utaniu (mgr.14184) 437 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:18:57.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:57 smithi204 conmon[86088]: cluster 2023-12-08T10:18:55.795936+0000 mgr.smithi002.utaniu (mgr.14184) 437 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:18:58.134 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:18:58.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:58 smithi002 conmon[82053]: audit 2023-12-08T10:18: 2023-12-08T10:18:58.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:58 smithi002 conmon[82053]: 56.655435+0000 mgr.smithi002.utaniu (mgr.14184) 438 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:58.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:58 smithi204 conmon[86088]: audit 2023-12-08T10:18:56.655435+0000 mgr.smithi002.utaniu (mgr.14184) 438 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:18:59.473 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:59 smithi002 conmon[82053]: cluster 2023-12-08T10:18:57.796825+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:18:59.473 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:18:59 smithi002 conmon[82053]: 14184) 439 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:59.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:18:59 smithi204 conmon[86088]: cluster 2023-12-08T10:18:57.796825+0000 mgr.smithi002.utaniu (mgr.14184) 439 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:18:59.854 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:18:59.854 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:00.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:01.301 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:01.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:01 smithi204 conmon[86088]: cluster 2023-12-08T10:18:59.797430+0000 mgr.smithi002.utaniu (mgr.14184) 440 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:01.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:01 smithi204 conmon[86088]: audit 2023-12-08T10:18:59.849573+0000 mgr.smithi002.utaniu (mgr.14184) 441 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:01 smithi002 conmon[82053]: cluster 2023-12-08T10:18:59.797430+0000 2023-12-08T10:19:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:01 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 440 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:01 smithi002 conmon[82053]: audit 2023-12- 2023-12-08T10:19:01.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:01 smithi002 conmon[82053]: 08T10:18:59.849573+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:19:01.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:01 smithi002 conmon[82053]: 441 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:03.024 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:03.025 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:03.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:03.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:03 smithi002 conmon[82053]: cluster 2023-12-08T10:19:01.798190+0000 mgr.smithi002.utaniu (mgr.14184) 442 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:03 smithi204 conmon[86088]: cluster 2023-12-08T10:19:01.798190+0000 mgr.smithi002.utaniu (mgr.14184) 442 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:04.468 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:04.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:04 smithi002 conmon[82053]: audit 2023-12-08T10:19:03.019566+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:19:04.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:04 smithi002 conmon[82053]: ) 443 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:04.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:04 smithi204 conmon[86088]: audit 2023-12-08T10:19:03.019566+0000 mgr.smithi002.utaniu (mgr.14184) 443 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:05.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:05 smithi002 conmon[82053]: cluster 2023-12-08T10:19:03.798799+0000 2023-12-08T10:19:05.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:05 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 444 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:05 smithi204 conmon[86088]: cluster 2023-12-08T10:19:03.798799+0000 mgr.smithi002.utaniu (mgr.14184) 444 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:06.161 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:06.162 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:06.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:07.619 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:07.650 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:07 smithi002 conmon[82053]: cluster 2023-12-08T10:19:05.799298+0000 mgr.smithi002.utaniu ( 2023-12-08T10:19:07.650 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:07 smithi002 conmon[82053]: mgr.14184) 445 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:19:07.650 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:07 smithi002 conmon[82053]: audit 2023-12-08T10:19:06.156597+0000 mgr.smithi002.utaniu (mgr.14184) 446 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:07.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:07 smithi204 conmon[86088]: cluster 2023-12-08T10:19:05.799298+0000 mgr.smithi002.utaniu (mgr.14184) 445 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:19:07.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:07 smithi204 conmon[86088]: audit 2023-12-08T10:19:06.156597+0000 mgr.smithi002.utaniu (mgr.14184) 446 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:09.306 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:09.306 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:09.717 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:09 smithi002 conmon[82053]: cluster 2023-12-08T10:19:07.799979+0000 mgr.smithi002.utaniu (mgr.14184) 447 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:09.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:09.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:09 smithi204 conmon[86088]: cluster 2023-12-08T10:19:07.799979+0000 mgr.smithi002.utaniu (mgr.14184) 447 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:10.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:10 smithi002 conmon[82053]: audit 2023-12-08T10:19:09.300664+0000 mgr.smithi002.utaniu (mgr.14184) 448 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:10.768 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:10 smithi204 conmon[86088]: audit 2023-12-08T10:19:09.300664+0000 mgr.smithi002.utaniu (mgr.14184) 448 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:11.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:11 smithi204 conmon[86088]: cluster 2023-12-08T10:19:09.800662+0000 mgr.smithi002.utaniu (mgr.14184) 449 : cluster [DBG] 2023-12-08T10:19:11.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:11 smithi204 conmon[86088]: pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:11.651 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:11 smithi002 conmon[82053]: cluster 2023-12-08T10:19:09.800662+0000 mgr.smithi002.utaniu (mgr.14184) 449 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:12.501 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:12.501 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:12.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:13.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:13 smithi002 conmon[82053]: cluster 2023-12-08T10:19:11.801608+0000 mgr.smithi002.utaniu ( 2023-12-08T10:19:13.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:13 smithi002 conmon[82053]: mgr.14184) 450 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:13.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:13 smithi002 conmon[82053]: audit 2023-12-08T10:19:12.496040+0000 mgr.smithi002.utaniu (mgr.14184) 451 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:13.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:13 smithi204 conmon[86088]: cluster 2023-12-08T10:19:11.801608+0000 mgr.smithi002.utaniu (mgr.14184) 450 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:13.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:13 smithi204 conmon[86088]: audit 2023-12-08T10:19:12.496040+0000 mgr.smithi002.utaniu (mgr.14184) 451 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:13.928 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:15.654 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:15.654 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:15.674 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:15 smithi002 conmon[82053]: cluster 2023-12-08T10:19:15.674 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:15 smithi002 conmon[82053]: 2023-12-08T10:19:13.802334+0000 mgr.smithi002.utaniu (mgr.14184) 452 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:15.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:15 smithi204 conmon[86088]: cluster 2023-12-08T10:19:13.802334+0000 mgr.smithi002.utaniu (mgr.14184) 452 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:16.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:17.092 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:17.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:17 smithi002 conmon[82053]: audit 2023-12-08T10:19:15.648165+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:19:17.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:17 smithi002 conmon[82053]: ) 453 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:17.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:17 smithi002 conmon[82053]: cluster 2023-12-08T10:19:15.802894+0000 mgr.smithi002.utaniu (mgr.14184) 454 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:19:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:17 smithi204 conmon[86088]: audit 2023-12-08T10:19:15.648165+0000 mgr.smithi002.utaniu (mgr.14184) 453 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:17 smithi204 conmon[86088]: cluster 2023-12-08T10:19:15.802894+0000 mgr.smithi002.utaniu (mgr.14184) 454 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:19:18.802 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:18.803 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:19.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:19.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:19 smithi002 conmon[82053]: cluster 2023-12-08T10:19:17.803624+0000 mgr.smithi002.utaniu (mgr.14184) 455 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:19.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:19 smithi204 conmon[86088]: cluster 2023-12-08T10:19:17.803624+0000 mgr.smithi002.utaniu (mgr.14184) 455 : cluster [DBG] 2023-12-08T10:19:19.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:19 smithi204 conmon[86088]: pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:20.258 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:20 smithi002 conmon[82053]: audit 2023-12-08T10:19:18. 2023-12-08T10:19:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:20 smithi002 conmon[82053]: 798057+0000 mgr.smithi002.utaniu (mgr.14184) 456 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:20.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:20 smithi204 conmon[86088]: audit 2023-12-08T10:19:18.798057+0000 mgr.smithi002.utaniu (mgr.14184) 456 : audit [DBG] 2023-12-08T10:19:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:20 smithi204 conmon[86088]: from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:21.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:21 smithi002 conmon[82053]: cluster 2023-12-08T10:19:19.804210+0000 mgr.smithi002.utaniu (mgr.14184) 457 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:21.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:21 smithi204 conmon[86088]: cluster 2023-12-08T10:19:19.804210+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:19:21.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:21 smithi204 conmon[86088]: 14184) 457 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:22.045 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:22.045 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:22.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:23.613 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:23.645 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:23 smithi002 conmon[82053]: cluster 2023-12-08T10:19:21.804891+0000 mgr.smithi002.utaniu (mgr.14184) 458 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:23.645 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:23 smithi002 conmon[82053]: audit 2023-12-08T10:19:22.040419+0000 mgr.smithi002.utaniu (mgr.14184) 459 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:23.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:23 smithi204 conmon[86088]: cluster 2023-12-08T10:19:21.804891+0000 mgr.smithi002.utaniu (mgr.14184) 458 : cluster 2023-12-08T10:19:23.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:23 smithi204 conmon[86088]: [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:23.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:23 smithi204 conmon[86088]: audit 2023-12-08T10:19:22.040419+0000 mgr.smithi002.utaniu (mgr.14184) 459 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:25.333 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:25.334 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:25.720 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:25 smithi002 conmon[82053]: cluster 2023-12-08T10:19:23.805403+0000 mgr.smithi002.utaniu (mgr.14184) 460 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:25.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:25.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:25 smithi204 conmon[86088]: cluster 2023-12-08T10:19:23.805403+0000 mgr.smithi002.utaniu (mgr.14184) 460 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:26.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:26 smithi002 conmon[82053]: audit 2023-12-08T10:19:25.328485+0000 mgr.smithi002.utaniu (mgr.14184) 461 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:26.775 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:26.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:26 smithi204 conmon[86088]: audit 2023-12-08T10:19:25.328485+0000 mgr.smithi002.utaniu (mgr.14184) 461 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:27.682 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:27 smithi002 conmon[82053]: cluster 2023-12-08T10:19:25.805981+0000 mgr.smithi002.utaniu ( 2023-12-08T10:19:27.682 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:27 smithi002 conmon[82053]: mgr.14184) 462 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:19:27.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:27 smithi204 conmon[86088]: cluster 2023-12-08T10:19:25.805981+0000 mgr.smithi002.utaniu (mgr.14184) 462 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:19:28.479 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:28.479 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:28.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:29.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:29 smithi002 conmon[82053]: cluster 2023-12-08T10:19:27.806806+0000 mgr.smithi002.utaniu (mgr.14184) 463 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:29.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:29 smithi002 conmon[82053]: audit 2023-12-08T10:19:28.474370+0000 mgr.smithi002.utaniu (mgr.14184) 464 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:29 smithi204 conmon[86088]: cluster 2023-12-08T10:19:27.806806+0000 mgr.smithi002.utaniu (mgr.14184) 463 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:29 smithi204 conmon[86088]: audit 2023-12-08T10:19:28.474370 2023-12-08T10:19:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:29 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 464 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:29.939 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:31.632 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:31.632 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:31.658 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:31 smithi002 conmon[82053]: cluster 2023-12-08T10:19:29.807376+0000 mgr.smithi002.utaniu (mgr.14184) 465 : cluster 2023-12-08T10:19:31.658 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:31 smithi002 conmon[82053]: [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:31.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:31 smithi204 conmon[86088]: cluster 2023-12-08T10:19:29.807376+0000 mgr.smithi002.utaniu (mgr.14184) 465 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:32.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:32.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:32 smithi002 conmon[82053]: audit 2023-12-08T10:19:31.627391+0000 mgr.smithi002.utaniu (mgr.14184) 466 : audit [DBG] 2023-12-08T10:19:32.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:32 smithi002 conmon[82053]: from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:32 smithi204 conmon[86088]: audit 2023-12-08T10:19:31.627391+0000 mgr.smithi002.utaniu (mgr.14184) 466 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:32 smithi204 conmon[86088]: 2023-12-08T10:19:33.092 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:33.641 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:33 smithi002 conmon[82053]: cluster 2023-12-08T10:19:31.808201+0000 mgr.smithi002.utaniu (mgr.14184) 467 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:33.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:33 smithi204 conmon[86088]: cluster 2023-12-08T10:19:31.808201+0000 mgr.smithi002.utaniu (mgr.14184) 467 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:33 smithi204 conmon[86088]: 2023-12-08T10:19:34.815 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:34.816 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:35.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:35.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:35 smithi002 conmon[82053]: cluster 2023-12-08T10:19:33.808805 2023-12-08T10:19:35.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:35 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 468 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:35.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:35 smithi204 conmon[86088]: cluster 2023-12-08T10:19:33.808805+0000 mgr.smithi002.utaniu (mgr.14184) 468 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:36.253 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:36.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:36 smithi002 conmon[82053]: audit 2023-12-08T10:19:34.810667 2023-12-08T10:19:36.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:36 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 469 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:36.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:36 smithi204 conmon[86088]: audit 2023-12-08T10:19:34.810667+0000 mgr.smithi002.utaniu (mgr.14184) 469 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:37.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:37 smithi002 conmon[82053]: cluster 2023-12-08T10:19:35.809560+0000 mgr.smithi002.utaniu (mgr.14184) 470 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:19:37.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:37 smithi204 conmon[86088]: cluster 2023-12-08T10:19:35.809560+0000 mgr.smithi002.utaniu (mgr.14184) 470 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:19:37.966 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:37.967 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:38.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:39.411 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:39.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:39 smithi002 conmon[82053]: cluster 2023-12-08T10:19:37.810277+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:19:39.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:39 smithi002 conmon[82053]: 14184) 471 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:39.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:39 smithi002 conmon[82053]: audit 2023-12-08T10:19:37.961925+0000 mgr.smithi002.utaniu (mgr.14184) 472 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:39.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:39 smithi204 conmon[86088]: cluster 2023-12-08T10:19:37.810277+0000 mgr.smithi002.utaniu (mgr.14184) 471 : 2023-12-08T10:19:39.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:39 smithi204 conmon[86088]: cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:39.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:39 smithi204 conmon[86088]: audit 2023-12-08T10:19:37.961925+0000 mgr.smithi002.utaniu (mgr.14184) 472 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:41.103 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:41.103 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:41.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:41.635 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:41 smithi002 conmon[82053]: cluster 2023-12-08T10:19:39.811005+0000 mgr.smithi002.utaniu (mgr.14184) 473 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:41.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:41 smithi204 conmon[86088]: cluster 2023-12-08T10:19:39.811005+0000 mgr.smithi002.utaniu (mgr.14184) 473 2023-12-08T10:19:41.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:41 smithi204 conmon[86088]: : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:42.563 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:42 smithi002 conmon[82053]: audit 2023-12-08T10:19:41.098291+0000 mgr.smithi002.utaniu (mgr.14184) 474 : 2023-12-08T10:19:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:42 smithi002 conmon[82053]: audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:42.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:42 smithi204 conmon[86088]: audit 2023-12-08T10:19:41.098291+0000 mgr.smithi002.utaniu (mgr.14184) 474 2023-12-08T10:19:42.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:42 smithi204 conmon[86088]: : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:43.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:43 smithi002 conmon[82053]: cluster 2023-12-08T10:19:41.811913+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:19:43.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:43 smithi002 conmon[82053]: .14184) 475 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:43.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:43 smithi204 conmon[86088]: cluster 2023-12-08T10:19:41.811913+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:19:43.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:43 smithi204 conmon[86088]: ) 475 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:44.249 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:44.249 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:44.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:45.625 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:45 smithi002 conmon[82053]: cluster 2023-12-08T10:19:43.812547+0000 mgr.smithi002.utaniu (mgr.14184) 476 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:45 smithi002 conmon[82053]: audit 2023-12-08T10:19:44.244937+0000 mgr.smithi002.utaniu (mgr.14184) 477 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:45.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:45 smithi204 conmon[86088]: cluster 2023-12-08T10:19:43.812547+0000 mgr.smithi002.utaniu (mgr.14184) 476 : cluster 2023-12-08T10:19:45.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:45 smithi204 conmon[86088]: [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:45.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:45 smithi204 conmon[86088]: audit 2023-12-08T10:19:44.244937+0000 mgr.smithi002.utaniu (mgr.14184) 477 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:47.333 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:47.333 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:47.720 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:47 smithi002 conmon[82053]: cluster 2023-12-08T10:19:45.813109 2023-12-08T10:19:47.721 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:47 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 478 : 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, 0 op/s 2023-12-08T10:19:47.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:47.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:47 smithi204 conmon[86088]: cluster 2023-12-08T10:19:45.813109+0000 mgr.smithi002.utaniu (mgr.14184) 478 : 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, 0 op/s 2023-12-08T10:19:48.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:48 smithi002 conmon[82053]: audit 2023-12-08T10:19:47.328254+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:19:48.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:48 smithi002 conmon[82053]: .14184) 479 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:48.785 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:48.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:48 smithi204 conmon[86088]: audit 2023-12-08T10:19:47.328254+0000 mgr.smithi002.utaniu (mgr.14184) 479 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:49.687 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:49 smithi002 conmon[82053]: cluster 2023-12-08T10:19:47.813948+0000 mgr.smithi002.utaniu (mgr.14184) 480 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:49.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:49 smithi204 conmon[86088]: cluster 2023-12-08T10:19:47.813948+0000 mgr.smithi002.utaniu (mgr.14184) 480 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:50.448 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:50.448 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:50.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:51.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:51 smithi002 conmon[82053]: cluster 2023-12-08T10:19:49.814424+0000 2023-12-08T10:19:51.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:51 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 481 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:51.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:51 smithi002 conmon[82053]: audit 2023-12-08T10:19:50.443801+0000 mgr.smithi002.utaniu (mgr.14184) 482 : audit 2023-12-08T10:19:51.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:51 smithi002 conmon[82053]: [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:51.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:51 smithi204 conmon[86088]: cluster 2023-12-08T10:19:49.814424+0000 mgr.smithi002.utaniu (mgr.14184) 481 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:51.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:51 smithi204 conmon[86088]: audit 2023-12-08T10:19:50.443801+0000 mgr.smithi002.utaniu (mgr.14184) 482 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:51.833 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:53.694 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:53.694 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:53.714 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:53 smithi002 conmon[82053]: cluster 2023-12-08T10:19:51.815203+0000 mgr.smithi002.utaniu (mgr.14184) 483 : 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-12-08T10:19:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:53 smithi204 conmon[86088]: cluster 2023-12-08T10:19:51.815203+0000 mgr.smithi002.utaniu (mgr.14184) 483 : 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-12-08T10:19:54.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:55.096 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:55.689 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:55 smithi002 conmon[82053]: audit 2023-12-08T10:19:53.687724+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:19:55.689 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:55 smithi002 conmon[82053]: ) 484 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:55.689 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:55 smithi002 conmon[82053]: cluster 2023-12-08T10:19:53.815757+0000 mgr.smithi002.utaniu (mgr.14184) 485 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:55 smithi204 conmon[86088]: audit 2023-12-08T10:19:53.687724+0000 mgr.smithi002.utaniu (mgr.14184) 484 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:55 smithi204 conmon[86088]: cluster 2023-12-08T10:19:53.815757+0000 mgr.smithi002.utaniu (mgr.14184) 485 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:56.909 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:19:56.909 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:19:57.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:19:57.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:57 smithi002 conmon[82053]: cluster 2023-12-08T10:19:55.816268+0000 mgr.smithi002.utaniu (mgr.14184) 486 : 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-12-08T10:19:57.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:57 smithi204 conmon[86088]: cluster 2023-12-08T10:19:55.816268+0000 mgr.smithi002.utaniu (mgr.14184) 486 : 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-12-08T10:19:58.357 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:19:58.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:58 smithi002 conmon[82053]: audit 2023-12-08T10:19:56.904425+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:19:58.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:58 smithi002 conmon[82053]: 487 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:58.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:58 smithi204 conmon[86088]: audit 2023-12-08T10:19:56.904425+0000 mgr.smithi002.utaniu (mgr.14184) 487 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:19:59.679 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:59 smithi002 conmon[82053]: cluster 2023-12-08T10:19:57.817117+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:19:59.679 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:19:59 smithi002 conmon[82053]: .14184) 488 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:19:59.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:19:59 smithi204 conmon[86088]: cluster 2023-12-08T10:19:57.817117+0000 mgr.smithi002.utaniu (mgr.14184) 488 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:00.064 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:00.064 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:00.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:00.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:00 smithi002 conmon[82053]: cluster 2023-12-08T10:20:00.000113+0000 mon.smithi002 (mon.0) 684 : cluster [INF] overall HEALTH_OK 2023-12-08T10:20:00.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:00 smithi204 conmon[86088]: cluster 2023-12-08T10:20:00.000113+0000 mon.smithi002 (mon.0) 684 : cluster [INF] overall HEALTH_OK 2023-12-08T10:20:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:00 smithi204 conmon[86088]: 2023-12-08T10:20:01.525 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:01.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:01 smithi002 conmon[82053]: cluster 2023-12-08T10:19:59.817605+0000 mgr.smithi002.utaniu 2023-12-08T10:20:01.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:01 smithi002 conmon[82053]: (mgr.14184) 489 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:01.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:01 smithi002 conmon[82053]: audit 2023-12-08T10:20:00 2023-12-08T10:20:01.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:01 smithi002 conmon[82053]: .059488+0000 mgr.smithi002.utaniu (mgr.14184) 490 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:01.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:01 smithi204 conmon[86088]: cluster 2023-12-08T10:19:59.817605+0000 mgr.smithi002.utaniu (mgr.14184) 489 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:01.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:01 smithi204 conmon[86088]: audit 2023-12-08T10:20:00.059488+0000 mgr.smithi002.utaniu (mgr.14184) 490 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:03.216 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:03.217 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:03.644 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:03 smithi002 conmon[82053]: cluster 2023-12-08T10:20:01.818309+0000 mgr.smithi002.utaniu (mgr.14184) 491 : 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-12-08T10:20:03.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:03.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:03 smithi204 conmon[86088]: cluster 2023-12-08T10:20:01.818309+0000 mgr.smithi002.utaniu (mgr.14184) 491 : cluster 2023-12-08T10:20:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:03 smithi204 conmon[86088]: [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-12-08T10:20:04.676 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:04.711 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:04 smithi002 conmon[82053]: audit 2023-12-08T10:20:03.211924+0000 mgr.smithi002.utaniu (mgr.14184) 492 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:04.711 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:04 smithi002 conmon[82053]: 2023-12-08T10:20:04.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:04 smithi204 conmon[86088]: audit 2023-12-08T10:20:03.211924+0000 mgr.smithi002.utaniu (mgr.14184) 492 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:05.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:05 smithi002 conmon[82053]: cluster 2023-12-08T10:20:03.818979+0000 2023-12-08T10:20:05.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:05 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 493 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:05.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:05 smithi204 conmon[86088]: cluster 2023-12-08T10:20:03.818979+0000 mgr.smithi002.utaniu (mgr.14184) 493 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:06.414 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:06.414 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:06.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:07.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:07 smithi002 conmon[82053]: cluster 2023-12-08T10:20:05.819666+0000 mgr.smithi002.utaniu (mgr.14184) 494 : 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-12-08T10:20:07.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:07 smithi002 conmon[82053]: audit 2023-12-08T10:20:06.408926+0000 mgr.smithi002.utaniu (mgr.14184) 495 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:07.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:07 smithi204 conmon[86088]: cluster 2023-12-08T10:20:05.819666+0000 mgr.smithi002.utaniu (mgr.14184) 494 : 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-12-08T10:20:07.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:07 smithi204 conmon[86088]: audit 2023-12-08T10:20:06.408926+0000 mgr.smithi002.utaniu (mgr.14184) 495 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:07.839 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:09.528 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:09.528 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:09.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:09 smithi002 conmon[82053]: cluster 2023-12-08T10:20:07.820584+0000 mgr.smithi002.utaniu 2023-12-08T10:20:09.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:09 smithi002 conmon[82053]: (mgr.14184) 496 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:09.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:09 smithi204 conmon[86088]: cluster 2023-12-08T10:20:07.820584+0000 mgr.smithi002.utaniu (mgr.14184) 496 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:09.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:10.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:10 smithi002 conmon[82053]: audit 2023-12-08T10:20:09.522931+0000 mgr.smithi002.utaniu (mgr.14184) 497 : audit [DBG] 2023-12-08T10:20:10.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:10 smithi002 conmon[82053]: from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:10 smithi204 conmon[86088]: audit 2023-12-08T10:20:09.522931+0000 mgr.smithi002.utaniu (mgr.14184) 497 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:10.987 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:11 smithi002 conmon[82053]: cluster 2023-12-08T10:20:09.821104+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:20:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:11 smithi002 conmon[82053]: .14184) 498 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:11.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:11 smithi204 conmon[86088]: cluster 2023-12-08T10:20:09.821104+0000 mgr.smithi002.utaniu (mgr.14184) 498 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:12.787 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:12.787 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:13.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:13.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:13 smithi002 conmon[82053]: cluster 2023-12-08T10:20:11.822098+0000 mgr.smithi002.utaniu ( 2023-12-08T10:20:13.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:13 smithi002 conmon[82053]: mgr.14184) 499 : 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-12-08T10:20:13.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:13 smithi204 conmon[86088]: cluster 2023-12-08T10:20:11.822098+0000 mgr.smithi002.utaniu (mgr.14184) 499 : 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-12-08T10:20:14.351 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:14.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:14 smithi002 conmon[82053]: audit 2023-12-08T10:20:12 2023-12-08T10:20:14.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:14 smithi002 conmon[82053]: .781321+0000 mgr.smithi002.utaniu (mgr.14184) 500 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:14 smithi204 conmon[86088]: audit 2023-12-08T10:20:12.781321+0000 mgr.smithi002.utaniu (mgr.14184) 500 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:15.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:15 smithi002 conmon[82053]: cluster 2023-12-08T10:20:13.822624+0000 mgr.smithi002.utaniu (mgr.14184) 501 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:15.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:15 smithi204 conmon[86088]: cluster 2023-12-08T10:20:13.822624+0000 mgr.smithi002.utaniu (mgr.14184) 501 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:16.096 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:16.097 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:16.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:17.718 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:17.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:17 smithi002 conmon[82053]: cluster 2023-12-08T10:20:15.823156+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:20:17.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:17 smithi002 conmon[82053]: .14184) 502 : 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-12-08T10:20:17.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:17 smithi002 conmon[82053]: audit 2023-12-08T10:20:16.092161+0000 mgr.smithi002.utaniu (mgr.14184) 503 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:17 smithi204 conmon[86088]: cluster 2023-12-08T10:20:15.823156+0000 mgr.smithi002.utaniu (mgr.14184) 502 : 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-12-08T10:20:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:17 smithi204 conmon[86088]: 2023-12-08T10:20:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:17 smithi204 conmon[86088]: audit 2023-12-08T10:20:16.092161+0000 mgr.smithi002.utaniu (mgr.14184) 503 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:19.448 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:19.448 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:19.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:19 smithi002 conmon[82053]: cluster 2023-12-08T10:20:17.823845+0000 mgr.smithi002.utaniu (mgr.14184) 504 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:19.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:19 smithi204 conmon[86088]: cluster 2023-12-08T10:20:17.823845+0000 mgr.smithi002.utaniu (mgr.14184) 504 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:19.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:20 smithi204 conmon[86088]: audit 2023-12-08T10:20:19.443105+0000 mgr.smithi002.utaniu (mgr.14184) 505 : audit [DBG] 2023-12-08T10:20:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:20 smithi204 conmon[86088]: from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:20.877 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:20.909 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:20 smithi002 conmon[82053]: audit 2023-12-08T10:20:19.443105+0000 mgr.smithi002.utaniu ( 2023-12-08T10:20:20.909 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:20 smithi002 conmon[82053]: mgr.14184) 505 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:21.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:21 smithi002 conmon[82053]: cluster 2023-12-08T10:20:19.824328+0000 mgr.smithi002.utaniu ( 2023-12-08T10:20:21.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:21 smithi002 conmon[82053]: mgr.14184) 506 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:21.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:21 smithi204 conmon[86088]: cluster 2023-12-08T10:20:19.824328+0000 mgr.smithi002.utaniu (mgr.14184) 506 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:22.597 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:22.597 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:23.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:23.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:23 smithi204 conmon[86088]: cluster 2023-12-08T10:20:21.824997+0000 mgr.smithi002.utaniu (mgr.14184) 507 : 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-12-08T10:20:23.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:23 smithi204 conmon[86088]: audit 2023-12-08T10:20:22.591912+0000 mgr.smithi002.utaniu ( 2023-12-08T10:20:23.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:23 smithi204 conmon[86088]: mgr.14184) 508 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:23.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:23 smithi002 conmon[82053]: cluster 2023-12-08T10:20:21.824997+0000 mgr.smithi002.utaniu (mgr.14184) 507 : 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-12-08T10:20:23.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:23 smithi002 conmon[82053]: audit 2023-12-08T10:20:22.591912+0000 mgr.smithi002.utaniu (mgr.14184) 508 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:24.033 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:25.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:25 smithi002 conmon[82053]: cluster 2023-12-08T10:20:23.825743+0000 mgr.smithi002.utaniu (mgr.14184) 509 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:25.763 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:25.764 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:25.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:25 smithi204 conmon[86088]: cluster 2023-12-08T10:20:23.825743+0000 mgr.smithi002.utaniu (mgr.14184) 509 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:26.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:27.289 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:27.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:27 smithi002 conmon[82053]: audit 2023-12-08T10:20:25.759007+0000 mgr.smithi002.utaniu 2023-12-08T10:20:27.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:27 smithi002 conmon[82053]: (mgr.14184) 510 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:27.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:27 smithi002 conmon[82053]: cluster 2023-12-08T10:20:25.826280+0000 mgr.smithi002.utaniu (mgr.14184) 511 : 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-12-08T10:20:27.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:27 smithi204 conmon[86088]: audit 2023-12-08T10:20:25.759007+0000 mgr.smithi002.utaniu (mgr.14184) 510 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:27.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:27 smithi204 conmon[86088]: cluster 2023- 2023-12-08T10:20:27.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:27 smithi204 conmon[86088]: 12-08T10:20:25.826280+0000 mgr.smithi002.utaniu (mgr.14184) 511 : 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-12-08T10:20:28.968 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:28.969 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:29.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:29.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:29 smithi002 conmon[82053]: cluster 2023-12-08T10:20:27.826957+0000 mgr.smithi002.utaniu (mgr.14184) 512 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:29 smithi204 conmon[86088]: cluster 2023-12-08T10:20:27.826957+0000 mgr.smithi002.utaniu (mgr.14184) 512 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:29 smithi204 conmon[86088]: 2023-12-08T10:20:30.356 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:30 smithi002 conmon[82053]: audit 2023-12-08T10:20:28.963484+0000 mgr.smithi002.utaniu ( 2023-12-08T10:20:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:30 smithi002 conmon[82053]: mgr.14184) 513 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:30 smithi204 conmon[86088]: audit 2023-12-08T10:20:28.963484+0000 mgr.smithi002.utaniu (mgr.14184) 513 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:30 smithi204 conmon[86088]: 2023-12-08T10:20:31.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:31 smithi204 conmon[86088]: cluster 2023-12-08T10:20:29.827463+0000 mgr.smithi002.utaniu (mgr.14184) 514 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:31.979 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:31.979 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:31.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:31 smithi002 conmon[82053]: cluster 2023-12-08T10:20:29.827463+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:20:31.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:31 smithi002 conmon[82053]: 14184) 514 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:32.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:33.418 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:33.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:33 smithi002 conmon[82053]: cluster 2023-12-08T10:20:31.828199+0000 mgr.smithi002.utaniu (mgr.14184) 515 : 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-12-08T10:20:33.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:33 smithi002 conmon[82053]: audit 2023-12-08T10:20:31.974134+0000 mgr.smithi002.utaniu (mgr.14184) 516 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:33.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:33 smithi204 conmon[86088]: cluster 2023-12-08T10:20:31.828199+0000 mgr.smithi002.utaniu (mgr.14184) 515 : 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-12-08T10:20:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:33 smithi204 conmon[86088]: audit 2023-12-08 2023-12-08T10:20:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:33 smithi204 conmon[86088]: T10:20:31.974134+0000 mgr.smithi002.utaniu (mgr.14184) 516 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:35.108 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:35.108 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:35.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:35.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:35 smithi204 conmon[86088]: cluster 2023-12-08T10:20:33.828789+0000 mgr.smithi002.utaniu (mgr.14184) 517 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:35.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:35 smithi002 conmon[82053]: cluster 2023-12-08T10:20:33.828789+0000 mgr.smithi002.utaniu ( 2023-12-08T10:20:35.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:35 smithi002 conmon[82053]: mgr.14184) 517 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:36.571 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:36.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:36 smithi204 conmon[86088]: audit 2023-12-08T10:20:35.103289+0000 mgr.smithi002.utaniu (mgr.14184) 518 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:36.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:36 smithi002 conmon[82053]: audit 2023-12-08T10:20:35.103289+0000 mgr.smithi002.utaniu (mgr.14184) 518 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:37.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:37 smithi204 conmon[86088]: cluster 2023-12-08T10:20:35.829339+0000 mgr.smithi002.utaniu (mgr.14184) 519 : 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-12-08T10:20:37.874 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:37 smithi002 conmon[82053]: cluster 2023-12-08T10:20:35.829339+0000 mgr.smithi002.utaniu (mgr.14184) 519 : 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-12-08T10:20:38.254 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:38.254 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:38.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:39.733 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:39.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:39 smithi204 conmon[86088]: cluster 2023-12-08T10:20:37.830183+0000 mgr.smithi002.utaniu (mgr.14184) 520 : cluster 2023-12-08T10:20:39.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:39 smithi204 conmon[86088]: [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:39.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:39 smithi204 conmon[86088]: audit 2023-12-08T10:20:38.248738+0000 mgr.smithi002.utaniu (mgr.14184) 521 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:39.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:39 smithi002 conmon[82053]: cluster 2023-12-08T10:20:37.830183+0000 mgr.smithi002.utaniu ( 2023-12-08T10:20:39.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:39 smithi002 conmon[82053]: mgr.14184) 520 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:39.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:39 smithi002 conmon[82053]: audit 2023-12-08T10:20:38.248738+0000 mgr.smithi002.utaniu (mgr.14184) 521 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:41.374 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:41.374 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:41.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:41 smithi002 conmon[82053]: cluster 2023-12-08T10:20:39.830701+0000 mgr.smithi002.utaniu ( 2023-12-08T10:20:41.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:41 smithi002 conmon[82053]: mgr.14184) 522 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:41.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:41.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:41 smithi204 conmon[86088]: cluster 2023-12-08T10:20:39.830701+0000 mgr.smithi002.utaniu (mgr.14184) 522 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:42.797 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:42.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:42 smithi204 conmon[86088]: audit 2023-12-08T10:20:41.369647+0000 mgr.smithi002.utaniu (mgr.14184) 523 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:42.829 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:42 smithi002 conmon[82053]: audit 2023-12-08T10:20:41.369647+0000 mgr.smithi002.utaniu (mgr.14184) 523 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:43.728 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:43 smithi002 conmon[82053]: cluster 2023-12-08T10:20:41.831390+0000 mgr.smithi002.utaniu (mgr.14184) 524 : 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-12-08T10:20:43.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:43 smithi204 conmon[86088]: cluster 2023-12-08T10:20:41.831390+0000 mgr.smithi002.utaniu (mgr.14184) 524 : 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-12-08T10:20:44.515 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:44.515 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:44.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:45.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:45 smithi204 conmon[86088]: cluster 2023-12-08T10:20:43.832043+0000 mgr.smithi002.utaniu (mgr.14184) 525 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:45.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:45 smithi204 conmon[86088]: audit 2023-12-08T10:20:44.510722+0000 mgr.smithi002.utaniu (mgr.14184) 526 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:45.962 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:45.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:45 smithi002 conmon[82053]: cluster 2023-12-08T10:20:43.832043+0000 mgr.smithi002.utaniu (mgr.14184) 525 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:45.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:45 smithi002 conmon[82053]: audit 2023-12-08T10:20:44.510722+0000 mgr.smithi002.utaniu (mgr.14184) 526 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:47.694 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:47.694 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:47.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:47 smithi204 conmon[86088]: cluster 2023-12-08T10:20:45.832739+0000 mgr.smithi002.utaniu (mgr.14184) 527 : 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-12-08T10:20:47.919 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:47 smithi002 conmon[82053]: cluster 2023-12-08T10:20:45.832739+0000 mgr.smithi002.utaniu (mgr.14184) 527 : 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-12-08T10:20:48.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:49.226 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:49.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:49 smithi204 conmon[86088]: audit 2023-12-08T10:20:47.687445+0000 mgr.smithi002.utaniu (mgr.14184) 528 2023-12-08T10:20:49.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:49 smithi204 conmon[86088]: : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:49.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:49 smithi204 conmon[86088]: cluster 2023-12-08T10:20:47.833528+0000 mgr.smithi002.utaniu (mgr.14184) 529 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:49.829 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:49 smithi002 conmon[82053]: audit 2023-12-08T10:20:47.687445+0000 mgr.smithi002.utaniu 2023-12-08T10:20:49.829 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:49 smithi002 conmon[82053]: (mgr.14184) 528 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:49.830 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:49 smithi002 conmon[82053]: cluster 2023-12-08T10:20:47.833528+0000 mgr.smithi002.utaniu (mgr.14184) 529 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:50.890 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:50.890 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:51.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:51.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:51 smithi204 conmon[86088]: cluster 2023-12-08T10:20:49.834254+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:20:51.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:51 smithi204 conmon[86088]: 530 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:51.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:51 smithi002 conmon[82053]: cluster 2023-12-08T10:20:49.834254+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:20:51.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:51 smithi002 conmon[82053]: .14184) 530 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:52.278 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:52.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:52 smithi204 conmon[86088]: audit 2023-12-08T10:20:50.885256+0000 mgr.smithi002.utaniu (mgr.14184) 531 : audit 2023-12-08T10:20:52.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:52 smithi204 conmon[86088]: [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:52.827 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:52 smithi002 conmon[82053]: audit 2023-12-08T10:20:50.885256+0000 mgr.smithi002.utaniu 2023-12-08T10:20:52.827 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:52 smithi002 conmon[82053]: (mgr.14184) 531 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:53 smithi204 conmon[86088]: cluster 2023-12-08T10:20:51.835177+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:20:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:53 smithi204 conmon[86088]: 532 : 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-12-08T10:20:53.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:53 smithi002 conmon[82053]: cluster 2023-12-08T10:20:51 2023-12-08T10:20:53.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:53 smithi002 conmon[82053]: .835177+0000 mgr.smithi002.utaniu (mgr.14184) 532 : 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-12-08T10:20:53.999 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:53.999 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:54.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:55.439 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:55.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:55 smithi002 conmon[82053]: cluster 2023-12-08T10:20:53.835705+0000 mgr.smithi002.utaniu (mgr.14184) 533 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:55.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:55 smithi002 conmon[82053]: audit 2023-12-08T10:20:53.994476+0000 mgr.smithi002.utaniu (mgr.14184) 534 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:55 smithi204 conmon[86088]: cluster 2023-12-08T10:20:53.835705+0000 mgr.smithi002.utaniu (mgr.14184) 533 : cluster [DBG] 2023-12-08T10:20:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:55 smithi204 conmon[86088]: pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:20:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:55 smithi204 conmon[86088]: audit 2023-12-08T10:20:53.994476+0000 mgr.smithi002.utaniu (mgr.14184) 534 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:57.180 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:20:57.180 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:20:57.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:20:57.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:57 smithi002 conmon[82053]: cluster 2023-12-08T10:20:55.836229 2023-12-08T10:20:57.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:57 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 535 : 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-12-08T10:20:58.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:57 smithi204 conmon[86088]: cluster 2023-12-08T10:20:55.836229+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:20:58.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:57 smithi204 conmon[86088]: 535 : 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-12-08T10:20:58.610 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:20:58.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:58 smithi002 conmon[82053]: audit 2023-12-08T10:20:57.174588+0000 mgr.smithi002.utaniu (mgr.14184) 536 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:59.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:58 smithi204 conmon[86088]: audit 2023-12-08T10:20:57.174588+0000 mgr.smithi002.utaniu (mgr.14184) 536 : audit [DBG] 2023-12-08T10:20:59.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:58 smithi204 conmon[86088]: from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:20:59.904 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:20:59 smithi002 conmon[82053]: cluster 2023-12-08T10:20:57.836953+0000 mgr.smithi002.utaniu (mgr.14184) 537 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:00.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:59 smithi204 conmon[86088]: cluster 2023-12-08T10:20:57.836953+0000 mgr.smithi002.utaniu (mgr.14184) 537 : cluster 2023-12-08T10:21:00.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:20:59 smithi204 conmon[86088]: [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:00.281 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:00.281 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:17.619602Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:00.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:01.759 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:01.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:01 smithi002 conmon[82053]: cluster 2023-12-08T10:20:59.837673+0000 mgr.smithi002.utaniu (mgr.14184) 538 2023-12-08T10:21:01.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:01 smithi002 conmon[82053]: : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:01.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:01 smithi002 conmon[82053]: audit 2023-12-08T10:21:00.275938+0000 mgr.smithi002.utaniu (mgr.14184) 539 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:01 smithi204 conmon[86088]: cluster 2023-12-08T10:20:59.837673+0000 mgr.smithi002.utaniu (mgr.14184) 538 2023-12-08T10:21:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:01 smithi204 conmon[86088]: : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:02.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:01 smithi204 conmon[86088]: audit 2023-12-08T10:21:00.275938+0000 mgr.smithi002.utaniu (mgr.14184) 539 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:03.365 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:03.365 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:03.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:03 smithi002 conmon[82053]: cluster 2023-12-08T10:21:01.838460+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:21:03.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:03 smithi002 conmon[82053]: .14184) 540 : 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-12-08T10:21:03.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:03 smithi002 conmon[82053]: audit 2023-12-08T10:21:03.084375+0000 mon.smithi002 (mon.0) 685 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.uqbymv"}]: dispatch 2023-12-08T10:21:03.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:04.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:03 smithi204 conmon[86088]: cluster 2023-12-08T10:21:01.838460+0000 mgr.smithi002.utaniu (mgr.14184) 540 : 2023-12-08T10:21:04.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:03 smithi204 conmon[86088]: 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-12-08T10:21:04.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:03 smithi204 conmon[86088]: audit 2023-12-08T10:21:03.084375+0000 mon.smithi002 (mon.0) 685 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.uqbymv"}]: dispatch 2023-12-08T10:21:04.810 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:04.841 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: cephadm 2023-12-08T10:21:03.083845+0000 mgr.smithi002.utaniu (mgr.14184) 541 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv 2023-12-08T10:21:04.841 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv 2023-12-08T10:21:04.841 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:04.841 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi204.uqbymv ... 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:19:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:19:48Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:20:25Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: Traceback (most recent call last): 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: yield (conn, connr) 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: code, '\n'.join(err))) 2023-12-08T10:21:04.842 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi204.uqbymv ... 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:19:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:19:48Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:20:25Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: cephadm 2023-12-08T10:21:03.084012+0000 mgr.smithi002.utaniu (mgr.14184) 542 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: cephadm 2023-12-08T10:21:03.085209+0000 mgr.smithi002.utaniu (mgr.14184) 543 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv 2023-12-08T10:21:04.843 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv 2023-12-08T10:21:04.844 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:04.844 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:04.844 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi204.uqbymv ... 2023-12-08T10:21:04.844 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:21:04.844 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:21:04.844 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:19:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:04.844 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:19:48Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:04.844 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:20:25Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:04.844 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:21:04.844 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:21:04.844 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: cephadm 2023-12-08T10:21:03.086626+0000 mgr.smithi002.utaniu (mgr.14184) 544 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.cqxlyt on smithi002 2023-12-08T10:21:04.844 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:04 smithi002 conmon[82053]: audit 2023-12-08T10:21:03.360147+0000 mgr.smithi002.utaniu (mgr.14184) 545 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:05.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: cephadm 2023-12-08T10:21:03.083845+0000 mgr.smithi002.utaniu (mgr.14184) 541 : cephadm 2023-12-08T10:21:05.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv 2023-12-08T10:21:05.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv 2023-12-08T10:21:05.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi204.uqbymv ... 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:19:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:19:48Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:20:25Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: Traceback (most recent call last): 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: yield (conn, connr) 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:21:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: code, '\n'.join(err))) 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi204.uqbymv ... 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:19:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:19:48Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:20:25Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: cephadm 2023-12-08T10:21:03.084012+0000 mgr. 2023-12-08T10:21:05.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: smithi002.utaniu (mgr.14184) 542 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: cephadm 2023-12-08T10:21:03.085209+0000 mgr.smithi002.utaniu (mgr.14184) 543 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi204.uqbymv ... 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:19:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:19:48Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:20:25Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: cephadm 2023-12-08T10:21:03.086626+0000 mgr.smithi002.utaniu (mgr.14184) 544 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.cqxlyt on smithi002 2023-12-08T10:21:05.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:04 smithi204 conmon[86088]: audit 2023-12-08T10:21:03.360147+0000 mgr.smithi002.utaniu (mgr.14184) 545 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:05.675 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:05 smithi002 conmon[82053]: cluster 2023-12-08T10:21:03.839067+0000 2023-12-08T10:21:05.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:05 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 546 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:06.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:05 smithi204 conmon[86088]: cluster 2023-12-08T10:21:03.839067+0000 mgr.smithi002.utaniu (mgr.14184) 546 : cluster 2023-12-08T10:21:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:05 smithi204 conmon[86088]: [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:06.521 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:06.521 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:06.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:07.958 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:07.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:07 smithi002 conmon[82053]: cluster 2023-12-08T10:21:05.839674+0000 mgr.smithi002.utaniu (mgr.14184) 547 : 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-12-08T10:21:07.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:07 smithi002 conmon[82053]: audit 2023-12-08T10:21:06.516280+0000 mgr.smithi002.utaniu (mgr.14184) 548 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:08.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:07 smithi204 conmon[86088]: cluster 2023-12-08T10:21:05.839674+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:21:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:07 smithi204 conmon[86088]: 547 : 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-12-08T10:21:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:07 smithi204 conmon[86088]: audit 2023-12-08T10:21:06.516280+0000 mgr.smithi002.utaniu (mgr.14184) 548 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:09.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:09 smithi002 conmon[82053]: cluster 2023-12-08T10:21:07.840439+0000 mgr.smithi002.utaniu (mgr.14184) 549 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:09.793 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:09.793 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:10.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:09 smithi204 conmon[86088]: cluster 2023-12-08T10:21:07.840439+0000 mgr.smithi002.utaniu (mgr.14184) 549 2023-12-08T10:21:10.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:09 smithi204 conmon[86088]: : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:10.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:11.211 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:11.963 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:11 smithi002 conmon[82053]: audit 2023-12-08T10:21:09.788242+0000 mgr.smithi002.utaniu (mgr.14184) 550 : audit 2023-12-08T10:21:11.963 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:11 smithi002 conmon[82053]: [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:11.964 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:11 smithi002 conmon[82053]: cluster 2023-12-08T10:21:09.841163+0000 mgr.smithi002.utaniu (mgr.14184) 551 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:12.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:11 smithi204 conmon[86088]: audit 2023-12-08T10:21:09.788242+0000 mgr.smithi002.utaniu (mgr.14184) 550 2023-12-08T10:21:12.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:11 smithi204 conmon[86088]: : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:12.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:11 smithi204 conmon[86088]: cluster 2023-12-08T10:21:09.841163+0000 mgr.smithi002.utaniu (mgr.14184) 551 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:13.057 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:13.057 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:13.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:13.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:13 smithi002 conmon[82053]: cluster 2023-12-08T10:21:11.841891+0000 mgr.smithi002.utaniu (mgr.14184) 552 : 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-12-08T10:21:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:13 smithi204 conmon[86088]: cluster 2023-12-08T10:21:11.841891+0000 mgr.smithi002.utaniu (mgr.14184) 552 2023-12-08T10:21:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:13 smithi204 conmon[86088]: : 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-12-08T10:21:14.471 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:14 smithi002 conmon[82053]: audit 2023-12-08T10:21:13.052122+0000 2023-12-08T10:21:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:14 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 553 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:15.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:14 smithi204 conmon[86088]: audit 2023-12-08T10:21:13.052122+0000 mgr.smithi002.utaniu (mgr.14184) 553 : audit 2023-12-08T10:21:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:14 smithi204 conmon[86088]: [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:15.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:15 smithi002 conmon[82053]: cluster 2023-12-08T10:21:13.842417+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:21:15.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:15 smithi002 conmon[82053]: .14184) 554 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:16.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:15 smithi204 conmon[86088]: cluster 2023-12-08T10:21:13.842417+0000 mgr.smithi002.utaniu (mgr.14184) 554 2023-12-08T10:21:16.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:15 smithi204 conmon[86088]: : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:16.179 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:16.179 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:16.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:17.620 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:17.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:17 smithi002 conmon[82053]: cluster 2023-12-08T10:21:15.843225+0000 mgr.smithi002.utaniu (mgr.14184) 555 : cluster 2023-12-08T10:21:17.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:17 smithi002 conmon[82053]: [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-12-08T10:21:17.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:17 smithi002 conmon[82053]: audit 2023-12-08T10:21:16.174352+0000 mgr.smithi002.utaniu (mgr.14184) 556 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:17 smithi204 conmon[86088]: cluster 2023-12-08T10:21:15.843225+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:21:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:17 smithi204 conmon[86088]: ) 555 : 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-12-08T10:21:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:17 smithi204 conmon[86088]: audit 2023-12-08T10:21:16.174352+0000 mgr.smithi002.utaniu (mgr.14184) 556 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:19.298 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:19.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:19.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:19 smithi002 conmon[82053]: cluster 2023-12-08T10:21:17.843941+0000 mgr.smithi002.utaniu (mgr.14184) 557 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:20.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:19 smithi204 conmon[86088]: cluster 2023-12-08T10:21:17.843941+0000 mgr.smithi002.utaniu (mgr.14184) 557 : cluster 2023-12-08T10:21:20.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:19 smithi204 conmon[86088]: [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:20.769 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:20.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:20 smithi002 conmon[82053]: audit 2023-12-08T10:21:19.292467+0000 mgr.smithi002.utaniu (mgr.14184) 558 2023-12-08T10:21:20.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:20 smithi002 conmon[82053]: : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:21.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:20 smithi204 conmon[86088]: audit 2023-12-08T10:21:19.292467+0000 mgr.smithi002.utaniu (mgr.14184) 558 : audit 2023-12-08T10:21:21.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:20 smithi204 conmon[86088]: [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:21.886 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:21 smithi002 conmon[82053]: cluster 2023-12-08T10:21:19.844579+0000 mgr.smithi002.utaniu (mgr.14184) 559 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:22.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:21 smithi204 conmon[86088]: cluster 2023-12-08T10:21:19.844579+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:21:22.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:21 smithi204 conmon[86088]: ) 559 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:22.450 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:22.450 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:22.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:23.830 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:23.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:23 smithi002 conmon[82053]: cluster 2023-12-08T10:21:21.845261+0000 mgr.smithi002.utaniu (mgr.14184) 560 : cluster 2023-12-08T10:21:23.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:23 smithi002 conmon[82053]: [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-12-08T10:21:23.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:23 smithi002 conmon[82053]: audit 2023-12-08T10:21:22.445466+0000 mgr.smithi002.utaniu (mgr.14184) 561 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:23 smithi204 conmon[86088]: cluster 2023-12-08T10:21:21.845261+0000 mgr.smithi002.utaniu (mgr.14184) 560 : cluster [DBG] 2023-12-08T10:21:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:23 smithi204 conmon[86088]: 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-12-08T10:21:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:23 smithi204 conmon[86088]: audit 2023-12-08T10:21:22.445466+0000 mgr.smithi002.utaniu (mgr.14184) 561 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:25.635 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:25.635 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:25.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:25 smithi002 conmon[82053]: cluster 2023-12-08T10:21:23.845904+0000 mgr.smithi002.utaniu (mgr.14184) 562 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:25 smithi204 conmon[86088]: cluster 2023-12-08T10:21:23.845904+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:21:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:25 smithi204 conmon[86088]: 562 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:26.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:26.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:26 smithi002 conmon[82053]: audit 2023-12-08T10:21:25.629906+0000 mgr.smithi002.utaniu (mgr.14184) 563 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:27.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:26 smithi204 conmon[86088]: audit 2023-12-08T10:21:25.629906+0000 mgr.smithi002.utaniu (mgr.14184) 563 : audit 2023-12-08T10:21:27.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:26 smithi204 conmon[86088]: [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:27.092 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:27.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:27 smithi002 conmon[82053]: cluster 2023-12-08T10:21:25.846426+0000 2023-12-08T10:21:27.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:27 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 564 : 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-12-08T10:21:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:27 smithi204 conmon[86088]: cluster 2023-12-08T10:21:25.846426+0000 mgr.smithi002.utaniu 2023-12-08T10:21:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:27 smithi204 conmon[86088]: (mgr.14184) 564 : 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-12-08T10:21:28.759 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:28.759 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:29.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:29.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:29 smithi002 conmon[82053]: cluster 2023-12-08T10:21:27.847140+0000 mgr.smithi002.utaniu (mgr.14184) 565 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:30.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:29 smithi204 conmon[86088]: cluster 2023-12-08T10:21:27.847140+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:21:30.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:29 smithi204 conmon[86088]: .14184) 565 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:30.154 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:30.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:30 smithi002 conmon[82053]: audit 2023-12-08T10:21:28.754475+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:21:30.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:30 smithi002 conmon[82053]: 566 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:31.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:30 smithi204 conmon[86088]: audit 2023-12-08T10:21:28.754475+0000 mgr.smithi002.utaniu (mgr.14184) 566 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:31.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:30 smithi204 conmon[86088]: 2023-12-08T10:21:31.905 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:31.905 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:31.926 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:31 smithi002 conmon[82053]: cluster 2023-12-08T10:21:29.847619+0000 mgr.smithi002.utaniu (mgr.14184) 567 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:32.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:31 smithi204 conmon[86088]: cluster 2023-12-08T10:21:29.847619+0000 mgr.smithi002.utaniu (mgr.14184) 567 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:32.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:33.407 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:33.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:33 smithi002 conmon[82053]: cluster 2023-12-08T10: 2023-12-08T10:21:33.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:33 smithi002 conmon[82053]: 21:31.848301+0000 mgr.smithi002.utaniu (mgr.14184) 568 : 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-12-08T10:21:33.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:33 smithi002 conmon[82053]: audit 2023-12-08T10:21:31.900345+0000 mgr.smithi002.utaniu (mgr.14184) 569 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:34.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:33 smithi204 conmon[86088]: cluster 2023-12-08T10:21:31.848301+0000 mgr.smithi002.utaniu (mgr.14184) 568 : 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-12-08T10:21:34.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:33 smithi204 conmon[86088]: audit 2023-12-08T10:21:31.900345+0000 mgr.smithi002.utaniu (mgr.14184) 569 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:35.119 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:35.119 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:35.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:35.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:35 smithi002 conmon[82053]: cluster 2023-12-08T10:21:33.849017+0000 mgr.smithi002.utaniu (mgr.14184) 570 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:36.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:35 smithi204 conmon[86088]: cluster 2023-12-08T10:21:33.849017+0000 mgr.smithi002.utaniu (mgr.14184) 570 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:36.571 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:36.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:36 smithi002 conmon[82053]: audit 2023-12-08T10:21:35.114065+0000 mgr.smithi002.utaniu (mgr.14184) 571 : audit 2023-12-08T10:21:36.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:36 smithi002 conmon[82053]: [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:37.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:36 smithi204 conmon[86088]: audit 2023-12-08T10:21:35.114065+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:21:37.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:36 smithi204 conmon[86088]: ) 571 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:37.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:37 smithi002 conmon[82053]: cluster 2023-12-08T10:21:35.849684+0000 mgr.smithi002.utaniu 2023-12-08T10:21:37.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:37 smithi002 conmon[82053]: (mgr.14184) 572 : 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-12-08T10:21:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:37 smithi204 conmon[86088]: cluster 2023-12-08T10:21:35.849684+0000 mgr.smithi002.utaniu (mgr.14184) 572 : cluster [DBG] 2023-12-08T10:21:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:37 smithi204 conmon[86088]: 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-12-08T10:21:38.294 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:38.294 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:38.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:38.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:38 smithi002 conmon[82053]: cluster 2023-12-08T10:21:37.850544+0000 mgr.smithi002.utaniu 2023-12-08T10:21:38.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:38 smithi002 conmon[82053]: (mgr.14184) 573 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:38.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:38 smithi002 conmon[82053]: audit 2023-12-08T10:21:38.289200+0000 mgr.smithi002.utaniu (mgr.14184) 574 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:39.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:38 smithi204 conmon[86088]: cluster 2023-12-08T10:21:37.850544+0000 mgr.smithi002.utaniu (mgr.14184) 573 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:38 smithi204 conmon[86088]: audit 2023-12-08T10:21:38.289200 2023-12-08T10:21:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:38 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 574 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:39.747 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:41.470 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:41.471 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:41.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:41 smithi204 conmon[86088]: cluster 2023-12-08T10:21:39.851017+0000 mgr.smithi002.utaniu (mgr.14184) 575 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:41.652 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:41 smithi002 conmon[82053]: cluster 2023-12-08T10:21:39.851017+0000 mgr.smithi002.utaniu ( 2023-12-08T10:21:41.652 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:41 smithi002 conmon[82053]: mgr.14184) 575 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:41.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:42.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:42 smithi204 conmon[86088]: audit 2023-12-08T10:21:41.463708+0000 mgr.smithi002.utaniu (mgr.14184) 576 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:42 smithi002 conmon[82053]: audit 2023-12-08T10:21:41.463708+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:21:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:42 smithi002 conmon[82053]: 14184) 576 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:42.895 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:43.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:43 smithi204 conmon[86088]: cluster 2023-12-08T10:21:41.851896+0000 mgr.smithi002.utaniu (mgr.14184) 577 : cluster [DBG] 2023-12-08T10:21:43.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:43 smithi204 conmon[86088]: 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-12-08T10:21:43.639 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:43 smithi002 conmon[82053]: cluster 2023-12-08T10:21:41.851896+0000 mgr.smithi002.utaniu (mgr.14184) 577 : cluster 2023-12-08T10:21:43.639 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:43 smithi002 conmon[82053]: [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-12-08T10:21:44.599 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:44.600 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:45.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:45.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:45 smithi204 conmon[86088]: cluster 2023-12-08T10:21:43.852650+0000 mgr.smithi002.utaniu (mgr.14184) 578 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:45.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:45 smithi204 conmon[86088]: audit 2023-12-08T10:21:44.594652 2023-12-08T10:21:45.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:45 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 579 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:45 smithi002 conmon[82053]: cluster 2023-12-08T10:21:43.852650+0000 mgr.smithi002.utaniu (mgr.14184) 578 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:45 smithi002 conmon[82053]: audit 2023-12-08T10:21:44.594652+0000 mgr.smithi002.utaniu (mgr.14184) 579 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:46.053 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:47.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:47 smithi204 conmon[86088]: cluster 2023-12-08T10:21:45.853328+0000 mgr.smithi002.utaniu (mgr.14184) 580 : 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-12-08T10:21:47.726 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:47.726 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:47 smithi002 conmon[82053]: cluster 2023-12-08T10:21:45.853328+0000 mgr.smithi002.utaniu (mgr.14184) 580 : 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-12-08T10:21:48.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:49.119 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:49.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:49 smithi002 conmon[82053]: audit 2023-12-08T10:21:47.720841+0000 mgr.smithi002.utaniu (mgr.14184) 581 2023-12-08T10:21:49.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:49 smithi002 conmon[82053]: : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:49.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:49 smithi002 conmon[82053]: cluster 2023-12-08T10:21:47.854079+0000 mgr.smithi002.utaniu (mgr.14184) 582 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:49.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:49 smithi204 conmon[86088]: audit 2023-12-08T10:21:47.720841+0000 mgr.smithi002.utaniu (mgr.14184) 581 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:49.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:49 smithi204 conmon[86088]: cluster 2023-12-08T10:21:47.854079+0000 mgr.smithi002.utaniu (mgr.14184) 582 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:50.847 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:50.847 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:51.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:51.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:51 smithi002 conmon[82053]: cluster 2023-12-08T10:21:49.854529+0000 2023-12-08T10:21:51.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:51 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 583 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:51.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:51 smithi204 conmon[86088]: cluster 2023-12-08T10:21:49.854529+0000 2023-12-08T10:21:51.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:51 smithi204 conmon[86088]: mgr.smithi002.utaniu (mgr.14184) 583 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:52.276 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:52.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:52 smithi002 conmon[82053]: audit 2023-12-08T10:21:50.842752+0000 mgr.smithi002.utaniu (mgr.14184) 584 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:52.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:52 smithi204 conmon[86088]: audit 2023-12-08T10:21:50.842752+0000 mgr.smithi002.utaniu (mgr.14184) 584 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:53.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:53 smithi002 conmon[82053]: cluster 2023-12-08T10:21:51.855459+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:21:53.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:53 smithi002 conmon[82053]: 585 : 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-12-08T10:21:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:53 smithi204 conmon[86088]: cluster 2023-12-08T10:21:51.855459+0000 mgr.smithi002.utaniu (mgr.14184) 585 : cluster [DBG] 2023-12-08T10:21:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:53 smithi204 conmon[86088]: 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-12-08T10:21:54.000 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:54.000 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:54.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:55.440 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:55.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:55 smithi002 conmon[82053]: cluster 2023-12-08T10:21:53.856006+0000 mgr.smithi002.utaniu (mgr.14184) 586 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:55.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:55 smithi002 conmon[82053]: audit 2023-12-08T10:21:53.994843+0000 mgr.smithi002.utaniu (mgr.14184) 587 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:55 smithi204 conmon[86088]: cluster 2023-12-08T10:21:53.856006+0000 mgr.smithi002.utaniu (mgr.14184) 586 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:55 smithi204 conmon[86088]: audit 2023-12-08T10:21:53.994843+0000 mgr.smithi002.utaniu (mgr.14184) 587 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:57.136 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:21:57.136 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:21:57.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:57 smithi002 conmon[82053]: cluster 2023-12-08T10:21:55.856510+0000 mgr.smithi002.utaniu (mgr.14184) 588 : 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-12-08T10:21:57.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:21:57.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:57 smithi204 conmon[86088]: cluster 2023-12-08T10:21:55.856510+0000 mgr.smithi002.utaniu (mgr.14184) 588 : 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-12-08T10:21:58.603 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:21:58.633 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:58 smithi002 conmon[82053]: audit 2023-12-08T10:21:57.130720+0000 mgr.smithi002.utaniu (mgr.14184) 589 : audit 2023-12-08T10:21:58.633 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:58 smithi002 conmon[82053]: [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:58.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:58 smithi204 conmon[86088]: audit 2023-12-08T10:21:57.130720+0000 mgr.smithi002.utaniu (mgr.14184) 589 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:58.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:58 smithi204 conmon[86088]: 2023-12-08T10:21:59.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:21:59 smithi002 conmon[82053]: cluster 2023-12-08T10:21:57.857355+0000 mgr.smithi002.utaniu (mgr.14184) 590 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:21:59.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:21:59 smithi204 conmon[86088]: cluster 2023-12-08T10:21:57.857355+0000 mgr.smithi002.utaniu (mgr.14184) 590 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:00.299 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:00.299 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:00.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:01.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:01 smithi204 conmon[86088]: cluster 2023-12-08T10:21:59.857992+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:22:01.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:01 smithi204 conmon[86088]: ) 591 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:01.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:01 smithi204 conmon[86088]: audit 2023-12-08T10:22:00.294066+0000 mgr.smithi002.utaniu (mgr.14184) 592 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:01 smithi002 conmon[82053]: cluster 2023-12-08T10:21:59.857992+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:22:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:01 smithi002 conmon[82053]: 14184) 591 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:01 smithi002 conmon[82053]: audit 2023-12-08T10:22:00.294066+0000 mgr.smithi002.utaniu (mgr.14184) 592 : audit [DBG] 2023-12-08T10:22:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:01 smithi002 conmon[82053]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:01.750 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:03.480 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:03.480 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:03.674 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:03 smithi002 conmon[82053]: cluster 2023-12-08T10:22:01.858658+0000 mgr.smithi002.utaniu (mgr.14184) 593 : 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-12-08T10:22:03.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:03 smithi204 conmon[86088]: cluster 2023-12-08T10:22:01.858658+0000 mgr.smithi002.utaniu (mgr.14184) 593 : 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-12-08T10:22:03.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:04.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:04 smithi002 conmon[82053]: audit 2023-12- 2023-12-08T10:22:04.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:04 smithi002 conmon[82053]: 08T10:22:03.475293+0000 mgr.smithi002.utaniu (mgr.14184) 594 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:04.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:04 smithi204 conmon[86088]: audit 2023-12-08T10:22:03.475293+0000 mgr.smithi002.utaniu (mgr.14184) 594 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:04.910 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:05.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:05 smithi002 conmon[82053]: cluster 2023-12-08T10:22:03.859182+0000 mgr.smithi002.utaniu (mgr.14184) 595 : cluster [DBG] 2023-12-08T10:22:05.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:05 smithi002 conmon[82053]: pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:05 smithi204 conmon[86088]: cluster 2023-12-08T10:22:03.859182+0000 mgr.smithi002.utaniu (mgr.14184) 595 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:06.619 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:06.620 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:07.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:07.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:07 smithi002 conmon[82053]: cluster 2023-12-08T10:22:05.859991+0000 mgr.smithi002.utaniu (mgr.14184) 596 : 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-12-08T10:22:07.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:07 smithi002 conmon[82053]: audit 2023-12-08T10:22:06.614954+0000 mgr.smithi002.utaniu (mgr.14184) 597 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:07.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:07 smithi204 conmon[86088]: cluster 2023-12-08T10:22:05.859991+0000 mgr.smithi002.utaniu (mgr.14184) 596 : 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-12-08T10:22:07.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:07 smithi204 conmon[86088]: audit 2023-12-08T10:22:06.614954+0000 mgr.smithi002.utaniu (mgr.14184) 597 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:08.063 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:09.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:09 smithi002 conmon[82053]: cluster 2023-12-08T10:22:07.860880+0000 mgr.smithi002.utaniu ( 2023-12-08T10:22:09.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:09 smithi002 conmon[82053]: mgr.14184) 598 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:09.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:09 smithi204 conmon[86088]: cluster 2023-12-08T10:22:07.860880+0000 mgr.smithi002.utaniu (mgr.14184) 598 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:09.862 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:09.862 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:10.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:11.329 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:11.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:11 smithi204 conmon[86088]: audit 2023-12-08T10:22:09.857237+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:22:11.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:11 smithi204 conmon[86088]: 599 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:11.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:11 smithi204 conmon[86088]: cluster 2023-12-08T10:22:09.861345+0000 mgr.smithi002.utaniu (mgr.14184) 600 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:11 smithi002 conmon[82053]: audit 2023-12-08T10:22:09.857237+0000 mgr.smithi002.utaniu (mgr.14184) 599 : audit [DBG] 2023-12-08T10:22:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:11 smithi002 conmon[82053]: from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:11 smithi002 conmon[82053]: cluster 2023-12-08T10:22:09.861345+0000 mgr.smithi002.utaniu (mgr.14184) 600 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:13.119 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:13.119 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:13.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:13 smithi002 conmon[82053]: cluster 2023-12-08T10:22:11.862003+0000 mgr.smithi002.utaniu (mgr.14184) 601 : 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-12-08T10:22:13.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:13.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:13 smithi204 conmon[86088]: cluster 2023-12-08T10:22:11.862003+0000 mgr.smithi002.utaniu (mgr.14184) 601 : 2023-12-08T10:22:13.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:13 smithi204 conmon[86088]: 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-12-08T10:22:14.580 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:14.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:14 smithi002 conmon[82053]: audit 2023-12-08T10:22:13.113714+0000 mgr.smithi002.utaniu (mgr.14184) 602 : audit 2023-12-08T10:22:14.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:14 smithi002 conmon[82053]: [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:14 smithi204 conmon[86088]: audit 2023-12-08T10:22:13.113714+0000 mgr.smithi002.utaniu (mgr.14184) 602 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:15.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:15 smithi002 conmon[82053]: cluster 2023-12-08T10:22:13.862756 2023-12-08T10:22:15.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:15 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 603 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:15.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:15 smithi204 conmon[86088]: cluster 2023-12-08T10:22:13.862756+0000 mgr.smithi002.utaniu (mgr.14184) 603 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:16.356 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:16.356 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:16.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:17.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:17 smithi002 conmon[82053]: cluster 2023-12-08T10:22:15.863247+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:22:17.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:17 smithi002 conmon[82053]: 604 : 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-12-08T10:22:17.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:17 smithi002 conmon[82053]: audit 2023-12-08T10:22:16.351120+0000 mgr.smithi002.utaniu (mgr.14184) 605 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:17 smithi204 conmon[86088]: cluster 2023-12-08T10:22:15.863247+0000 mgr.smithi002.utaniu (mgr.14184) 604 : 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-12-08T10:22:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:17 smithi204 conmon[86088]: audit 2023-12-08T10:22: 2023-12-08T10:22:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:17 smithi204 conmon[86088]: 16.351120+0000 mgr.smithi002.utaniu (mgr.14184) 605 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:17.825 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:19.540 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:19.540 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:19.729 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:19 smithi002 conmon[82053]: cluster 2023-12-08T10:22:17.864082+0000 mgr.smithi002.utaniu (mgr.14184) 606 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:19.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:19 smithi204 conmon[86088]: cluster 2023-12-08T10:22:17.864082+0000 mgr.smithi002.utaniu (mgr.14184) 606 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:19.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:20 smithi002 conmon[82053]: audit 2023-12-08T10: 2023-12-08T10:22:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:20 smithi002 conmon[82053]: 22:19.533087+0000 mgr.smithi002.utaniu (mgr.14184) 607 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:20.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:20 smithi204 conmon[86088]: audit 2023-12-08T10:22:19.533087+0000 mgr.smithi002.utaniu (mgr.14184) 607 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:20.976 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:21.715 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:21 smithi002 conmon[82053]: cluster 2023-12-08T10:22:19.864803+0000 mgr.smithi002.utaniu (mgr.14184) 608 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:21.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:21 smithi204 conmon[86088]: cluster 2023-12-08T10:22:19.864803+0000 mgr.smithi002.utaniu (mgr.14184) 608 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:22.650 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:22.650 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:23.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:23.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:23 smithi002 conmon[82053]: cluster 2023-12-08T10:22:21.865556+0000 mgr.smithi002.utaniu 2023-12-08T10:22:23.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:23 smithi002 conmon[82053]: (mgr.14184) 609 : 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-12-08T10:22:23.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:23 smithi002 conmon[82053]: audit 2023-12-08T10:22:22.644558+0000 mgr.smithi002.utaniu (mgr.14184) 610 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:23.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:23 smithi204 conmon[86088]: cluster 2023-12-08T10:22:21.865556+0000 mgr.smithi002.utaniu (mgr.14184) 609 : 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-12-08T10:22:23.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:23 smithi204 conmon[86088]: audit 2023-12-08T10:22:22.644558+0000 mgr.smithi002.utaniu (mgr.14184) 610 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:24.029 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:25.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:25 smithi002 conmon[82053]: cluster 2023-12-08T10:22:23.866216+0000 mgr.smithi002.utaniu (mgr.14184) 611 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:25.733 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:25.733 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:25.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:25 smithi204 conmon[86088]: cluster 2023-12-08T10:22:23.866216+0000 mgr.smithi002.utaniu (mgr.14184) 611 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:26.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:27.193 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:27.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:27 smithi002 conmon[82053]: audit 2023-12-08T10:22:25.728286+0000 mgr.smithi002.utaniu (mgr.14184) 612 2023-12-08T10:22:27.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:27 smithi002 conmon[82053]: : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:27.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:27 smithi002 conmon[82053]: cluster 2023-12-08T10:22:25.866863+0000 mgr.smithi002.utaniu (mgr.14184) 613 : 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-12-08T10:22:27.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:27 smithi204 conmon[86088]: audit 2023-12-08T10:22:25.728286+0000 mgr.smithi002.utaniu (mgr.14184) 612 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:27.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:27 smithi204 conmon[86088]: cluster 2023-12- 2023-12-08T10:22:27.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:27 smithi204 conmon[86088]: 08T10:22:25.866863+0000 mgr.smithi002.utaniu (mgr.14184) 613 : 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-12-08T10:22:28.966 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:28.966 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:29.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:29.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:29 smithi002 conmon[82053]: cluster 2023-12-08T10:22:27.867578+0000 mgr.smithi002.utaniu (mgr.14184) 614 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:29 smithi204 conmon[86088]: cluster 2023-12-08T10:22:27.867578+0000 mgr.smithi002.utaniu (mgr.14184) 614 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:30.355 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:30 smithi002 conmon[82053]: audit 2023-12-08T10:22:28.961154+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:22:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:30 smithi002 conmon[82053]: .14184) 615 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:30.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:30 smithi204 conmon[86088]: audit 2023-12-08T10:22:28.961154+0000 mgr.smithi002.utaniu (mgr.14184) 615 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:31.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:31 smithi002 conmon[82053]: cluster 2023-12-08T10:22:29.868167+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:22:31.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:31 smithi002 conmon[82053]: 14184) 616 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:31.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:31 smithi204 conmon[86088]: cluster 2023-12-08T10:22:29.868167+0000 mgr.smithi002.utaniu (mgr.14184) 616 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:32.144 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:32.144 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:32.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:33.602 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:33.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:33 smithi002 conmon[82053]: cluster 2023-12-08T10:22:31.868834+0000 mgr.smithi002.utaniu (mgr.14184) 617 : 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-12-08T10:22:33.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:33 smithi002 conmon[82053]: audit 2023-12-08T10:22:32.139363+0000 mgr.smithi002.utaniu (mgr.14184) 618 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:33 smithi204 conmon[86088]: cluster 2023-12-08T10:22:31.868834+0000 mgr.smithi002.utaniu (mgr.14184) 617 : 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-12-08T10:22:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:33 smithi204 conmon[86088]: 2023-12-08T10:22:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:33 smithi204 conmon[86088]: audit 2023-12-08T10:22:32.139363+0000 mgr.smithi002.utaniu (mgr.14184) 618 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:35.308 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:35.308 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:35.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:35 smithi002 conmon[82053]: cluster 2023-12-08T10:22:33.869470+0000 mgr.smithi002.utaniu ( 2023-12-08T10:22:35.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:35 smithi002 conmon[82053]: mgr.14184) 619 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:35.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:35.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:35 smithi204 conmon[86088]: cluster 2023-12-08T10:22:33.869470+0000 mgr.smithi002.utaniu (mgr.14184) 619 : cluster [DBG] 2023-12-08T10:22:35.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:35 smithi204 conmon[86088]: pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:36.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:36 smithi002 conmon[82053]: audit 2023-12-08T10:22:35.303358+0000 mgr.smithi002.utaniu (mgr.14184) 620 : audit 2023-12-08T10:22:36.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:36 smithi002 conmon[82053]: [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:36.765 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:36.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:36 smithi204 conmon[86088]: audit 2023-12-08T10:22:35.303358+0000 mgr.smithi002.utaniu (mgr.14184) 620 : audit [DBG] 2023-12-08T10:22:36.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:36 smithi204 conmon[86088]: from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:37.669 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:37 smithi002 conmon[82053]: cluster 2023-12-08T10:22:35.870284+0000 mgr.smithi002.utaniu (mgr.14184) 621 : 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-12-08T10:22:37.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:37 smithi204 conmon[86088]: cluster 2023-12-08T10:22:35.870284+0000 mgr.smithi002.utaniu (mgr.14184) 621 : 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-12-08T10:22:38.488 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:38.488 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:38.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:39.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:39 smithi002 conmon[82053]: cluster 2023-12-08T10:22:37.871078+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:22:39.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:39 smithi002 conmon[82053]: 14184) 622 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:39.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:39 smithi002 conmon[82053]: audit 2023-12-08T10:22:38.483407+0000 mgr.smithi002.utaniu (mgr.14184) 623 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:39.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:39 smithi204 conmon[86088]: cluster 2023-12-08T10:22:37.871078+0000 mgr.smithi002.utaniu (mgr.14184) 622 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:39.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:39 smithi204 conmon[86088]: audit 2023-12-08T10:22:38.483407+0000 mgr.smithi002.utaniu (mgr.14184) 623 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:39.929 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:41.666 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:41.667 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:41.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:41 smithi002 conmon[82053]: cluster 2023-12-08T10:22:39.871693+0000 mgr.smithi002.utaniu ( 2023-12-08T10:22:41.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:41 smithi002 conmon[82053]: mgr.14184) 624 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:41.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:41 smithi204 conmon[86088]: cluster 2023-12-08T10:22:39.871693+0000 mgr.smithi002.utaniu (mgr.14184) 624 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:41.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:41 smithi204 conmon[86088]: 2023-12-08T10:22:42.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:42 smithi002 conmon[82053]: audit 2023-12-08T10:22:41.661628+0000 mgr.smithi002.utaniu (mgr.14184) 625 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:42.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:42 smithi204 conmon[86088]: audit 2023-12-08T10:22:41.661628+0000 mgr.smithi002.utaniu (mgr.14184) 625 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:43.088 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:43.703 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:43 smithi002 conmon[82053]: cluster 2023-12-08T10:22:41.872341+0000 mgr.smithi002.utaniu (mgr.14184) 626 : 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-12-08T10:22:43.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:43 smithi204 conmon[86088]: cluster 2023-12-08T10:22:41.872341+0000 mgr.smithi002.utaniu (mgr.14184) 626 : 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-12-08T10:22:44.784 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:44.784 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:45.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:45.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:45 smithi002 conmon[82053]: cluster 2023-12-08T10:22:43.872881+0000 mgr.smithi002.utaniu (mgr.14184) 627 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:45.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:45 smithi204 conmon[86088]: cluster 2023-12-08T10:22:43.872881+0000 mgr.smithi002.utaniu (mgr.14184) 627 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:46.240 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:46.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:46 smithi002 conmon[82053]: audit 2023-12-08T10:22:44.779554+0000 2023-12-08T10:22:46.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:46 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 628 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:46 smithi204 conmon[86088]: audit 2023-12-08T10:22:44.779554+0000 mgr.smithi002.utaniu (mgr.14184) 628 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:47 smithi002 conmon[82053]: cluster 2023-12-08T10:22:45.873497+0000 2023-12-08T10:22:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:47 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 629 : 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-12-08T10:22:47.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:47 smithi204 conmon[86088]: cluster 2023-12-08T10:22:45.873497+0000 mgr.smithi002.utaniu (mgr.14184) 629 : 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-12-08T10:22:47.946 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:47.947 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:48.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:49.401 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:49.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:49 smithi002 conmon[82053]: cluster 2023-12-08T10:22:47.874247+0000 mgr.smithi002.utaniu (mgr.14184) 630 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:49.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:49 smithi002 conmon[82053]: audit 2023-12-08T10:22:47.942101+0000 mgr.smithi002.utaniu (mgr.14184) 631 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:49.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:49 smithi204 conmon[86088]: cluster 2023-12-08T10:22:47.874247+0000 mgr.smithi002.utaniu (mgr.14184) 630 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:49.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:49 smithi204 conmon[86088]: audit 2023-12-08T10:22 2023-12-08T10:22:49.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:49 smithi204 conmon[86088]: :47.942101+0000 mgr.smithi002.utaniu (mgr.14184) 631 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:51.090 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:51.090 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:51.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:51.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:51 smithi002 conmon[82053]: cluster 2023-12-08T10:22:49.874764+0000 mgr.smithi002.utaniu (mgr.14184) 632 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:51.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:51 smithi204 conmon[86088]: cluster 2023-12-08T10:22:49.874764+0000 mgr.smithi002.utaniu (mgr.14184) 632 : cluster 2023-12-08T10:22:51.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:51 smithi204 conmon[86088]: [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:52.461 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:52.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:52 smithi002 conmon[82053]: audit 2023-12-08T10:22:51.084932+0000 mgr.smithi002.utaniu (mgr.14184) 633 : audit [DBG] 2023-12-08T10:22:52.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:52 smithi002 conmon[82053]: from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:52.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:52 smithi204 conmon[86088]: audit 2023-12-08T10:22:51.084932+0000 mgr.smithi002.utaniu (mgr.14184) 633 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:53.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:53 smithi002 conmon[82053]: cluster 2023-12-08T10:22:51.875379 2023-12-08T10:22:53.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:53 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 634 : 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-12-08T10:22:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:53 smithi204 conmon[86088]: cluster 2023-12-08T10:22:51.875379+0000 mgr.smithi002.utaniu (mgr.14184) 634 : 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-12-08T10:22:54.147 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:54.148 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:54.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:55.611 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:55.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:55 smithi002 conmon[82053]: cluster 2023-12-08T10:22:53.875907+0000 mgr.smithi002.utaniu 2023-12-08T10:22:55.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:55 smithi002 conmon[82053]: (mgr.14184) 635 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:55.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:55 smithi002 conmon[82053]: audit 2023-12-08T10:22:54.142747+0000 mgr.smithi002.utaniu (mgr.14184) 636 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:55 smithi204 conmon[86088]: cluster 2023-12-08T10:22:53.875907+0000 mgr.smithi002.utaniu (mgr.14184) 635 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:55 smithi204 conmon[86088]: audit 2023-12-08T10:22:54.142747 2023-12-08T10:22:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:55 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 636 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:57.292 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:22:57.293 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:22:57.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:57 smithi002 conmon[82053]: cluster 2023-12-08T10:22:55.876504+0000 mgr.smithi002.utaniu (mgr.14184) 637 : 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-12-08T10:22:57.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:22:57.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:57 smithi204 conmon[86088]: cluster 2023-12-08T10:22:55.876504+0000 mgr.smithi002.utaniu (mgr.14184) 637 2023-12-08T10:22:57.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:57 smithi204 conmon[86088]: : 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-12-08T10:22:58.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:58 smithi002 conmon[82053]: audit 2023-12-08T10:22:57.287527+0000 mgr.smithi002.utaniu (mgr.14184) 638 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:58.759 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:22:58.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:58 smithi204 conmon[86088]: audit 2023-12-08T10:22:57.287527+0000 mgr.smithi002.utaniu (mgr.14184) 638 : audit 2023-12-08T10:22:58.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:58 smithi204 conmon[86088]: [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:22:59.591 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:59 smithi002 conmon[82053]: cluster 2023-12-08T10:22:57.877250+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:22:59.591 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:22:59 smithi002 conmon[82053]: .14184) 639 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:22:59.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:59 smithi204 conmon[86088]: cluster 2023-12-08T10:22:57.877250+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:22:59.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:22:59 smithi204 conmon[86088]: 639 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:00.355 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:00.355 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:00.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:01.708 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:01 smithi002 conmon[82053]: cluster 2023-12-08T10:22:59.877795+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:23:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:01 smithi002 conmon[82053]: 640 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:01 smithi002 conmon[82053]: audit 2023-12-08T10:23:00.349901+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:23:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:01 smithi002 conmon[82053]: .14184) 641 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:01.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:01 smithi204 conmon[86088]: cluster 2023-12-08T10:22:59.877795+0000 mgr.smithi002.utaniu (mgr.14184) 640 : 2023-12-08T10:23:01.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:01 smithi204 conmon[86088]: cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:01.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:01 smithi204 conmon[86088]: audit 2023-12-08T10:23:00.349901+0000 mgr.smithi002.utaniu (mgr.14184) 641 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:03.406 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:03.407 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:03.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:03 smithi002 conmon[82053]: cluster 2023-12-08T10:23:01.878456+0000 mgr.smithi002.utaniu (mgr.14184) 642 : 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-12-08T10:23:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:03 smithi204 conmon[86088]: cluster 2023-12-08T10:23:01.878456+0000 mgr.smithi002.utaniu (mgr.14184) 642 : 2023-12-08T10:23:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:03 smithi204 conmon[86088]: 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-12-08T10:23:03.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:04.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:04 smithi204 conmon[86088]: audit 2023-12-08T10:23:03.401740+0000 mgr.smithi002.utaniu (mgr.14184) 643 : 2023-12-08T10:23:04.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:04 smithi204 conmon[86088]: audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:04.871 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:04.903 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:04 smithi002 conmon[82053]: audit 2023-12-08T10:23:03.401740+0000 mgr.smithi002.utaniu (mgr.14184) 643 : audit 2023-12-08T10:23:04.904 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:04 smithi002 conmon[82053]: [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:05.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:05 smithi002 conmon[82053]: cluster 2023-12-08T10:23:03.879010+0000 mgr.smithi002.utaniu ( 2023-12-08T10:23:05.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:05 smithi002 conmon[82053]: mgr.14184) 644 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:05 smithi204 conmon[86088]: cluster 2023-12-08T10:23:03.879010+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:23:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:05 smithi204 conmon[86088]: ) 644 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:06.678 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:06.678 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:07.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:07.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:07 smithi204 conmon[86088]: cluster 2023-12-08T10:23:05.879503+0000 mgr.smithi002.utaniu (mgr.14184) 645 : 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-12-08T10:23:07.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:07 smithi204 conmon[86088]: audit 2023-12-08T10:23:06.673238+0000 mgr.smithi002.utaniu (mgr.14184) 646 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:07.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:07 smithi002 conmon[82053]: cluster 2023-12-08T10:23:05.879503+0000 mgr.smithi002.utaniu (mgr.14184) 645 : 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-12-08T10:23:07.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:07 smithi002 conmon[82053]: audit 2023-12-08T10:23:06.673238+0000 mgr.smithi002.utaniu (mgr.14184) 646 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:08.133 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:09.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:09 smithi204 conmon[86088]: cluster 2023-12-08T10:23:07.880378+0000 mgr.smithi002.utaniu (mgr.14184) 647 2023-12-08T10:23:09.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:09 smithi204 conmon[86088]: : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:09.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:09 smithi002 conmon[82053]: cluster 2023-12-08T10:23: 2023-12-08T10:23:09.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:09 smithi002 conmon[82053]: 07.880378+0000 mgr.smithi002.utaniu (mgr.14184) 647 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:09.993 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:09.993 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:10.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:11.386 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:11 smithi002 conmon[82053]: cluster 2023-12-08T10:23:09.880896+0000 mgr.smithi002.utaniu ( 2023-12-08T10:23:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:11 smithi002 conmon[82053]: mgr.14184) 648 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:11 smithi002 conmon[82053]: audit 2023-12-08T10:23:09.988705+0000 mgr.smithi002.utaniu (mgr.14184) 649 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:11.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:11 smithi204 conmon[86088]: cluster 2023-12-08T10:23:09.880896+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:23:11.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:11 smithi204 conmon[86088]: 648 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:11.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:11 smithi204 conmon[86088]: audit 2023-12-08T10:23:09.988705+0000 mgr.smithi002.utaniu (mgr.14184) 649 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:13.089 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:13.089 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:13.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:13.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:13 smithi002 conmon[82053]: cluster 2023-12-08T10:23:11.881497+0000 mgr.smithi002.utaniu ( 2023-12-08T10:23:13.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:13 smithi002 conmon[82053]: mgr.14184) 650 : 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-12-08T10:23:13.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:13 smithi204 conmon[86088]: cluster 2023-12-08T10:23:11.881497+0000 mgr.smithi002.utaniu (mgr.14184) 650 : 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-12-08T10:23:14.542 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:14 smithi204 conmon[86088]: audit 2023-12-08T10:23:13.084556+0000 mgr.smithi002.utaniu (mgr.14184) 651 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:14 smithi002 conmon[82053]: audit 2023-12-08T10: 2023-12-08T10:23:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:14 smithi002 conmon[82053]: 23:13.084556+0000 mgr.smithi002.utaniu (mgr.14184) 651 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:15.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:15 smithi002 conmon[82053]: cluster 2023-12-08T10:23:13.882082+0000 mgr.smithi002.utaniu (mgr.14184) 652 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:15.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:15 smithi204 conmon[86088]: cluster 2023-12-08T10:23:13.882082+0000 mgr.smithi002.utaniu (mgr.14184) 652 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:16.275 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:16.276 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:16.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:17.705 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:17 smithi204 conmon[86088]: cluster 2023-12-08T10:23:15.882607+0000 mgr.smithi002.utaniu (mgr.14184) 653 : 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-12-08T10:23:17.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:17 smithi204 conmon[86088]: audit 2023-12-08T10:23:16.270631+0000 mgr.smithi002.utaniu (mgr.14184) 654 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:17.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:17 smithi002 conmon[82053]: cluster 2023-12-08T10:23:15 2023-12-08T10:23:17.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:17 smithi002 conmon[82053]: .882607+0000 mgr.smithi002.utaniu (mgr.14184) 653 : 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-12-08T10:23:17.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:17 smithi002 conmon[82053]: audit 2023-12-08T10:23:16.270631+0000 mgr.smithi002.utaniu (mgr.14184) 654 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:19.411 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:19.411 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:19.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:19 smithi002 conmon[82053]: cluster 2023-12-08T10:23:17.883359+0000 mgr.smithi002.utaniu (mgr.14184) 655 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:19.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:19 smithi204 conmon[86088]: cluster 2023-12-08T10:23:17.883359+0000 mgr.smithi002.utaniu (mgr.14184) 655 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:19.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:20.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:20 smithi204 conmon[86088]: audit 2023-12-08T10:23:19.406078+0000 mgr.smithi002.utaniu (mgr.14184) 656 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:20.858 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:20.890 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:20 smithi002 conmon[82053]: audit 2023-12-08T10:23:19.406078+0000 mgr.smithi002.utaniu (mgr.14184) 656 2023-12-08T10:23:20.890 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:20 smithi002 conmon[82053]: : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:21.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:21 smithi002 conmon[82053]: cluster 2023-12-08T10:23:19.883986+0000 mgr.smithi002.utaniu (mgr.14184) 657 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:21.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:21 smithi204 conmon[86088]: cluster 2023-12-08T10:23:19.883986+0000 mgr.smithi002.utaniu (mgr.14184) 657 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:21.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:21 smithi204 conmon[86088]: 2023-12-08T10:23:22.775 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:22.775 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:23.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:23.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:23 smithi204 conmon[86088]: cluster 2023-12-08T10:23:21.884656+0000 mgr.smithi002.utaniu (mgr.14184) 658 : 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-12-08T10:23:23.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:23 smithi002 conmon[82053]: cluster 2023-12-08T10:23:21.884656+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:23:23.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:23 smithi002 conmon[82053]: ) 658 : 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-12-08T10:23:24.208 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:24.795 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:24 smithi002 conmon[82053]: audit 2023-12-08T10:23:22.770283+0000 mgr.smithi002.utaniu ( 2023-12-08T10:23:24.796 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:24 smithi002 conmon[82053]: mgr.14184) 659 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:24.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:24 smithi204 conmon[86088]: audit 2023-12-08T10:23:22.770283+0000 mgr.smithi002.utaniu (mgr.14184) 659 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:25.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:25 smithi204 conmon[86088]: cluster 2023-12-08T10:23:23.885404+0000 mgr.smithi002.utaniu (mgr.14184) 660 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:25.910 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:25.910 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:25.940 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:25 smithi002 conmon[82053]: cluster 2023-12-08T10:23:23.885404+0000 mgr.smithi002.utaniu (mgr.14184) 660 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:26.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:27.363 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:27.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:27 smithi002 conmon[82053]: cluster 2023-12-08T10:23:25.885940+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:23:27.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:27 smithi002 conmon[82053]: ) 661 : 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-12-08T10:23:27.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:27 smithi002 conmon[82053]: audit 2023-12-08T10:23:25.905651+0000 mgr.smithi002.utaniu (mgr.14184) 662 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:27.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:27 smithi204 conmon[86088]: cluster 2023-12-08T10:23:25.885940+0000 mgr.smithi002.utaniu (mgr.14184) 661 : 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-12-08T10:23:27.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:27 smithi204 conmon[86088]: audit 2023-12-08T10:23:25.905651+0000 mgr.smithi002.utaniu (mgr.14184) 662 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:29.058 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:29.058 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:29.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:29 smithi204 conmon[86088]: cluster 2023-12-08T10:23:27.886797+0000 mgr.smithi002.utaniu (mgr.14184) 663 : cluster [DBG] 2023-12-08T10:23:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:29 smithi204 conmon[86088]: pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:29.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:29 smithi002 conmon[82053]: cluster 2023-12-08T10:23:27.886797+0000 mgr.smithi002.utaniu (mgr.14184) 663 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:30.525 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:30 smithi204 conmon[86088]: audit 2023-12-08T10:23:29.053587+0000 mgr.smithi002.utaniu (mgr.14184) 664 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:30 smithi204 conmon[86088]: 2023-12-08T10:23:30.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:30 smithi002 conmon[82053]: audit 2023-12-08T10:23:29.053587+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:23:30.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:30 smithi002 conmon[82053]: ) 664 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:31.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:31 smithi002 conmon[82053]: cluster 2023-12-08T10:23:29 2023-12-08T10:23:31.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:31 smithi002 conmon[82053]: .887288+0000 mgr.smithi002.utaniu (mgr.14184) 665 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:31.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:31 smithi204 conmon[86088]: cluster 2023-12-08T10:23:29.887288+0000 mgr.smithi002.utaniu (mgr.14184) 665 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:23:31.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:31 smithi204 conmon[86088]: 2023-12-08T10:23:32.212 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:32.212 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:15:57.667671Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.mbxbad on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-mbxbad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.mbxbad\nDeploy daemon haproxy.nfs.foo.smithi204.mbxbad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:14:04Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:14:42Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:15:20Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.325924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfeoiw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-zfeoiw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.zfeoiw\nDeploy daemon haproxy.nfs.foo.smithi002.zfeoiw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:16: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-12-08T10:17:12Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:17:49Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:18:27.331170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.rnrzjv on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:32.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:33.696 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:33 smithi204 conmon[86088]: cluster 2023-12-08T10:23:31.887934+0000 mgr.smithi002.utaniu (mgr.14184) 666 : cluster 2023-12-08T10:23:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:33 smithi204 conmon[86088]: [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-08T10:23:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:33 smithi204 conmon[86088]: audit 2023-12-08T10:23:32.207588+0000 mgr.smithi002.utaniu (mgr.14184) 667 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:33 smithi204 conmon[86088]: audit 2023-12-08 2023-12-08T10:23:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:33 smithi204 conmon[86088]: T10:23:32.948618+0000 mon.smithi002 (mon.0) 686 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.cqxlyt"}]: dispatch 2023-12-08T10:23:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:33 smithi204 conmon[86088]: audit 2023-12-08 2023-12-08T10:23:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:33 smithi204 conmon[86088]: T10:23:32.955910+0000 mon.smithi002 (mon.0) 687 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:23:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:33 smithi204 conmon[86088]: audit 2023-12-08T10:23:33.308668+0000 mon.smithi002 2023-12-08T10:23:33.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:33 smithi204 conmon[86088]: (mon.0) 688 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:33.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:33 smithi204 conmon[86088]: audit 2023-12-08T10:23:33.312685+0000 mon.smithi002 (mon. 2023-12-08T10:23:33.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:33 smithi204 conmon[86088]: 0) 689 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:33.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: cluster 2023-12-08T10:23:31.887934+0000 2023-12-08T10:23:33.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 666 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-08T10:23:33.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: audit 2023-12-08T10:23:32.207588+0000 mgr.smithi002.utaniu (mgr.14184) 667 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:33.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: audit 2023-12-08T10:23:32.948618+0000 2023-12-08T10:23:33.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: mon.smithi002 (mon.0) 686 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.cqxlyt"}]: dispatch 2023-12-08T10:23:33.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: audit 2023-12-08T10:23:33.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: 2023-12-08T10:23:32.955910+0000 mon.smithi002 ( 2023-12-08T10:23:33.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: mon.0) 687 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:23:33.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: audit 2023-12-08T10:23:33.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: 2023-12-08T10: 2023-12-08T10:23:33.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: 23:33.308668+0000 mon.smithi002 (mon.0 2023-12-08T10:23:33.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: ) 688 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:33.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: audit 2023-12-08T10:23:33.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: 2023-12-08T10:23:33 2023-12-08T10:23:33.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: .312685+0000 mon.smithi002 (mon.0) 689 : audit 2023-12-08T10:23:33.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:33 smithi002 conmon[82053]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:34.811 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: cephadm 2023-12-08T10:23: 2023-12-08T10:23:34.811 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: 32.948127+0000 mgr.smithi002.utaniu (mgr.14184) 668 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt 2023-12-08T10:23:34.811 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt 2023-12-08T10:23:34.811 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.812 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.812 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi002.cqxlyt ... 2023-12-08T10:23:34.812 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:23:34.812 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:23:34.812 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:21:40Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.812 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:22:17Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.812 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:22:55Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.812 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:23:34.812 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:23:34.812 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: Traceback (most recent call last): 2023-12-08T10:23:34.812 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:23:34.812 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: yield (conn, connr) 2023-12-08T10:23:34.812 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:23:34.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: code, '\n'.join(err))) 2023-12-08T10:23:34.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt 2023-12-08T10:23:34.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt 2023-12-08T10:23:34.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi002.cqxlyt ... 2023-12-08T10:23:34.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:23:34.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:23:34.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:21:40Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:22:17Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:22:55Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:23:34.813 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 - 2023-12-08T10:23:34.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: c %u %g /var/lib 2023-12-08T10:23:34.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: cephadm 2023-12-08T10:23:32.948288+0000 mgr.smithi002.utaniu (mgr.14184) 669 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: cephadm 2023-12-08T10:23:32.949267+0000 mgr.smithi002.utaniu (mgr.14184) 670 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt 2023-12-08T10:23:34.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt 2023-12-08T10:23:34.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi002.cqxlyt ... 2023-12-08T10:23:34.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:23:34.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:23:34.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:21:40Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:22:17Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.814 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:22:55Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:23:34.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:23:34.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: cephadm 2023-12-08T10:23:32.950512+0000 mgr.smithi002.utaniu (mgr.14184) 671 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:23:34.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: cephadm 2023-12-08T10:23:32.951662+0000 mgr.smithi002.utaniu (mgr.14184) 672 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:23:34.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: cluster 2023-12-08T10:23:32.952761+0000 mgr.smithi002.utaniu (mgr.14184) 673 : cluster [DBG] pgmap v445: 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, 38 op/s 2023-12-08T10:23:34.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:34 smithi002 conmon[82053]: cluster 2023-12-08T10:23:33.541053+0000 mon.smithi002 (mon.0) 690 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:23:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: cephadm 2023-12-08T10:23:32.948127+0000 mgr.smithi002.utaniu (mgr.14184) 668 : 2023-12-08T10:23:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt 2023-12-08T10:23:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt 2023-12-08T10:23:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi002.cqxlyt ... 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:21:40Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:22:17Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:22:55Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: Traceback (most recent call last): 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: yield (conn, connr) 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: code, '\n'.join(err))) 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt 2023-12-08T10:23:34.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt 2023-12-08T10:23:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi002.cqxlyt ... 2023-12-08T10:23:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:23:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:23:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:21:40Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:22:17Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:22:55Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:23:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:23:34.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: cephadm 2023-12-08T10:23:32.948288+00 2023-12-08T10:23:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: 00 mgr.smithi002.utaniu (mgr.14184) 669 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: cephadm 2023-12-08T10:23:32.949267+0000 mgr.smithi002.utaniu (mgr.14184) 670 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt 2023-12-08T10:23:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt 2023-12-08T10:23:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt 2023-12-08T10:23:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi002.cqxlyt ... 2023-12-08T10:23:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:23:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:23:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:21:40Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:22:17Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:22:55Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:23:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:23:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:23:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: cephadm 2023-12-08T10:23:32.950512+0000 mgr.smithi002.utaniu (mgr.14184) 671 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:23:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: cephadm 2023-12-08T10:23:32.951662+0000 mgr.smithi002.utaniu (mgr.14184) 672 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:23:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: cluster 2023-12-08T10:23:32.952761+0000 mgr.smithi002.utaniu (mgr.14184) 673 : cluster [DBG] pgmap v445: 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, 38 op/s 2023-12-08T10:23:34.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:34 smithi204 conmon[86088]: cluster 2023-12-08T10:23:33.541053+0000 mon.smithi002 (mon.0) 690 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:23:35.606 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:35.606 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:31.005807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:31.005959Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:31.006034Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:31.006102Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:31.006231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:18:31.006167Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:31.006480Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:36.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:36.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:36 smithi204 conmon[86088]: cluster 2023-12-08T10:23:34.953428+0000 mgr.smithi002.utaniu (mgr.14184) 674 2023-12-08T10:23:36.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:36 smithi204 conmon[86088]: : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s 2023-12-08T10:23:36.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:36 smithi204 conmon[86088]: audit 2023-12-08T10:23:35.601848+0000 mgr.smithi002.utaniu (mgr.14184) 675 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:36.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:36 smithi002 conmon[82053]: cluster 2023-12-08T10:23:34.953428+0000 mgr.smithi002.utaniu (mgr.14184) 674 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s 2023-12-08T10:23:36.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:36 smithi002 conmon[82053]: audit 2023-12-08T10:23:35.601848+0000 mgr.smithi002.utaniu (mgr.14184) 675 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:37.044 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:38.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:38 smithi002 conmon[82053]: cluster 2023-12-08T10:23:36.954242+0000 mgr.smithi002.utaniu 2023-12-08T10:23:38.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:38 smithi002 conmon[82053]: (mgr.14184) 676 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2023-12-08T10:23:38.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:38 smithi002 conmon[82053]: audit 2023-12-08T10:23:37.064047+0000 mon.smithi002 (mon.0) 691 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:38.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:38 smithi002 conmon[82053]: audit 2023-12-08T10:23:37.461417+0000 mon.smithi002 (mon.0) 692 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:38.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:38 smithi002 conmon[82053]: audit 2023-12-08T10:23:37.462184+0000 mon.smithi002 (mon.0) 693 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:38.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:38 smithi002 conmon[82053]: audit 2023-12-08T10:23:37.462889+0000 mon.smithi002 (mon.0) 694 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:38.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:38 smithi002 conmon[82053]: audit 2023-12-08T10:23:37.463527+0000 mon.smithi002 (mon.0) 695 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:38.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:38 smithi002 conmon[82053]: cephadm 2023-12-08T10:23:37.464020+0000 mgr.smithi002.utaniu (mgr.14184) 677 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 3492M 2023-12-08T10:23:38.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:38 smithi002 conmon[82053]: audit 2023-12-08T10:23:37.467993+0000 mon.smithi002 (mon.0) 696 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:38.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:38 smithi002 conmon[82053]: audit 2023-12-08T10:23:37.720351+0000 mon.smithi002 (mon.0) 697 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:38.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:38 smithi204 conmon[86088]: cluster 2023-12-08T10:23:36.954242+0000 mgr.smithi002.utaniu (mgr.14184) 676 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2023-12-08T10:23:38.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:38 smithi204 conmon[86088]: audit 2023-12-08T10:23:37.064047+0000 mon.smithi002 (mon.0) 691 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:38.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:38 smithi204 conmon[86088]: audit 2023-12-08T10:23:37.461417+0000 mon.smithi002 (mon.0) 692 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:38.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:38 smithi204 conmon[86088]: audit 2023-12-08T10:23:37.462184+0000 mon.smithi002 (mon.0) 693 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:38.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:38 smithi204 conmon[86088]: audit 2023-12-08T10:23:37.462889+0000 mon.smithi002 (mon.0) 694 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:38.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:38 smithi204 conmon[86088]: audit 2023-12-08T10:23:37.463527+0000 mon.smithi002 (mon.0) 695 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:38.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:38 smithi204 conmon[86088]: cephadm 2023-12-08T10:23:37.464020+0000 mgr.smithi002.utaniu (mgr.14184) 677 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 3492M 2023-12-08T10:23:38.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:38 smithi204 conmon[86088]: audit 2023-12-08T10:23:37.467993+0000 mon.smithi002 (mon.0) 696 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:38.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:38 smithi204 conmon[86088]: audit 2023-12-08T10:23:37.720351+0000 mon.smithi002 (mon.0) 697 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:38.854 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:38.855 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:18:33.104290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:18:33.104356Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:18:33.104420Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:18:33.104215Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:18:33.104069Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:18:33.104862Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:18:33.104483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:18:33.104545Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:18:33.104797Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:39.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:40.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: audit 2023-12-08T10:23:38.849744+0000 mgr.smithi002.utaniu (mgr.14184) 678 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:40.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: audit 2023-12-08T10:23:38.881588+0000 mon.smithi002 (mon.0) 698 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:40.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: cluster 2023-12-08T10:23:38.954882+0000 mgr.smithi002.utaniu (mgr.14184) 679 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: audit 2023-12-08T10:23:39.404870+0000 mon.smithi002 (mon.0) 699 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: audit 2023-12-08T10:23:39.405655+0000 mon.smithi002 (mon.0) 700 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: audit 2023-12-08T10:23:39.406317+0000 mon.smithi002 (mon.0) 701 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: audit 2023-12-08T10:23:39.406964+0000 mon.smithi002 (mon.0) 702 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: cephadm 2023-12-08T10:23:39.407469+0000 mgr.smithi002.utaniu (mgr.14184) 680 : cephadm [INF] Adjusting osd_memory_target on smithi002 to 2981M 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: audit 2023-12-08T10:23:39.411325+0000 mon.smithi002 (mon.0) 703 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: audit 2023-12-08T10:23:39.412103+0000 mon.smithi002 (mon.0) 704 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: audit 2023-12-08T10:23:39.412705+0000 mon.smithi002 (mon.0) 705 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: cephadm 2023-12-08T10:23:39.415998+0000 mgr.smithi002.utaniu (mgr.14184) 681 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: audit 2023-12-08T10:23:39.579863+0000 mon.smithi002 (mon.0) 706 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: cluster 2023-12-08T10:23:39.580519+0000 mgr.smithi002.utaniu (mgr.14184) 682 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 63 KiB/s rd, 0 B/s wr, 104 op/s 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: audit 2023-12-08T10:23:39.584776+0000 mon.smithi002 (mon.0) 707 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: audit 2023-12-08T10:23:39.592010+0000 mon.smithi002 (mon.0) 708 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:40.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:39 smithi002 conmon[82053]: cephadm 2023-12-08T10:23:39.594407+0000 mgr.smithi002.utaniu (mgr.14184) 683 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.eufzin on smithi204 2023-12-08T10:23:40.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: audit 2023-12-08T10:23:38.849744 2023-12-08T10:23:40.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 678 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:40.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: audit 2023-12-08T10:23:38.881588+0000 mon.smithi002 (mon.0) 698 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:40.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: cluster 2023-12-08T10:23:38.954882+0000 mgr.smithi002.utaniu (mgr.14184) 679 : cluster [DBG] 2023-12-08T10:23:40.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2023-12-08T10:23:40.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: audit 2023-12-08T10:23:39 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: .404870+0000 mon.smithi002 (mon.0) 699 : audit 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: audit 2023-12-08T10:23:39 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: .405655+0000 mon.smithi002 (mon.0) 700 : audit 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: audit 2023-12-08T10:23:39 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: .406317+0000 mon.smithi002 (mon.0) 701 : audit 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: audit 2023 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: -12-08T10:23:39.406964+0000 mon.smithi002 ( 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: mon.0) 702 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: cephadm 2023 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: -12-08T10:23:39.407469+0000 mgr.smithi002.utaniu ( 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: mgr.14184) 680 : cephadm [INF] Adjusting osd_memory_target on smithi002 to 2981M 2023-12-08T10:23:40.320 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: audit 2023 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: -12-08T10:23:39.411325+0000 mon.smithi002 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: (mon.0) 703 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: audit 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: 2023-12-08T10:23:39.412103+0000 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: mon.smithi002 (mon.0) 704 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: audit 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: 2023-12-08T10:23:39.412705+0000 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: mon.smithi002 (mon.0) 705 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: cephadm 2023-12-08T10:23:39.415998 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 681 : cephadm [INF] 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: Checking dashboard <-> RGW credentials 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: audit 2023-12-08T10:23: 2023-12-08T10:23:40.321 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: 39.579863+0000 mon.smithi002 (mon.0) 706 : audit 2023-12-08T10:23:40.322 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:40.322 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: cluster 2023-12-08T10: 2023-12-08T10:23:40.322 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: 23:39.580519+0000 mgr.smithi002.utaniu (mgr.14184) 682 2023-12-08T10:23:40.322 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 63 KiB/s rd, 0 B/s wr, 104 op/s 2023-12-08T10:23:40.322 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: audit 2023-12-08T 2023-12-08T10:23:40.322 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: 10:23:39.584776+0000 mon.smithi002 (mon.0 2023-12-08T10:23:40.322 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: ) 707 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:23:40.322 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: audit 2023-12-08 2023-12-08T10:23:40.322 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: T10:23:39.592010+0000 mon.smithi002 (mon. 2023-12-08T10:23:40.322 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: 0) 708 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:23:40.322 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: cephadm 2023-12 2023-12-08T10:23:40.322 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: -08T10:23:39.594407+0000 mgr.smithi002.utaniu ( 2023-12-08T10:23:40.322 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:39 smithi204 conmon[86088]: mgr.14184) 683 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.eufzin on smithi204 2023-12-08T10:23:40.351 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:41.200 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:40 smithi002 conmon[82053]: cluster 2023-12-08T10:23:39 2023-12-08T10:23:41.201 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:40 smithi002 conmon[82053]: .879727+0000 mon.smithi002 (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:23:41.201 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:40 smithi002 conmon[82053]: cluster 2023-12-08T10:23:39.879802+0000 mon.smithi002 (mon.0) 710 : cluster [INF] Cluster is now healthy 2023-12-08T10:23:41.318 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:40 smithi204 conmon[86088]: cluster 2023-12-08T10:23:39.879727+0000 mon.smithi002 2023-12-08T10:23:41.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:40 smithi204 conmon[86088]: (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:23:41.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:40 smithi204 conmon[86088]: cluster 2023-12-08T10:23:39.879802+0000 mon.smithi002 (mon.0) 710 : cluster [INF] 2023-12-08T10:23:41.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:40 smithi204 conmon[86088]: Cluster is now healthy 2023-12-08T10:23:41.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:41 smithi002 conmon[82053]: cluster 2023-12-08T10:23:41.581240+0000 mgr.smithi002.utaniu (mgr.14184) 684 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 63 KiB/s rd, 0 B/s wr, 104 op/s 2023-12-08T10:23:42.042 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:42.042 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:42.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:41 smithi204 conmon[86088]: cluster 2023-12-08T10:23:41.581240+0000 mgr.smithi002.utaniu (mgr.14184) 684 : 2023-12-08T10:23:42.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:41 smithi204 conmon[86088]: cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 63 KiB/s rd, 0 B/s wr, 104 op/s 2023-12-08T10:23:42.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:43.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:42 smithi002 conmon[82053]: audit 2023-12-08T10:23:42.037501+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:23:43.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:42 smithi002 conmon[82053]: ) 685 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:43.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:42 smithi204 conmon[86088]: audit 2023-12-08T10:23:42.037501+0000 mgr.smithi002.utaniu (mgr.14184) 685 : audit [DBG] 2023-12-08T10:23:43.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:42 smithi204 conmon[86088]: from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:43.489 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:44.218 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:43 smithi002 conmon[82053]: cluster 2023-12-08T10:23:43.581966+0000 2023-12-08T10:23:44.218 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:43 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 686 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 64 op/s 2023-12-08T10:23:44.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:43 smithi204 conmon[86088]: cluster 2023-12-08T10:23:43.581966+0000 mgr.smithi002.utaniu (mgr.14184) 686 : cluster 2023-12-08T10:23:44.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:43 smithi204 conmon[86088]: [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 64 op/s 2023-12-08T10:23:45.202 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:45.202 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:45.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:46.654 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:46.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:46 smithi002 conmon[82053]: audit 2023-12-08T10:23:45.197131+0000 mgr.smithi002.utaniu (mgr.14184) 687 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:46 smithi002 conmon[82053]: cluster 2023-12-08T10:23:45.582483+0000 mgr.smithi002.utaniu (mgr.14184) 688 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 30 op/s 2023-12-08T10:23:47.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:46 smithi204 conmon[86088]: audit 2023-12-08T10:23:45.197131+0000 mgr.smithi002.utaniu (mgr.14184) 687 : audit [DBG] 2023-12-08T10:23:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:46 smithi204 conmon[86088]: from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:46 smithi204 conmon[86088]: cluster 2023-12-08T10:23:45.582483+0000 mgr.smithi002.utaniu (mgr.14184) 688 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 30 op/s 2023-12-08T10:23:48.330 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:48.330 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:48.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:48.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:48 smithi002 conmon[82053]: cluster 2023-12-08T10:23:47.583181+0000 mgr.smithi002.utaniu (mgr.14184) 689 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 9 op/s 2023-12-08T10:23:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:48 smithi204 conmon[86088]: cluster 2023-12-08T10:23:47.583181+0000 mgr.smithi002.utaniu (mgr.14184) 689 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 9 op/s 2023-12-08T10:23:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:48 smithi204 conmon[86088]: 2023-12-08T10:23:49.812 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:49.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:49 smithi002 conmon[82053]: audit 2023-12-08T10:23:48.324341+0000 mgr.smithi002.utaniu ( 2023-12-08T10:23:50.133 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:49 smithi002 conmon[82053]: mgr.14184) 690 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:50.133 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:49 smithi204 conmon[86088]: audit 2023-12-08T10:23:48.324341+0000 mgr.smithi002.utaniu (mgr.14184) 690 : audit 2023-12-08T10:23:50.134 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:49 smithi204 conmon[86088]: [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:50.899 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:50 smithi002 conmon[82053]: cluster 2023-12-08T10:23:49.583976+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:23:50.900 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:50 smithi002 conmon[82053]: 691 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 9 op/s 2023-12-08T10:23:51.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:50 smithi204 conmon[86088]: cluster 2023-12-08T10:23:49.583976+0000 mgr.smithi002.utaniu (mgr.14184) 691 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 9 op/s 2023-12-08T10:23:51.488 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:51.488 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:51.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:52.967 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:52.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:52 smithi002 conmon[82053]: audit 2023-12-08T10:23:51.482830+0000 mgr.smithi002.utaniu (mgr.14184) 692 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:52.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:52 smithi002 conmon[82053]: cluster 2023-12-08T10:23:51.584639+0000 mgr.smithi002.utaniu (mgr.14184) 693 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 8 op/s 2023-12-08T10:23:53.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:52 smithi204 conmon[86088]: audit 2023-12-08T10:23:51.482830+0000 mgr.smithi002.utaniu (mgr.14184) 692 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:53.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:52 smithi204 conmon[86088]: 2023-12-08T10:23:53.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:52 smithi204 conmon[86088]: cluster 2023-12-08T10:23:51.584639+0000 mgr.smithi002.utaniu (mgr.14184) 693 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 8 op/s 2023-12-08T10:23:54.644 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:54.644 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:54.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:54 smithi002 conmon[82053]: cluster 2023-12-08T10:23:53.585443+0000 2023-12-08T10:23:54.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:54 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 694 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-08T10:23:55.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:54 smithi204 conmon[86088]: cluster 2023-12-08T10:23:53.585443+0000 mgr.smithi002.utaniu (mgr.14184) 694 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-08T10:23:55.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:55.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:55 smithi002 conmon[82053]: audit 2023-12-08T10:23:54.639054+0000 mgr.smithi002.utaniu (mgr.14184) 695 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:56.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:55 smithi204 conmon[86088]: audit 2023-12-08T10:23:54.639054+0000 mgr.smithi002.utaniu (mgr.14184) 695 : audit [DBG] 2023-12-08T10:23:56.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:55 smithi204 conmon[86088]: from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:23:56.115 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:56.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:56 smithi002 conmon[82053]: cluster 2023-12-08T10:23:55.586209+0000 mgr.smithi002.utaniu (mgr.14184) 696 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:23:57.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:56 smithi204 conmon[86088]: cluster 2023-12-08T10:23:55.586209+0000 mgr.smithi002.utaniu (mgr.14184) 696 : cluster [DBG] 2023-12-08T10:23:57.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:56 smithi204 conmon[86088]: pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:23:57.846 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:23:57.846 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:23:58.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:23:58.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:58 smithi002 conmon[82053]: cluster 2023-12-08T10:23:57.586878+0000 2023-12-08T10:23:58.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:58 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 697 : 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-12-08T10:23:59.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:58 smithi204 conmon[86088]: cluster 2023-12-08T10:23:57.586878+0000 mgr.smithi002.utaniu (mgr.14184) 697 : 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-12-08T10:23:59.481 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:23:59.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:23:59 smithi002 conmon[82053]: audit 2023-12-08T10:23:57.840908+0000 mgr.smithi002.utaniu (mgr.14184) 698 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:00.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:23:59 smithi204 conmon[86088]: audit 2023-12-08T10:23:57.840908+0000 mgr.smithi002.utaniu (mgr.14184) 698 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:00.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:00 smithi002 conmon[82053]: cluster 2023-12-08T10:23:59.587401+0000 mgr.smithi002.utaniu (mgr.14184) 699 : 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-12-08T10:24:01.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:00 smithi204 conmon[86088]: cluster 2023-12-08T10:23:59.587401+0000 mgr.smithi002.utaniu (mgr.14184) 699 : 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-12-08T10:24:01.080 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:01.080 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:01.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:02.430 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:02.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:02 smithi002 conmon[82053]: audit 2023-12-08T10:24:01.075819+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:24:02.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:02 smithi002 conmon[82053]: 700 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:02.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:02 smithi002 conmon[82053]: cluster 2023-12-08T10:24:01.588096+0000 mgr.smithi002.utaniu (mgr.14184) 701 : 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-12-08T10:24:03.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:02 smithi204 conmon[86088]: audit 2023-12-08T10:24:01.075819+0000 mgr.smithi002.utaniu (mgr.14184) 700 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:03.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:02 smithi204 conmon[86088]: cluster 2023-12-08T10:24:01.588096+0000 mgr.smithi002.utaniu (mgr.14184) 701 : 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-12-08T10:24:04.149 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:04.149 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:04.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:04.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:04 smithi002 conmon[82053]: cluster 2023-12-08T10:24:03.588754+0000 mgr.smithi002.utaniu (mgr.14184) 702 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:05.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:04 smithi204 conmon[86088]: cluster 2023-12-08T10:24:03.588754+0000 mgr.smithi002.utaniu (mgr.14184) 702 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:05.594 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:05.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:05 smithi002 conmon[82053]: audit 2023-12-08T10:24:04.144199+0000 mgr.smithi002.utaniu (mgr.14184) 703 : audit [DBG] 2023-12-08T10:24:05.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:05 smithi002 conmon[82053]: from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:05 smithi204 conmon[86088]: audit 2023-12-08T10:24:04.144199+0000 mgr.smithi002.utaniu (mgr.14184) 703 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:05 smithi204 conmon[86088]: 2023-12-08T10:24:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:06 smithi002 conmon[82053]: cluster 2023-12-08T10:24:05.589537+0000 mgr.smithi002.utaniu (mgr.14184) 704 2023-12-08T10:24:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:06 smithi002 conmon[82053]: : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:24:07.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:06 smithi204 conmon[86088]: cluster 2023-12-08T10:24:05.589537+0000 mgr.smithi002.utaniu (mgr.14184) 704 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:24:07.414 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:07.415 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:07.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:08.958 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:08.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:08 smithi002 conmon[82053]: audit 2023-12-08T10:24:07.409697+0000 mgr.smithi002.utaniu (mgr.14184) 705 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:08.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:08 smithi002 conmon[82053]: cluster 2023-12-08T10:24:07.590208+0000 mgr.smithi002.utaniu (mgr.14184) 706 : 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-12-08T10:24:09.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:08 smithi204 conmon[86088]: audit 2023-12-08T10:24:07.409697+0000 mgr.smithi002.utaniu (mgr.14184) 705 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:09.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:08 smithi204 conmon[86088]: cluster 2023-12-08T10:24:07.590208+0000 mgr.smithi002.utaniu (mgr.14184) 706 : 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-12-08T10:24:10.661 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:10.662 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:10.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:10 smithi002 conmon[82053]: cluster 2023-12-08T10:24:09. 2023-12-08T10:24:10.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:10 smithi002 conmon[82053]: 590741+0000 mgr.smithi002.utaniu (mgr.14184) 707 : 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-12-08T10:24:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:10 smithi204 conmon[86088]: cluster 2023-12-08T10:24:09.590741+0000 mgr.smithi002.utaniu (mgr.14184) 707 : 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-12-08T10:24:11.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:11.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:11 smithi204 conmon[86088]: audit 2023-12-08T10:24:10.656676+0000 mgr.smithi002.utaniu (mgr.14184) 708 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:11 smithi002 conmon[82053]: audit 2023-12-08T10:24:10.656676+0000 mgr.smithi002.utaniu (mgr.14184) 708 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:12.106 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:12.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:12 smithi002 conmon[82053]: cluster 2023-12-08T10:24:11.591509 2023-12-08T10:24:12.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:12 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 709 : 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-12-08T10:24:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:12 smithi204 conmon[86088]: cluster 2023-12-08T10:24:11.591509+0000 mgr.smithi002.utaniu (mgr.14184) 709 : 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-12-08T10:24:13.803 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:13.803 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:14.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:14 smithi002 conmon[82053]: cluster 2023-12-08T10:24:13.592178+0000 mgr.smithi002.utaniu (mgr.14184) 710 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:14 smithi204 conmon[86088]: cluster 2023-12-08T10:24:13.592178+0000 mgr.smithi002.utaniu (mgr.14184) 710 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:15.269 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:15.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:15 smithi002 conmon[82053]: audit 2023-12-08T10:24:13.798521+0000 mgr.smithi002.utaniu (mgr.14184) 711 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:16.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:15 smithi204 conmon[86088]: audit 2023-12-08T10:24:13.798521+0000 mgr.smithi002.utaniu (mgr.14184) 711 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:16.949 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:16.949 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:16.977 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:16 smithi002 conmon[82053]: cluster 2023-12-08T10:24:15.592713+0000 mgr.smithi002.utaniu (mgr.14184) 712 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:24:17.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:16 smithi204 conmon[86088]: cluster 2023-12-08T10:24:15.592713+0000 mgr.smithi002.utaniu (mgr.14184) 712 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:24:17.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:18.418 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:18.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:18 smithi002 conmon[82053]: audit 2023-12-08T10:24:16.944033+0000 mgr.smithi002.utaniu 2023-12-08T10:24:18.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:18 smithi002 conmon[82053]: (mgr.14184) 713 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:18.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:18 smithi002 conmon[82053]: cluster 2023-12-08T10:24:17.593326+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:24:18.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:18 smithi002 conmon[82053]: 714 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:19.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:18 smithi204 conmon[86088]: audit 2023-12-08T10:24:16.944033+0000 mgr.smithi002.utaniu (mgr.14184) 713 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:19.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:18 smithi204 conmon[86088]: cluster 2023-12-08T10:24:17.593326+0000 mgr.smithi002.utaniu (mgr.14184) 714 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:20.126 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:20.127 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:20.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:20 smithi002 conmon[82053]: cluster 2023-12-08T10:24:19.593853+0000 mgr.smithi002.utaniu (mgr.14184) 715 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:20.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:20 smithi204 conmon[86088]: cluster 2023-12-08T10:24:19.593853+0000 mgr.smithi002.utaniu (mgr.14184) 715 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:20 smithi204 conmon[86088]: 2023-12-08T10:24:21.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:21 smithi204 conmon[86088]: audit 2023-12-08T10:24:20.121209+0000 mgr.smithi002.utaniu (mgr.14184) 716 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:21.570 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:21.602 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:21 smithi002 conmon[82053]: audit 2023-12-08T10:24:20.121209+0000 mgr.smithi002.utaniu (mgr.14184) 716 2023-12-08T10:24:21.602 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:21 smithi002 conmon[82053]: : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:22.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:22 smithi002 conmon[82053]: cluster 2023-12-08T10:24:21.594531+0000 mgr.smithi002.utaniu (mgr.14184) 717 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:22 smithi204 conmon[86088]: cluster 2023-12-08T10:24:21.594531+0000 mgr.smithi002.utaniu (mgr.14184) 717 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:23.224 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:23.224 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:23.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:24.624 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:24.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:24 smithi002 conmon[82053]: audit 2023-12-08T10:24:23.219309+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:24:24.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:24 smithi002 conmon[82053]: .14184) 718 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:24.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:24 smithi002 conmon[82053]: cluster 2023-12-08T10:24:23.595435+0000 mgr.smithi002.utaniu (mgr.14184) 719 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:25.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:24 smithi204 conmon[86088]: audit 2023-12-08T10:24:23.219309+0000 mgr.smithi002.utaniu (mgr.14184) 718 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:25.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:24 smithi204 conmon[86088]: cluster 2023-12-08T10:24:23.595435+0000 mgr.smithi002.utaniu (mgr.14184) 719 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:26.312 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:26.312 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:26.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:26.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:26 smithi002 conmon[82053]: cluster 2023-12-08T10:24:25.595975+0000 mgr.smithi002.utaniu (mgr.14184) 720 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:24:27.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:26 smithi204 conmon[86088]: cluster 2023-12-08T10:24:25.595975+0000 mgr.smithi002.utaniu (mgr.14184) 720 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:24:27.688 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:27.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:27 smithi002 conmon[82053]: audit 2023-12-08T10:24:26.307519+0000 mgr.smithi002.utaniu (mgr.14184) 721 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:27 smithi204 conmon[86088]: audit 2023-12-08T10:24:26.307519+0000 mgr.smithi002.utaniu (mgr.14184) 721 : audit 2023-12-08T10:24:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:27 smithi204 conmon[86088]: [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:28.972 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:28 smithi002 conmon[82053]: cluster 2023-12-08T10:24:27.596750+0000 2023-12-08T10:24:28.972 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:28 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 722 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:29.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:28 smithi204 conmon[86088]: cluster 2023-12-08T10:24:27.596750+0000 mgr.smithi002.utaniu (mgr.14184) 722 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:29.360 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:29.360 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:29.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:30 smithi002 conmon[82053]: audit 2023-12-08T10:24:29.355601+0000 mgr.smithi002.utaniu (mgr.14184) 723 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:30 smithi002 conmon[82053]: cluster 2023-12-08T10:24:29.597278+0000 mgr.smithi002.utaniu (mgr.14184) 724 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:30 smithi204 conmon[86088]: audit 2023-12-08T10:24:29.355601+0000 mgr.smithi002.utaniu (mgr.14184) 723 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:30 smithi204 conmon[86088]: 2023-12-08T10:24:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:30 smithi204 conmon[86088]: cluster 2023-12-08T10:24:29.597278+0000 mgr.smithi002.utaniu (mgr.14184) 724 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:30.849 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:32.654 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:32.654 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:32.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:32 smithi002 conmon[82053]: cluster 2023-12-08T10:24:31.597903+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:24:32.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:32 smithi002 conmon[82053]: .14184) 725 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:33.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:32 smithi204 conmon[86088]: cluster 2023-12-08T10:24:31.597903+0000 mgr.smithi002.utaniu (mgr.14184) 725 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:33.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:32 smithi204 conmon[86088]: 2023-12-08T10:24:33.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:33.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:33 smithi002 conmon[82053]: audit 2023-12-08T10:24:32.648322+0000 2023-12-08T10:24:33.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:33 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 726 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:34.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:33 smithi204 conmon[86088]: audit 2023-12-08T10:24:32.648322+0000 mgr.smithi002.utaniu (mgr.14184) 726 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:34.111 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:34.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:34 smithi002 conmon[82053]: cluster 2023-12-08T10:24:33.598684+0000 mgr.smithi002.utaniu ( 2023-12-08T10:24:34.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:34 smithi002 conmon[82053]: mgr.14184) 727 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:35.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:34 smithi204 conmon[86088]: cluster 2023-12-08T10:24:33.598684+0000 mgr.smithi002.utaniu (mgr.14184) 727 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:35.795 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:35.796 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:36.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:36.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:36 smithi002 conmon[82053]: cluster 2023-12-08T10:24:35.599217+0000 2023-12-08T10:24:36.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:36 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 728 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:24:37.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:36 smithi204 conmon[86088]: cluster 2023-12-08T10:24:35.599217+0000 mgr.smithi002.utaniu (mgr.14184) 728 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:24:37.276 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:37.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:37 smithi002 conmon[82053]: audit 2023-12-08T10:24:35.791018+0000 mgr.smithi002.utaniu (mgr.14184) 729 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:37 smithi204 conmon[86088]: audit 2023-12-08T10:24:35.791018+0000 mgr.smithi002.utaniu (mgr.14184) 729 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:38.958 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:38.959 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:38.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:38 smithi002 conmon[82053]: cluster 2023-12-08T10:24:37.600040+0000 2023-12-08T10:24:38.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:38 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 730 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:38 smithi204 conmon[86088]: cluster 2023-12-08T10:24:37.600040+0000 mgr.smithi002.utaniu (mgr.14184) 730 : cluster [DBG] 2023-12-08T10:24:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:38 smithi204 conmon[86088]: pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:39.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:40.427 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:40 smithi002 conmon[82053]: audit 2023-12-08T10:24:38.953068+0000 mgr.smithi002.utaniu (mgr.14184) 731 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:40 smithi002 conmon[82053]: cluster 2023-12-08T10:24:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:40 smithi002 conmon[82053]: 2023-12-08T10:24:39.600576+0000 mgr.smithi002.utaniu (mgr.14184) 732 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:40 smithi204 conmon[86088]: audit 2023-12-08T10:24:38.953068+0000 mgr.smithi002.utaniu (mgr.14184) 731 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:40 smithi204 conmon[86088]: cluster 2023-12-08T10:24:39.600576+0000 mgr.smithi002.utaniu (mgr.14184) 732 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:42.093 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:42.093 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:42.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:42 smithi002 conmon[82053]: cluster 2023-12-08T10:24:41.601390+0000 mgr.smithi002.utaniu (mgr.14184) 733 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:43.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:42 smithi204 conmon[86088]: cluster 2023-12-08T10:24:41.601390+0000 mgr.smithi002.utaniu (mgr.14184) 733 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:43.490 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:43.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:43 smithi002 conmon[82053]: audit 2023-12-08T10:24:42.088390+0000 mgr.smithi002.utaniu (mgr.14184) 734 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:44.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:43 smithi204 conmon[86088]: audit 2023-12-08T10:24:42.088390+0000 mgr.smithi002.utaniu (mgr.14184) 734 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:44.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:44 smithi002 conmon[82053]: cluster 2023-12-08T10:24:43.602082+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:24:44.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:44 smithi002 conmon[82053]: 14184) 735 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:45.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:44 smithi204 conmon[86088]: cluster 2023-12-08T10:24:43.602082+0000 mgr.smithi002.utaniu (mgr.14184) 735 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:45.330 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:45.330 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:45.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:46.754 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:46.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:46 smithi002 conmon[82053]: audit 2023-12-08T10:24:45.325596+0000 mgr.smithi002.utaniu (mgr.14184) 736 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:46.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:46 smithi002 conmon[82053]: cluster 2023-12-08T10:24:45.602613+0000 mgr.smithi002.utaniu (mgr.14184) 737 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:24:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:46 smithi204 conmon[86088]: audit 2023-12-08T10:24:45.325596+0000 mgr.smithi002.utaniu (mgr.14184) 736 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:46 smithi204 conmon[86088]: cluster 2023-12-08T10:24:45.602613+0000 mgr.smithi002.utaniu (mgr.14184) 737 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:24:48.563 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:48.563 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:48.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:48 smithi002 conmon[82053]: cluster 2023-12-08T10:24:47.603222+0000 mgr.smithi002.utaniu (mgr.14184) 738 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:49.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:48 smithi204 conmon[86088]: cluster 2023-12-08T10:24:47.603222+0000 mgr.smithi002.utaniu (mgr.14184) 738 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:49.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:49 smithi002 conmon[82053]: audit 2023-12-08T10:24:48.557844+0000 mgr.smithi002.utaniu (mgr.14184) 739 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:50.002 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:50.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:49 smithi204 conmon[86088]: audit 2023-12-08T10:24:48.557844+0000 mgr.smithi002.utaniu (mgr.14184) 739 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:50.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:49 smithi204 conmon[86088]: 2023-12-08T10:24:50.923 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:50 smithi002 conmon[82053]: cluster 2023-12-08T10:24:49.604007+0000 mgr.smithi002.utaniu (mgr.14184) 740 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:51.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:50 smithi204 conmon[86088]: cluster 2023-12-08T10:24:49.604007+0000 mgr.smithi002.utaniu (mgr.14184) 740 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:51.704 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:51.704 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:52.066 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:52.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:52 smithi002 conmon[82053]: cluster 2023-12-08T10:24:51.604643+0000 mgr.smithi002.utaniu (mgr.14184) 741 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:53.067 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:53.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:52 smithi204 conmon[86088]: cluster 2023-12-08T10:24:51.604643+0000 mgr.smithi002.utaniu (mgr.14184) 741 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:53.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:53 smithi002 conmon[82053]: audit 2023-12-08T10:24:51. 2023-12-08T10:24:53.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:53 smithi002 conmon[82053]: 699072+0000 mgr.smithi002.utaniu (mgr.14184) 742 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:54.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:53 smithi204 conmon[86088]: audit 2023-12-08T10:24:51.699072+0000 mgr.smithi002.utaniu (mgr.14184) 742 : audit [DBG] 2023-12-08T10:24:54.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:53 smithi204 conmon[86088]: from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:54.719 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:54.719 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:54.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:54 smithi002 conmon[82053]: cluster 2023-12-08T10:24:53.605307+0000 mgr.smithi002.utaniu (mgr.14184) 743 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:55.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:54 smithi204 conmon[86088]: cluster 2023-12-08T10:24:53.605307+0000 mgr.smithi002.utaniu (mgr.14184) 743 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:55.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:56.119 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:56.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:56 smithi002 conmon[82053]: audit 2023-12-08T10:24:54.713911+0000 mgr.smithi002.utaniu (mgr.14184) 744 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:56.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:56 smithi002 conmon[82053]: cluster 2023-12-08T10:24:55.606139+0000 mgr.smithi002.utaniu (mgr.14184) 745 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:24:57.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:56 smithi204 conmon[86088]: audit 2023-12-08T10:24:54.713911+0000 mgr.smithi002.utaniu (mgr.14184) 744 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:57.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:56 smithi204 conmon[86088]: cluster 2023-12-08T10:24:55.606139+0000 mgr.smithi002.utaniu (mgr.14184) 745 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:24:57.830 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:24:57.830 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:24:58.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:24:58.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:58 smithi002 conmon[82053]: cluster 2023-12-08T10:24:57.606800 2023-12-08T10:24:58.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:58 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 746 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:59.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:58 smithi204 conmon[86088]: cluster 2023-12-08T10:24:57.606800+0000 mgr.smithi002.utaniu (mgr.14184) 746 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:24:59.270 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:24:59.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:59 smithi002 conmon[82053]: audit 2023-12-08T10:24:57.825527+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:24:59.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:59 smithi002 conmon[82053]: .14184) 747 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:24:59.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:24:59 smithi002 conmon[82053]: cluster 2023-12-08T10:24:59.607379+0000 mgr.smithi002.utaniu (mgr.14184) 748 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:00.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:59 smithi204 conmon[86088]: audit 2023-12-08T10:24:57.825527+0000 mgr.smithi002.utaniu (mgr.14184) 747 : audit [DBG] 2023-12-08T10:25:00.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:59 smithi204 conmon[86088]: from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:00.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:24:59 smithi204 conmon[86088]: cluster 2023-12-08T10:24:59.607379+0000 mgr.smithi002.utaniu (mgr.14184) 748 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:00.986 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:00.986 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:01.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:02.424 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:02.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:02 smithi002 conmon[82053]: audit 2023-12-08T10:25:00.981358+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:25:02.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:02 smithi002 conmon[82053]: ) 749 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:02.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:02 smithi002 conmon[82053]: cluster 2023-12-08T10:25:01.608132+0000 mgr.smithi002.utaniu (mgr.14184) 750 : 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-12-08T10:25:03.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:02 smithi204 conmon[86088]: audit 2023-12-08T10:25:00.981358+0000 mgr.smithi002.utaniu (mgr.14184) 749 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:03.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:02 smithi204 conmon[86088]: cluster 2023-12-08T10:25:01.608132+0000 mgr.smithi002.utaniu (mgr.14184) 750 : 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-12-08T10:25:04.126 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:04.126 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:04.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:04.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:04 smithi002 conmon[82053]: cluster 2023-12-08T10:25:03.608955+0000 mgr.smithi002.utaniu (mgr.14184) 751 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:05.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:04 smithi204 conmon[86088]: cluster 2023-12-08T10:25:03.608955+0000 mgr.smithi002.utaniu (mgr.14184) 751 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:05.585 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:05.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:05 smithi002 conmon[82053]: audit 2023-12-08T10:25:04.121392+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:25:05.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:05 smithi002 conmon[82053]: 752 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:05 smithi204 conmon[86088]: audit 2023-12-08T10:25:04.121392+0000 mgr.smithi002.utaniu (mgr.14184) 752 : audit 2023-12-08T10:25:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:05 smithi204 conmon[86088]: [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:06.891 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:06 smithi002 conmon[82053]: cluster 2023-12-08T10: 2023-12-08T10:25:06.891 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:06 smithi002 conmon[82053]: 25:05.609705+0000 mgr.smithi002.utaniu (mgr.14184) 753 : 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-12-08T10:25:07.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:06 smithi204 conmon[86088]: cluster 2023-12-08T10:25:05.609705+0000 mgr.smithi002.utaniu (mgr.14184) 753 : 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-12-08T10:25:07.285 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:07.285 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:07.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:08.638 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:08.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:08 smithi002 conmon[82053]: audit 2023-12-08T10:25:07.280211+0000 mgr.smithi002.utaniu (mgr.14184) 754 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:08.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:08 smithi002 conmon[82053]: cluster 2023-12-08T10:25:07.610542+0000 mgr.smithi002.utaniu (mgr.14184) 755 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:09.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:08 smithi204 conmon[86088]: audit 2023-12-08T10:25:07.280211+0000 mgr.smithi002.utaniu (mgr.14184) 754 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:09.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:08 smithi204 conmon[86088]: cluster 2023-12-08T10:25:07.610542+0000 mgr.smithi002.utaniu (mgr.14184) 755 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:10.320 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:10.320 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:10.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:10 smithi002 conmon[82053]: cluster 2023-12-08T10:25:09.610983+0000 mgr.smithi002.utaniu 2023-12-08T10:25:10.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:10 smithi002 conmon[82053]: (mgr.14184) 756 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:10.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:10 smithi204 conmon[86088]: cluster 2023-12-08T10:25:09.610983+0000 mgr.smithi002.utaniu (mgr.14184) 756 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:11.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:11 smithi204 conmon[86088]: audit 2023-12-08T10:25:10.314461+0000 mgr.smithi002.utaniu ( 2023-12-08T10:25:11.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:11 smithi204 conmon[86088]: mgr.14184) 757 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:11 smithi002 conmon[82053]: audit 2023-12-08T10:25:10.314461+0000 mgr.smithi002.utaniu (mgr.14184) 757 : 2023-12-08T10:25:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:11 smithi002 conmon[82053]: audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:11.786 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:12.678 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:12 smithi002 conmon[82053]: cluster 2023-12-08T10:25:11.611808+0000 mgr.smithi002.utaniu 2023-12-08T10:25:12.679 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:12 smithi002 conmon[82053]: (mgr.14184) 758 : 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-12-08T10:25:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:12 smithi204 conmon[86088]: cluster 2023-12-08T10:25:11.611808+0000 mgr.smithi002.utaniu (mgr.14184) 758 : 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-12-08T10:25:13.467 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:13.467 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:13.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:14.947 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:14.979 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:14 smithi002 conmon[82053]: audit 2023-12-08T10:25:13.462443+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:25:14.979 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:14 smithi002 conmon[82053]: ) 759 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:14.979 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:14 smithi002 conmon[82053]: cluster 2023-12-08T10:25:13.612648+0000 mgr.smithi002.utaniu (mgr.14184) 760 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:14 smithi204 conmon[86088]: audit 2023-12-08T10:25:13.462443+0000 mgr.smithi002.utaniu (mgr.14184) 759 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:14 smithi204 conmon[86088]: cluster 2023-12-08T10:25:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:14 smithi204 conmon[86088]: 2023-12-08T10:25:13.612648+0000 mgr.smithi002.utaniu (mgr.14184) 760 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:16.635 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:16.635 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:16.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:16 smithi002 conmon[82053]: cluster 2023-12-08T10:25:15.613272+0000 mgr.smithi002.utaniu (mgr.14184) 761 : 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-12-08T10:25:17.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:16 smithi204 conmon[86088]: cluster 2023-12-08T10:25:15.613272+0000 mgr.smithi002.utaniu (mgr.14184) 761 : 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-12-08T10:25:17.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:17.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:17 smithi002 conmon[82053]: audit 2023-12-08T10:25:16.629566+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:25:17.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:17 smithi002 conmon[82053]: ) 762 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:17 smithi204 conmon[86088]: audit 2023-12-08T10:25:16.629566+0000 mgr.smithi002.utaniu (mgr.14184) 762 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:18.095 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:18.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:18 smithi002 conmon[82053]: cluster 2023-12-08T10:25:17.614013+0000 2023-12-08T10:25:18.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:18 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 763 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:19.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:18 smithi204 conmon[86088]: cluster 2023-12-08T10:25:17.614013+0000 mgr.smithi002.utaniu (mgr.14184) 763 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:19.816 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:19.817 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:20.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:20.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:20 smithi002 conmon[82053]: cluster 2023-12-08T10:25:19.614476+0000 mgr.smithi002.utaniu (mgr.14184) 764 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:20 smithi204 conmon[86088]: cluster 2023-12-08T10:25:19.614476+0000 mgr.smithi002.utaniu (mgr.14184) 764 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:21.247 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:21.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:21 smithi204 conmon[86088]: audit 2023-12-08T10:25:19.811587+0000 mgr.smithi002.utaniu (mgr.14184) 765 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:21.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:21 smithi002 conmon[82053]: audit 2023-12-08T10:25:19.811587+0000 mgr.smithi002.utaniu (mgr.14184) 765 : audit [DBG] 2023-12-08T10:25:21.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:21 smithi002 conmon[82053]: from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:22.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:22 smithi002 conmon[82053]: cluster 2023-12-08T10:25:21.615079+0000 mgr.smithi002.utaniu (mgr.14184) 766 : 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-12-08T10:25:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:22 smithi204 conmon[86088]: cluster 2023-12-08T10:25:21.615079+0000 mgr.smithi002.utaniu (mgr.14184) 766 : 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-12-08T10:25:23.083 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:23.084 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:23.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:24.515 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:24.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:24 smithi002 conmon[82053]: audit 2023-12-08T10:25:23.078171+0000 2023-12-08T10:25:24.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:24 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 767 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:24.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:24 smithi002 conmon[82053]: cluster 2023-12-08T10:25:23.615800+0000 mgr.smithi002.utaniu (mgr.14184) 768 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:25.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:24 smithi204 conmon[86088]: audit 2023-12-08T10:25:23.078171+0000 mgr.smithi002.utaniu (mgr.14184) 767 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:25.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:24 smithi204 conmon[86088]: cluster 2023-12-08T10:25 2023-12-08T10:25:25.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:24 smithi204 conmon[86088]: :23.615800+0000 mgr.smithi002.utaniu (mgr.14184) 768 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:26.125 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:26.126 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:26.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:26.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:26 smithi002 conmon[82053]: cluster 2023-12-08T10:25:25.616406+0000 mgr.smithi002.utaniu (mgr.14184) 769 : 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-12-08T10:25:27.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:26 smithi204 conmon[86088]: cluster 2023-12-08T10:25:25.616406+0000 mgr.smithi002.utaniu (mgr.14184) 769 : 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-12-08T10:25:27.577 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:27.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:27 smithi002 conmon[82053]: audit 2023-12-08T10:25:26.120780+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:25:27.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:27 smithi002 conmon[82053]: ) 770 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:27 smithi204 conmon[86088]: audit 2023-12-08T10:25:26.120780+0000 mgr.smithi002.utaniu (mgr.14184) 770 : 2023-12-08T10:25:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:27 smithi204 conmon[86088]: audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:28.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:28 smithi002 conmon[82053]: cluster 2023-12-08T10:25:27.617212+0000 mgr.smithi002.utaniu ( 2023-12-08T10:25:28.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:28 smithi002 conmon[82053]: mgr.14184) 771 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:29.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:28 smithi204 conmon[86088]: cluster 2023-12-08T10:25:27.617212+0000 mgr.smithi002.utaniu (mgr.14184) 771 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:29.280 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:29.280 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:29.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:30 smithi002 conmon[82053]: audit 2023-12-08T10:25:29.275873+0000 mgr.smithi002.utaniu (mgr.14184) 772 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:30 smithi002 conmon[82053]: cluster 2023-12-08T10:25:29.617760+0000 mgr.smithi002.utaniu (mgr.14184) 773 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:30.739 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:30 smithi204 conmon[86088]: audit 2023-12-08T10:25:29.275873+0000 mgr.smithi002.utaniu (mgr.14184) 772 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:30 smithi204 conmon[86088]: cluster 2023-12-08T10:25:29.617760+0000 mgr.smithi002.utaniu (mgr.14184) 773 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:32.458 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:32.458 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:32.822 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:32 smithi002 conmon[82053]: cluster 2023-12-08T10:25:31.618328+0000 mgr.smithi002.utaniu (mgr.14184) 774 : 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-12-08T10:25:32.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:33.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:32 smithi204 conmon[86088]: cluster 2023-12-08T10:25:31.618328+0000 mgr.smithi002.utaniu (mgr.14184) 774 : 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-12-08T10:25:33.900 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:33.931 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:33 smithi002 conmon[82053]: audit 2023-12-08T10:25:32.453397+0000 mgr.smithi002.utaniu (mgr.14184) 775 : audit 2023-12-08T10:25:33.931 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:33 smithi002 conmon[82053]: [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:34.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:33 smithi204 conmon[86088]: audit 2023-12-08T10:25:32.453397+0000 mgr.smithi002.utaniu (mgr.14184) 775 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:34.943 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:34 smithi002 conmon[82053]: cluster 2023-12-08T10:25:33.619055+0000 mgr.smithi002.utaniu 2023-12-08T10:25:34.943 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:34 smithi002 conmon[82053]: (mgr.14184) 776 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:35.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:34 smithi204 conmon[86088]: cluster 2023-12-08T10:25:33.619055+0000 mgr.smithi002.utaniu (mgr.14184) 776 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:35.603 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:35.603 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:36.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:36.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:36 smithi002 conmon[82053]: audit 2023-12-08T10:25:35.597819+0000 mgr.smithi002.utaniu ( 2023-12-08T10:25:36.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:36 smithi002 conmon[82053]: mgr.14184) 777 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:36.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:36 smithi002 conmon[82053]: cluster 2023-12-08T10:25:35.619647+0000 mgr.smithi002.utaniu (mgr.14184) 778 : 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-12-08T10:25:37.047 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:37.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:36 smithi204 conmon[86088]: audit 2023-12-08T10:25:35.597819+0000 mgr.smithi002.utaniu (mgr.14184) 777 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:37.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:36 smithi204 conmon[86088]: cluster 2023-12-08T10:25 2023-12-08T10:25:37.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:36 smithi204 conmon[86088]: :35.619647+0000 mgr.smithi002.utaniu (mgr.14184) 778 : 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-12-08T10:25:38.720 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:38.720 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:38.957 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:38 smithi002 conmon[82053]: cluster 2023-12-08T10:25:37.620575+0000 mgr.smithi002.utaniu (mgr.14184) 779 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:38 smithi204 conmon[86088]: cluster 2023-12-08T10:25:37.620575+0000 mgr.smithi002.utaniu (mgr.14184) 779 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:39.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:40.198 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:40.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:40 smithi002 conmon[82053]: audit 2023-12-08T10:25:38.714444+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:25:40.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:40 smithi002 conmon[82053]: 780 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:40.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:40 smithi002 conmon[82053]: cluster 2023-12-08T10:25:39.621199+0000 mgr.smithi002.utaniu (mgr.14184) 781 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:40 smithi204 conmon[86088]: audit 2023-12-08T10:25:38.714444+0000 mgr.smithi002.utaniu (mgr.14184) 780 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:40 smithi204 conmon[86088]: cluster 2023-12-08T10:25:39.621199+0000 mgr.smithi002.utaniu (mgr.14184) 781 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:41.877 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:41.877 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:42.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:42.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:42 smithi002 conmon[82053]: cluster 2023-12-08T10:25:41.621840+0000 mgr.smithi002.utaniu 2023-12-08T10:25:42.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:42 smithi002 conmon[82053]: (mgr.14184) 782 : 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-12-08T10:25:43.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:42 smithi204 conmon[86088]: cluster 2023-12-08T10:25:41.621840+0000 mgr.smithi002.utaniu (mgr.14184) 782 : 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-12-08T10:25:43.347 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:43.944 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:43 smithi002 conmon[82053]: audit 2023-12-08T10:25:41.872154+0000 mgr.smithi002.utaniu 2023-12-08T10:25:43.944 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:43 smithi002 conmon[82053]: (mgr.14184) 783 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:44.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:43 smithi204 conmon[86088]: audit 2023-12-08T10:25:41.872154+0000 mgr.smithi002.utaniu (mgr.14184) 783 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:44.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:44 smithi002 conmon[82053]: cluster 2023-12-08T10:25:43.622567+0000 mgr.smithi002.utaniu (mgr.14184) 784 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:45.045 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:45.046 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:45.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:44 smithi204 conmon[86088]: cluster 2023-12-08T10:25:43.622567+0000 mgr.smithi002.utaniu (mgr.14184) 784 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:45.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:46.510 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:46.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:46 smithi002 conmon[82053]: audit 2023-12-08T10:25:45. 2023-12-08T10:25:46.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:46 smithi002 conmon[82053]: 040770+0000 mgr.smithi002.utaniu (mgr.14184) 785 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:46.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:46 smithi002 conmon[82053]: cluster 2023-12-08T10:25:45.623261+0000 mgr.smithi002.utaniu (mgr.14184) 786 : 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-12-08T10:25:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:46 smithi204 conmon[86088]: audit 2023-12-08T10:25:45.040770+0000 mgr.smithi002.utaniu (mgr.14184) 785 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:46 smithi204 conmon[86088]: 2023-12-08T10:25:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:46 smithi204 conmon[86088]: cluster 2023-12-08T10:25:45.623261+0000 mgr.smithi002.utaniu (mgr.14184) 786 : 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-12-08T10:25:48.264 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:48.264 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:48.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:48.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:48 smithi002 conmon[82053]: cluster 2023-12-08T10:25:47.624014+0000 mgr.smithi002.utaniu (mgr.14184) 787 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:48 smithi204 conmon[86088]: cluster 2023-12-08T10:25:47.624014+0000 mgr.smithi002.utaniu (mgr.14184) 787 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:49.677 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:49.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:49 smithi002 conmon[82053]: audit 2023-12-08T10: 2023-12-08T10:25:49.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:49 smithi002 conmon[82053]: 25:48.258663+0000 mgr.smithi002.utaniu (mgr.14184) 788 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:50.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:49 smithi204 conmon[86088]: audit 2023-12-08T10:25:48.258663+0000 mgr.smithi002.utaniu (mgr.14184) 788 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:50.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:50 smithi002 conmon[82053]: cluster 2023-12-08T10:25:49.624550+0000 2023-12-08T10:25:50.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:50 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 789 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:51.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:50 smithi204 conmon[86088]: cluster 2023-12-08T10:25:49.624550+0000 mgr.smithi002.utaniu (mgr.14184) 789 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:51.401 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:51.401 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:51.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:52.831 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:52.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:52 smithi002 conmon[82053]: audit 2023-12-08T10:25:51.395904+0000 mgr.smithi002.utaniu (mgr.14184) 790 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:52.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:52 smithi002 conmon[82053]: cluster 2023-12-08T10:25:51.625256+0000 mgr.smithi002.utaniu (mgr.14184) 791 : 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-12-08T10:25:53.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:52 smithi204 conmon[86088]: audit 2023-12-08T10:25:51.395904+0000 mgr.smithi002.utaniu (mgr.14184) 790 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:53.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:52 smithi204 conmon[86088]: cluster 2023-12-08T10:25:51.625256+0000 mgr.smithi002.utaniu (mgr.14184) 791 : 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-12-08T10:25:54.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:53 smithi204 conmon[86088]: cluster 2023-12-08T10:25:53.625829+0000 mgr.smithi002.utaniu (mgr.14184) 792 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:54.126 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:53 smithi002 conmon[82053]: cluster 2023-12-08T10:25:53.625829+0000 2023-12-08T10:25:54.126 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:53 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 792 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:54.534 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:54.534 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:54.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:55.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:55 smithi002 conmon[82053]: audit 2023-12-08T10:25:54.529565+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:25:55.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:55 smithi002 conmon[82053]: 793 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:55 smithi204 conmon[86088]: audit 2023-12-08T10:25:54.529565+0000 mgr.smithi002.utaniu (mgr.14184) 793 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:55.983 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:25:56.709 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:56 smithi002 conmon[82053]: cluster 2023-12-08T10:25:55.626624+0000 mgr.smithi002.utaniu (mgr.14184) 794 : 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-12-08T10:25:56.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:56 smithi204 conmon[86088]: cluster 2023-12-08T10:25:55.626624+0000 mgr.smithi002.utaniu (mgr.14184) 794 : 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-12-08T10:25:57.692 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:25:57.692 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:25:58.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:25:58.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:58 smithi002 conmon[82053]: cluster 2023-12-08T10:25:57.627332+0000 mgr.smithi002.utaniu ( 2023-12-08T10:25:58.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:58 smithi002 conmon[82053]: mgr.14184) 795 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:58.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:25:58 smithi002 conmon[82053]: audit 2023-12-08T10:25:57.687127+0000 mgr.smithi002.utaniu (mgr.14184) 796 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:59.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:58 smithi204 conmon[86088]: cluster 2023-12-08T10:25:57.627332+0000 mgr.smithi002.utaniu (mgr.14184) 795 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:25:59.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:25:58 smithi204 conmon[86088]: audit 2023-12-08T10:25:57.687127+0000 mgr.smithi002.utaniu (mgr.14184) 796 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:25:59.147 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:00.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:00 smithi002 conmon[82053]: cluster 2023-12-08T10:25:59.627923+0000 mgr.smithi002.utaniu (mgr.14184) 797 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:00 smithi204 conmon[86088]: cluster 2023-12-08T10:25:59.627923+0000 mgr.smithi002.utaniu (mgr.14184) 797 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:00 smithi204 conmon[86088]: 2023-12-08T10:26:00.861 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:00.861 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:01.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:02.298 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:02.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:02 smithi002 conmon[82053]: audit 2023-12-08T10:26:00.856413+0000 mgr.smithi002.utaniu (mgr.14184) 798 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:02.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:02 smithi002 conmon[82053]: cluster 2023-12-08T10:26:01.628583+0000 mgr.smithi002.utaniu (mgr.14184) 799 : 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-12-08T10:26:03.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:02 smithi204 conmon[86088]: audit 2023-12-08T10:26:00.856413+0000 mgr.smithi002.utaniu (mgr.14184) 798 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:03.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:02 smithi204 conmon[86088]: cluster 2023-12-08T10:26:01.628583+0000 mgr.smithi002.utaniu (mgr.14184) 799 : 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-12-08T10:26:03.993 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:03.993 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:04.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:04.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:04 smithi002 conmon[82053]: cluster 2023-12-08T10:26:03.629169+0000 mgr.smithi002.utaniu (mgr.14184) 800 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:05.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:04 smithi204 conmon[86088]: cluster 2023-12-08T10:26:03.629169+0000 mgr.smithi002.utaniu (mgr.14184) 800 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:05.442 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:05.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:05 smithi002 conmon[82053]: audit 2023-12-08T10:26:03.988436+0000 mgr.smithi002.utaniu (mgr.14184) 801 : audit [DBG] 2023-12-08T10:26:05.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:05 smithi002 conmon[82053]: from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:05 smithi204 conmon[86088]: audit 2023-12-08T10:26:03.988436+0000 mgr.smithi002.utaniu (mgr.14184) 801 : audit [DBG] 2023-12-08T10:26:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:05 smithi204 conmon[86088]: from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:06 smithi002 conmon[82053]: cluster 2023-12-08T10:26:05.629671+0000 mgr.smithi002.utaniu ( 2023-12-08T10:26:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:06 smithi002 conmon[82053]: mgr.14184) 802 : 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-12-08T10:26:07.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:06 smithi204 conmon[86088]: cluster 2023-12-08T10:26:05.629671+0000 mgr.smithi002.utaniu (mgr.14184) 802 : 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-12-08T10:26:07.164 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:07.165 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:18:27.332270Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.wfxlwn on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:07.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:08.709 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:08.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:08 smithi002 conmon[82053]: audit 2023-12-08T10:26:07.159727+0000 mgr.smithi002.utaniu (mgr.14184) 803 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:08.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:08 smithi002 conmon[82053]: cluster 2023-12-08T10:26:07.630577+0000 mgr.smithi002.utaniu (mgr.14184) 804 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:09.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:08 smithi204 conmon[86088]: audit 2023-12-08T10:26:07.159727+0000 mgr.smithi002.utaniu (mgr.14184) 803 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:09.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:08 smithi204 conmon[86088]: cluster 2023-12-08T10:26:07.630577+0000 mgr.smithi002.utaniu (mgr.14184) 804 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:09.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:09 smithi002 conmon[82053]: audit 2023-12-08T10:26:09.128298+0000 mon.smithi002 2023-12-08T10:26:09.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:09 smithi002 conmon[82053]: (mon.0) 711 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.eufzin"}]: dispatch 2023-12-08T10:26:10.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:09 smithi204 conmon[86088]: audit 2023-12-08T10:26:09.128298+0000 mon.smithi002 (mon.0) 711 : audit 2023-12-08T10:26:10.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:09 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.eufzin"}]: dispatch 2023-12-08T10:26:10.408 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:10.408 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:10.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:10.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: cephadm 2023-12-08T10:26:09.127751+0000 mgr.smithi002.utaniu (mgr.14184) 805 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin 2023-12-08T10:26:10.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin 2023-12-08T10:26:10.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin 2023-12-08T10:26:10.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin 2023-12-08T10:26:10.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi204.eufzin ... 2023-12-08T10:26:10.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:26:10.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:26:10.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:24:16Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:10.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:24:54Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:10.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:25:31Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:10.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:26:10.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:26:10.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: Traceback (most recent call last): 2023-12-08T10:26:10.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:26:10.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: yield (conn, connr) 2023-12-08T10:26:10.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:26:10.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: code, '\n'.join(err))) 2023-12-08T10:26:10.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin 2023-12-08T10:26:10.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin 2023-12-08T10:26:10.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin 2023-12-08T10:26:10.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin 2023-12-08T10:26:10.983 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi204.eufzin ... 2023-12-08T10:26:10.984 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:26:10.984 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:26:10.984 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:24:16Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:10.984 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:24:54Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:10.984 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:25:31Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:10.984 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:26:10.984 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-12-08T10:26:10.984 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:26:10.984 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: cephadm 2023-12-08T10:26:09.127942+0000 mgr.smithi002.utaniu (mgr.14184) 806 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.eufzin 2023-12-08T10:26:10.984 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: cephadm 2023-12-08T10:26:09.128951+0000 mgr.smithi002.utaniu (mgr.14184) 807 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin 2023-12-08T10:26:10.984 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin 2023-12-08T10:26:10.985 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin 2023-12-08T10:26:10.985 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin 2023-12-08T10:26:10.985 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi204.eufzin ... 2023-12-08T10:26:10.985 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:26:10.985 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:26:10.985 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:24:16Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:10.985 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:24:54Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:10.985 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:25:31Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:10.985 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:26:10.985 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:26:10.985 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: cephadm 2023-12-08T10:26:09.130420+0000 mgr.smithi002.utaniu (mgr.14184) 808 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.rkehxo on smithi002 2023-12-08T10:26:10.986 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:10 smithi002 conmon[82053]: cluster 2023-12-08T10:26:09.631057+0000 mgr.smithi002.utaniu (mgr.14184) 809 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:11.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: cephadm 2023-12-08T10:26:09.127751+0000 mgr.smithi002.utaniu (mgr.14184) 805 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin 2023-12-08T10:26:11.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin 2023-12-08T10:26:11.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin 2023-12-08T10:26:11.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin 2023-12-08T10:26:11.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi204.eufzin ... 2023-12-08T10:26:11.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:26:11.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:26:11.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:24:16Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:11.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:24:54Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:11.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:25:31Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:11.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:26:11.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:26:11.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: Traceback (most recent call last): 2023-12-08T10:26:11.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: yield (conn, connr) 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: code, '\n'.join(err))) 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi204.eufzin ... 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:24:16Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:24:54Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:25:31Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:11.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: cephadm 2023-12-08T10:26:09.127942+0000 mgr.smithi002.utaniu (mgr.14184) 806 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.eufzin 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: cephadm 2023-12-08T10:26:09.128951+0000 mgr.smithi002.utaniu (mgr.14184) 807 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi204.eufzin ... 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:24:16Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:24:54Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:25:31Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:26:11.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:26:11.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: cephadm 2023-12-08T10:26:09.130420+0000 mgr.smithi002.utaniu (mgr.14184) 808 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.rkehxo on smithi002 2023-12-08T10:26:11.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:10 smithi204 conmon[86088]: cluster 2023-12-08T10:26:09.631057+0000 mgr.smithi002.utaniu (mgr.14184) 809 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:11.859 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:11.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:11 smithi002 conmon[82053]: audit 2023-12-08T10:26:10.403235+0000 mgr.smithi002.utaniu 2023-12-08T10:26:11.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:11 smithi002 conmon[82053]: (mgr.14184) 810 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:11.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:11 smithi002 conmon[82053]: cluster 2023-12-08T10:26:11.631831+0000 mgr.smithi002.utaniu (mgr.14184) 811 : 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-12-08T10:26:12.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:11 smithi204 conmon[86088]: audit 2023-12-08T10:26:10.403235+0000 mgr.smithi002.utaniu (mgr.14184) 810 : audit [DBG] 2023-12-08T10:26:12.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:11 smithi204 conmon[86088]: from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:12.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:11 smithi204 conmon[86088]: cluster 2023-12-08T10:26:11.631831+0000 mgr.smithi002.utaniu (mgr.14184) 811 : 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-12-08T10:26:13.462 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:13.463 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:13.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:14.824 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:14 smithi002 conmon[82053]: audit 2023-12-08T10:26:13.457727+0000 mgr.smithi002.utaniu (mgr.14184) 812 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:14 smithi002 conmon[82053]: cluster 2023-12-08T10:26:13.632420+0000 mgr.smithi002.utaniu (mgr.14184) 813 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:14 smithi204 conmon[86088]: audit 2023-12-08T10:26:13.457727+0000 mgr.smithi002.utaniu (mgr.14184) 812 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:14 smithi204 conmon[86088]: cluster 2023-12-08T10:26:13.632420+0000 mgr.smithi002.utaniu (mgr.14184) 813 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:16.517 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:16.517 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:16.907 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:16 smithi002 conmon[82053]: cluster 2023-12-08T10:26:15.632965+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:26:16.907 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:16 smithi002 conmon[82053]: ) 814 : 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-12-08T10:26:16.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:17.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:16 smithi204 conmon[86088]: cluster 2023-12-08T10:26:15.632965+0000 mgr.smithi002.utaniu (mgr.14184) 814 : 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-12-08T10:26:17.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:17 smithi002 conmon[82053]: audit 2023-12-08T10:26:16.511534+0000 mgr.smithi002.utaniu (mgr.14184) 815 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:17.985 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:17 smithi204 conmon[86088]: audit 2023-12-08T10:26:16.511534+0000 mgr.smithi002.utaniu (mgr.14184) 815 : audit [DBG] 2023-12-08T10:26:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:17 smithi204 conmon[86088]: from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:18.868 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:18 smithi002 conmon[82053]: cluster 2023-12-08T10:26:17.633815+0000 mgr.smithi002.utaniu (mgr.14184) 816 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:19.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:18 smithi204 conmon[86088]: cluster 2023-12-08T10:26:17.633815+0000 mgr.smithi002.utaniu (mgr.14184) 816 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:19.669 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:19.669 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:20.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:20 smithi002 conmon[82053]: cluster 2023-12-08T10:26:19.634317+0000 2023-12-08T10:26:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:20 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 817 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:20 smithi002 conmon[82053]: audit 2023-12-08T10:26:19.663452+0000 mgr.smithi002.utaniu (mgr.14184) 818 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:20 smithi204 conmon[86088]: cluster 2023-12-08T10:26:19.634317+0000 mgr.smithi002.utaniu (mgr.14184) 817 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:20 smithi204 conmon[86088]: 2023-12-08T10:26:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:20 smithi204 conmon[86088]: audit 2023-12-08T10:26:19.663452+0000 mgr.smithi002.utaniu (mgr.14184) 818 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:21.047 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:22.747 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:22.747 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:22.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:22 smithi002 conmon[82053]: cluster 2023-12-08T10:26:21.635247+0000 mgr.smithi002.utaniu (mgr.14184) 819 : cluster [DBG] 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-12-08T10:26:23.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:22 smithi204 conmon[86088]: cluster 2023-12-08T10:26:21.635247+0000 mgr.smithi002.utaniu (mgr.14184) 819 : cluster [DBG] 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-12-08T10:26:23.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:24.099 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:24.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:24 smithi002 conmon[82053]: audit 2023-12-08T10:26:22. 2023-12-08T10:26:24.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:24 smithi002 conmon[82053]: 741651+0000 mgr.smithi002.utaniu (mgr.14184) 820 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:24.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:24 smithi002 conmon[82053]: cluster 2023-12-08T10:26:23.636098+0000 mgr.smithi002.utaniu (mgr.14184) 821 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:25.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:24 smithi204 conmon[86088]: audit 2023-12-08T10:26:22.741651+0000 mgr.smithi002.utaniu (mgr.14184) 820 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:25.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:24 smithi204 conmon[86088]: cluster 2023-12-08T10:26:23.636098+0000 mgr.smithi002.utaniu (mgr.14184) 821 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:25.787 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:25.787 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:26.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:26.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:26 smithi002 conmon[82053]: cluster 2023-12-08T10:26:25.636636+0000 mgr.smithi002.utaniu (mgr.14184) 822 : 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-12-08T10:26:27.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:26 smithi204 conmon[86088]: cluster 2023-12-08T10:26:25.636636+0000 mgr.smithi002.utaniu (mgr.14184) 822 : 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-12-08T10:26:27.354 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:27.958 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:27 smithi002 conmon[82053]: audit 2023-12-08T10:26:25.782646+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:26:27.958 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:27 smithi002 conmon[82053]: 14184) 823 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:27 smithi204 conmon[86088]: audit 2023-12-08T10:26:25.782646+0000 mgr.smithi002.utaniu (mgr.14184) 823 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:28.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:28 smithi002 conmon[82053]: cluster 2023-12-08T10:26:27.637348+0000 mgr.smithi002.utaniu ( 2023-12-08T10:26:28.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:28 smithi002 conmon[82053]: mgr.14184) 824 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:29.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:28 smithi204 conmon[86088]: cluster 2023-12-08T10:26:27.637348+0000 mgr.smithi002.utaniu (mgr.14184) 824 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:29.155 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:29.155 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:29.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:30.608 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:30.640 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:30 smithi002 conmon[82053]: audit 2023-12-08T10:26:29.150296+0000 mgr.smithi002.utaniu (mgr.14184) 825 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:30.640 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:30 smithi002 conmon[82053]: cluster 2023-12-08T10:26:29.637885+0000 mgr.smithi002.utaniu (mgr.14184) 826 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:30 smithi204 conmon[86088]: audit 2023-12-08T10:26:29.150296+0000 mgr.smithi002.utaniu (mgr.14184) 825 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:30 smithi204 conmon[86088]: cluster 2023-12-08T10:26:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:30 smithi204 conmon[86088]: 2023-12-08T10:26:29.637885+0000 mgr.smithi002.utaniu (mgr.14184) 826 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:32.439 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:32.439 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:32.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:32 smithi002 conmon[82053]: cluster 2023-12-08T10:26:31.638525+0000 mgr.smithi002.utaniu (mgr.14184) 827 : 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-12-08T10:26:33.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:33.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:32 smithi204 conmon[86088]: cluster 2023-12-08T10:26:31.638525+0000 mgr.smithi002.utaniu (mgr.14184) 827 : 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-12-08T10:26:33.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:33 smithi002 conmon[82053]: audit 2023-12-08T10:26:32.434204+0000 mgr.smithi002.utaniu (mgr.14184) 828 : audit [DBG] 2023-12-08T10:26:33.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:33 smithi002 conmon[82053]: from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:34.058 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:34.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:33 smithi204 conmon[86088]: audit 2023-12-08T10:26:32.434204+0000 mgr.smithi002.utaniu (mgr.14184) 828 : audit [DBG] 2023-12-08T10:26:34.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:33 smithi204 conmon[86088]: from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:34.957 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:34 smithi002 conmon[82053]: cluster 2023-12-08T10:26:33.639233+0000 2023-12-08T10:26:34.957 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:34 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 829 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:35.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:34 smithi204 conmon[86088]: cluster 2023-12-08T10:26:33.639233+0000 mgr.smithi002.utaniu (mgr.14184) 829 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:35.729 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:35.730 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:36.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:36.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:36 smithi002 conmon[82053]: cluster 2023-12-08T10:26:35.639811+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:26:36.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:36 smithi002 conmon[82053]: 830 : 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-12-08T10:26:37.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:36 smithi204 conmon[86088]: cluster 2023-12-08T10:26:35.639811+0000 mgr.smithi002.utaniu (mgr.14184) 830 : 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-12-08T10:26:37.119 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:37.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:37 smithi002 conmon[82053]: audit 2023-12-08T10:26:35.724450+0000 mgr.smithi002.utaniu (mgr.14184) 831 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:37.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:37 smithi002 conmon[82053]: cluster 2023-12-08T10:26:37.640613+0000 mgr.smithi002.utaniu (mgr.14184) 832 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:37 smithi204 conmon[86088]: audit 2023-12-08T10:26:35.724450+0000 mgr.smithi002.utaniu (mgr.14184) 831 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:37 smithi204 conmon[86088]: cluster 2023-12-08T10:26:37.640613+0000 mgr.smithi002.utaniu (mgr.14184) 832 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:38.878 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:38.879 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:39.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:40.293 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:40 smithi002 conmon[82053]: audit 2023-12-08T10:26:38.873441+0000 mgr.smithi002.utaniu (mgr.14184) 833 : audit [DBG] 2023-12-08T10:26:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:40 smithi002 conmon[82053]: from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:40.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:40 smithi002 conmon[82053]: cluster 2023-12-08T10:26:39.641130+0000 mgr.smithi002.utaniu (mgr.14184) 834 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:40 smithi204 conmon[86088]: audit 2023-12-08T10:26:38.873441+0000 mgr.smithi002.utaniu (mgr.14184) 833 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:40 smithi204 conmon[86088]: cluster 2023-12-08T10:26:39.641130+0000 mgr.smithi002.utaniu (mgr.14184) 834 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:41.982 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:41.982 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:42.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:42.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:42 smithi002 conmon[82053]: cluster 2023-12-08T10:26:41.641816+0000 2023-12-08T10:26:42.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:42 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 835 : 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-12-08T10:26:43.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:42 smithi204 conmon[86088]: cluster 2023-12-08T10:26:41.641816+0000 mgr.smithi002.utaniu (mgr.14184) 835 : 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-12-08T10:26:43.450 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:43.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:43 smithi002 conmon[82053]: audit 2023-12-08T10:26:41.976794+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:26:43.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:43 smithi002 conmon[82053]: 836 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:44.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:43 smithi204 conmon[86088]: audit 2023-12-08T10:26:41.976794+0000 mgr.smithi002.utaniu (mgr.14184) 836 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:44.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:44 smithi002 conmon[82053]: cluster 2023-12-08T10:26:43.642345+0000 mgr.smithi002.utaniu (mgr.14184) 837 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:45.062 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:45.062 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:45.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:44 smithi204 conmon[86088]: cluster 2023-12-08T10:26:43.642345+0000 mgr.smithi002.utaniu (mgr.14184) 837 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:45.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:46.504 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:46.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:46 smithi002 conmon[82053]: audit 2023-12-08T10:26:45.057072+0000 2023-12-08T10:26:46.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:46 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 838 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:46.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:46 smithi002 conmon[82053]: cluster 2023-12-08T10:26:45.642975+0000 mgr.smithi002.utaniu (mgr.14184) 839 : 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-12-08T10:26:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:46 smithi204 conmon[86088]: audit 2023-12-08T10:26:45.057072+0000 mgr.smithi002.utaniu (mgr.14184) 838 : audit [DBG] 2023-12-08T10:26:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:46 smithi204 conmon[86088]: from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:46 smithi204 conmon[86088]: cluster 2023-12-08T10:26:45.642975+0000 mgr.smithi002.utaniu (mgr.14184) 839 : 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-12-08T10:26:47.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:47 smithi002 conmon[82053]: cluster 2023-12-08T10:26:47.643695+0000 mgr.smithi002.utaniu ( 2023-12-08T10:26:47.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:47 smithi002 conmon[82053]: mgr.14184) 840 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:47 smithi204 conmon[86088]: cluster 2023-12-08T10:26:47.643695+0000 mgr.smithi002.utaniu (mgr.14184) 840 : 2023-12-08T10:26:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:47 smithi204 conmon[86088]: cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:48.250 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:48.250 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:48.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:48.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:48 smithi002 conmon[82053]: audit 2023-12-08T10:26:48.245399+0000 mgr.smithi002.utaniu (mgr.14184) 841 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:48 smithi204 conmon[86088]: audit 2023-12-08T10:26:48.245399+0000 mgr.smithi002.utaniu (mgr.14184) 841 : audit 2023-12-08T10:26:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:48 smithi204 conmon[86088]: [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:49.666 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:50.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:50 smithi002 conmon[82053]: cluster 2023-12-08T10:26:49.644316+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:26:50.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:50 smithi002 conmon[82053]: .14184) 842 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:50 smithi204 conmon[86088]: cluster 2023-12-08T10:26:49.644316+0000 mgr.smithi002.utaniu (mgr.14184) 842 : cluster 2023-12-08T10:26:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:50 smithi204 conmon[86088]: [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:51.389 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:51.389 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:51.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:52.831 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:52.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:52 smithi002 conmon[82053]: audit 2023-12-08T10:26:51.384119+0000 mgr.smithi002.utaniu (mgr.14184) 843 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:52.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:52 smithi002 conmon[82053]: cluster 2023-12-08T10:26:51.645181+0000 mgr.smithi002.utaniu (mgr.14184) 844 : 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-12-08T10:26:53.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:52 smithi204 conmon[86088]: audit 2023-12-08T10:26:51.384119+0000 mgr.smithi002.utaniu (mgr.14184) 843 : audit 2023-12-08T10:26:53.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:52 smithi204 conmon[86088]: [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:53.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:52 smithi204 conmon[86088]: cluster 2023-12-08T10:26:51.645181+0000 mgr.smithi002.utaniu (mgr.14184) 844 : 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-12-08T10:26:54.507 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:54.508 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:54.902 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:54 smithi002 conmon[82053]: cluster 2023-12-08T10:26:53.645883+0000 2023-12-08T10:26:54.902 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:54 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 845 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:54.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:55.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:54 smithi204 conmon[86088]: cluster 2023-12-08T10:26:53.645883+0000 mgr.smithi002.utaniu (mgr.14184) 845 : cluster [DBG] 2023-12-08T10:26:55.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:54 smithi204 conmon[86088]: pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:55.980 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:26:55.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:55 smithi002 conmon[82053]: audit 2023-12-08T10:26:54.502385+0000 mgr.smithi002.utaniu (mgr.14184) 846 2023-12-08T10:26:55.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:55 smithi002 conmon[82053]: : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:56.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:55 smithi204 conmon[86088]: audit 2023-12-08T10:26:54.502385+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:26:56.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:55 smithi204 conmon[86088]: ) 846 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:56.870 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:56 smithi002 conmon[82053]: cluster 2023-12-08T10:26:55.646613+0000 mgr.smithi002.utaniu (mgr.14184) 847 : 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-12-08T10:26:57.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:56 smithi204 conmon[86088]: cluster 2023-12-08T10:26:55.646613+0000 mgr.smithi002.utaniu (mgr.14184) 847 : 2023-12-08T10:26:57.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:56 smithi204 conmon[86088]: 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-12-08T10:26:57.668 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:26:57.668 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:26:57.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:57 smithi002 conmon[82053]: cluster 2023-12-08T10:26:57.647358+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:26:57.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:57 smithi002 conmon[82053]: 14184) 848 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:57.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:26:57 smithi002 conmon[82053]: audit 2023-12-08T10:26:57.662805+0000 mgr.smithi002.utaniu (mgr.14184) 849 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:58.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:26:58.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:57 smithi204 conmon[86088]: cluster 2023-12-08T10:26:57.647358+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:26:58.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:57 smithi204 conmon[86088]: 848 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:26:58.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:26:57 smithi204 conmon[86088]: audit 2023-12-08T10:26:57.662805+0000 mgr.smithi002.utaniu (mgr.14184) 849 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:59.045 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:00.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:00 smithi002 conmon[82053]: cluster 2023-12-08T10:26:59.647941+0000 mgr.smithi002.utaniu (mgr.14184) 850 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:00.740 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:00.741 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:00 smithi204 conmon[86088]: cluster 2023-12-08T10:26:59.647941+0000 mgr.smithi002.utaniu (mgr.14184) 850 : 2023-12-08T10:27:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:00 smithi204 conmon[86088]: cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:01.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:02.194 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:02.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:02 smithi002 conmon[82053]: audit 2023-12-08T10:27:00.735918+0000 mgr.smithi002.utaniu ( 2023-12-08T10:27:02.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:02 smithi002 conmon[82053]: mgr.14184) 851 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:02.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:02 smithi002 conmon[82053]: cluster 2023-12-08T10:27:01.648891+0000 mgr.smithi002.utaniu (mgr.14184) 852 : 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-12-08T10:27:03.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:02 smithi204 conmon[86088]: audit 2023-12-08T10:27:00.735918+0000 mgr.smithi002.utaniu (mgr.14184) 851 : audit 2023-12-08T10:27:03.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:02 smithi204 conmon[86088]: [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:03.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:02 smithi204 conmon[86088]: cluster 2023-12-08T10:27:01.648891+0000 mgr.smithi002.utaniu (mgr.14184) 852 : 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-12-08T10:27:04.050 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:04.051 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:04.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:04.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:04 smithi002 conmon[82053]: cluster 2023-12-08T10:27:03.649648+0000 mgr.smithi002.utaniu (mgr.14184) 853 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:04 smithi204 conmon[86088]: cluster 2023-12-08T10:27:03.649648+0000 mgr.smithi002.utaniu (mgr.14184) 853 : cluster [DBG] 2023-12-08T10:27:05.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:04 smithi204 conmon[86088]: pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:05.562 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:05.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:05 smithi002 conmon[82053]: audit 2023-12-08T10:27:04.045474+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:27:05.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:05 smithi002 conmon[82053]: .14184) 854 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:05 smithi204 conmon[86088]: audit 2023-12-08T10:27:04.045474+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:27:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:05 smithi204 conmon[86088]: 854 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:06 smithi002 conmon[82053]: cluster 2023-12-08T10:27:05.650293+0000 mgr.smithi002.utaniu 2023-12-08T10:27:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:06 smithi002 conmon[82053]: (mgr.14184) 855 : 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-12-08T10:27:07.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:06 smithi204 conmon[86088]: cluster 2023-12-08T10:27:05.650293+0000 mgr.smithi002.utaniu (mgr.14184) 855 : cluster 2023-12-08T10:27:07.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:06 smithi204 conmon[86088]: [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-12-08T10:27:07.278 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:07.278 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:07.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:07.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:07 smithi002 conmon[82053]: audit 2023-12-08T10:27:07.273036+0000 mgr.smithi002.utaniu (mgr.14184) 856 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:07.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:07 smithi002 conmon[82053]: cluster 2023-12-08T10:27:07.651010+0000 mgr.smithi002.utaniu (mgr.14184) 857 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:07 smithi204 conmon[86088]: audit 2023-12-08T10:27:07.273036+0000 mgr.smithi002.utaniu (mgr.14184) 856 : 2023-12-08T10:27:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:07 smithi204 conmon[86088]: audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:07 smithi204 conmon[86088]: cluster 2023-12-08T10:27:07.651010+0000 mgr.smithi002.utaniu (mgr.14184) 857 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:08.709 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:10.501 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:10.501 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:10.710 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:10 smithi002 conmon[82053]: cluster 2023-12-08T10:27:09.651474+0000 mgr.smithi002.utaniu (mgr.14184) 858 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:10 smithi204 conmon[86088]: cluster 2023-12-08T10:27:09.651474+0000 mgr.smithi002.utaniu (mgr.14184) 858 : 2023-12-08T10:27:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:10 smithi204 conmon[86088]: cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:10.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:11 smithi002 conmon[82053]: audit 2023-12-08T10:27:10.495130+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:27:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:11 smithi002 conmon[82053]: ) 859 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:11.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:11 smithi204 conmon[86088]: audit 2023-12-08T10:27:10.495130+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:27:11.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:11 smithi204 conmon[86088]: 14184) 859 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:11.958 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:12.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:12 smithi002 conmon[82053]: cluster 2023-12-08T10:27:11.652350+0000 mgr.smithi002.utaniu 2023-12-08T10:27:12.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:12 smithi002 conmon[82053]: (mgr.14184) 860 : 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-12-08T10:27:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:12 smithi204 conmon[86088]: cluster 2023-12-08T10:27:11.652350+0000 mgr.smithi002.utaniu (mgr.14184) 860 : 2023-12-08T10:27:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:12 smithi204 conmon[86088]: 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-12-08T10:27:13.758 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:13.758 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:14.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:14.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:14 smithi002 conmon[82053]: cluster 2023-12-08T10:27:13.652896+0000 mgr.smithi002.utaniu (mgr.14184) 861 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:14 smithi204 conmon[86088]: cluster 2023-12-08T10:27:13.652896+0000 mgr.smithi002.utaniu (mgr.14184) 861 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:15.212 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:15.968 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:15 smithi002 conmon[82053]: audit 2023-12-08T10:27:13.753175+0000 mgr.smithi002.utaniu (mgr.14184) 862 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:16.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:15 smithi204 conmon[86088]: audit 2023-12-08T10:27:13.753175+0000 mgr.smithi002.utaniu (mgr.14184) 862 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:16.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:15 smithi204 conmon[86088]: 2023-12-08T10:27:16.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:16 smithi002 conmon[82053]: cluster 2023-12-08T10:27:15 2023-12-08T10:27:16.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:16 smithi002 conmon[82053]: .653455+0000 mgr.smithi002.utaniu (mgr.14184) 863 : 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-12-08T10:27:17.030 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:17.030 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:17.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:16 smithi204 conmon[86088]: cluster 2023-12-08T10:27:15.653455+0000 mgr.smithi002.utaniu (mgr.14184) 863 : 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-12-08T10:27:17.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:16 smithi204 conmon[86088]: 2023-12-08T10:27:17.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:17.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:17 smithi002 conmon[82053]: audit 2023-12-08T10:27:17.024916+0000 mgr.smithi002.utaniu (mgr.14184) 864 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:17.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:17 smithi002 conmon[82053]: cluster 2023-12-08T10:27:17.654268+0000 mgr.smithi002.utaniu (mgr.14184) 865 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:17 smithi204 conmon[86088]: audit 2023-12-08T10:27:17.024916+0000 mgr.smithi002.utaniu (mgr.14184) 864 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:17 smithi204 conmon[86088]: cluster 2023-12-08T10:27:17.654268+0000 mgr.smithi002.utaniu (mgr.14184) 865 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:18.472 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:20.259 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:20.259 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:20.663 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:20 smithi002 conmon[82053]: cluster 2023-12-08T10:27:19.654765+0000 mgr.smithi002.utaniu (mgr.14184) 866 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:20.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:20 smithi204 conmon[86088]: cluster 2023-12-08T10:27:19.654765+0000 mgr.smithi002.utaniu (mgr.14184) 866 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:21.719 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:21.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:21 smithi002 conmon[82053]: audit 2023-12-08T10:27:20 2023-12-08T10:27:21.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:21 smithi002 conmon[82053]: .253610+0000 mgr.smithi002.utaniu (mgr.14184) 867 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:21.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:21 smithi204 conmon[86088]: audit 2023-12-08T10:27:20.253610+0000 mgr.smithi002.utaniu (mgr.14184) 867 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:22.708 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:22 smithi002 conmon[82053]: cluster 2023-12-08T10:27:21.655586+0000 mgr.smithi002.utaniu (mgr.14184) 868 : 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-12-08T10:27:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:22 smithi204 conmon[86088]: cluster 2023-12-08T10:27:21.655586+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:27:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:22 smithi204 conmon[86088]: ) 868 : 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-12-08T10:27:23.633 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:23.634 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:24.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:24.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:24 smithi002 conmon[82053]: audit 2023-12-08T10:27:23.628219+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:27:24.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:24 smithi002 conmon[82053]: .14184) 869 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:24.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:24 smithi002 conmon[82053]: cluster 2023-12-08T10:27:23.656151+0000 mgr.smithi002.utaniu (mgr.14184) 870 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:25.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:24 smithi204 conmon[86088]: audit 2023-12-08T10:27:23.628219+0000 mgr.smithi002.utaniu (mgr.14184) 869 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:25.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:24 smithi204 conmon[86088]: cluster 2023-12-08T 2023-12-08T10:27:25.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:24 smithi204 conmon[86088]: 10:27:23.656151+0000 mgr.smithi002.utaniu (mgr.14184) 870 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:25.075 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:25.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:25 smithi002 conmon[82053]: cluster 2023-12-08T10:27:25.656666+0000 mgr.smithi002.utaniu 2023-12-08T10:27:25.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:25 smithi002 conmon[82053]: (mgr.14184) 871 : 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-12-08T10:27:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:25 smithi204 conmon[86088]: cluster 2023-12-08T10:27:25.656666+0000 mgr.smithi002.utaniu (mgr.14184) 871 : cluster [DBG] 2023-12-08T10:27:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:25 smithi204 conmon[86088]: 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-12-08T10:27:26.881 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:26.881 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:27.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:28.325 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:28.967 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:28 smithi002 conmon[82053]: audit 2023-12-08T10:27:26.876289+0000 mgr.smithi002.utaniu (mgr.14184) 872 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:28.968 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:28 smithi002 conmon[82053]: cluster 2023-12-08T10:27:27.657545+0000 mgr.smithi002.utaniu (mgr.14184) 873 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:29.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:28 smithi204 conmon[86088]: audit 2023-12-08T10:27:26.876289+0000 mgr.smithi002.utaniu (mgr.14184) 872 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:29.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:28 smithi204 conmon[86088]: cluster 2023-12-08T10:27:27.657545+0000 mgr.smithi002.utaniu 2023-12-08T10:27:29.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:28 smithi204 conmon[86088]: (mgr.14184) 873 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:30.078 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:30.078 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:30.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:30 smithi002 conmon[82053]: cluster 2023-12-08T10:27:29.658041+0000 mgr.smithi002.utaniu (mgr.14184) 874 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:30 smithi204 conmon[86088]: cluster 2023-12-08T10:27:29.658041+0000 mgr.smithi002.utaniu (mgr.14184) 874 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:31.492 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:31.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:31 smithi002 conmon[82053]: audit 2023-12-08T10:27:30.073442+0000 mgr.smithi002.utaniu (mgr.14184) 875 : 2023-12-08T10:27:31.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:31 smithi002 conmon[82053]: audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:31.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:31 smithi204 conmon[86088]: audit 2023-12-08T10:27:30.073442+0000 mgr.smithi002.utaniu (mgr.14184) 875 : audit [DBG] 2023-12-08T10:27:31.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:31 smithi204 conmon[86088]: from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:32.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:32 smithi002 conmon[82053]: cluster 2023-12-08T10:27:31.658708+0000 mgr.smithi002.utaniu 2023-12-08T10:27:32.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:32 smithi002 conmon[82053]: (mgr.14184) 876 : 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-12-08T10:27:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:32 smithi204 conmon[86088]: cluster 2023-12-08T10:27:31.658708+0000 mgr.smithi002.utaniu (mgr.14184) 876 : 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-12-08T10:27:33.178 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:33.178 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:33.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:33.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:33 smithi002 conmon[82053]: audit 2023-12-08T10:27:33.173279+0000 mgr.smithi002.utaniu (mgr.14184) 877 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:33.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:33 smithi002 conmon[82053]: cluster 2023-12-08T10:27:33.659274+0000 mgr.smithi002.utaniu (mgr.14184) 878 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:34.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:33 smithi204 conmon[86088]: audit 2023-12-08T10:27:33.173279+0000 mgr.smithi002.utaniu (mgr.14184) 877 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:34.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:33 smithi204 conmon[86088]: cluster 2023-12-08T10:27:33.659274+0000 mgr.smithi002.utaniu (mgr.14184) 878 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:34.656 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:35.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:35 smithi002 conmon[82053]: cluster 2023-12-08T10:27:35.660052+0000 2023-12-08T10:27:35.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:35 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 879 : 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-12-08T10:27:36.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:35 smithi204 conmon[86088]: cluster 2023-12-08T10:27:35.660052+0000 mgr.smithi002.utaniu (mgr.14184) 879 : 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-12-08T10:27:36.388 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:36.388 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:36.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:36.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:36 smithi002 conmon[82053]: audit 2023-12-08T10:27:36.383316+0000 mgr.smithi002.utaniu (mgr.14184) 880 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:37.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:36 smithi204 conmon[86088]: audit 2023-12-08T10:27:36.383316+0000 mgr.smithi002.utaniu (mgr.14184) 880 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:37.722 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:37 smithi204 conmon[86088]: cluster 2023-12-08T10:27:37.661041+0000 mgr.smithi002.utaniu (mgr.14184) 881 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:38.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:37 smithi002 conmon[82053]: cluster 2023-12-08T10:27:37.661041+0000 mgr.smithi002.utaniu (mgr.14184) 881 : cluster [DBG] 2023-12-08T10:27:38.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:37 smithi002 conmon[82053]: pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:39.467 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:39.467 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:39.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:40 smithi002 conmon[82053]: audit 2023-12-08T10:27:39.462191+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:27:40.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:40 smithi002 conmon[82053]: 14184) 882 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:40.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:40 smithi002 conmon[82053]: cluster 2023-12-08T10:27:39.661686+0000 mgr.smithi002.utaniu (mgr.14184) 883 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:40 smithi204 conmon[86088]: audit 2023-12-08T10:27:39.462191+0000 mgr.smithi002.utaniu (mgr.14184) 882 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:40.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:40 smithi204 conmon[86088]: cluster 2023-12-08T10:27:39.661686+0000 mgr.smithi002.utaniu (mgr.14184) 883 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:40.891 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:42.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:41 smithi204 conmon[86088]: cluster 2023-12-08T10:27:41.662437+0000 mgr.smithi002.utaniu (mgr.14184) 884 : 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-12-08T10:27:42.224 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:41 smithi002 conmon[82053]: cluster 2023-12-08T10:27:41.662437 2023-12-08T10:27:42.225 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:41 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 884 : 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-12-08T10:27:42.610 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:42.610 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:42.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:42 smithi002 conmon[82053]: audit 2023-12-08T10:27:42 2023-12-08T10:27:42.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:42 smithi002 conmon[82053]: .605397+0000 mgr.smithi002.utaniu (mgr.14184) 885 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:43.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:43.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:42 smithi204 conmon[86088]: audit 2023-12-08T10:27:42.605397+0000 mgr.smithi002.utaniu (mgr.14184) 885 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:44.048 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:44.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:43 smithi204 conmon[86088]: cluster 2023-12-08T10:27:43.663250+0000 mgr.smithi002.utaniu (mgr.14184) 886 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:44.078 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:43 smithi002 conmon[82053]: cluster 2023-12-08T10: 2023-12-08T10:27:44.078 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:43 smithi002 conmon[82053]: 27:43.663250+0000 mgr.smithi002.utaniu (mgr.14184) 886 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:45.847 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:45.847 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:46.046 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:45 smithi002 conmon[82053]: cluster 2023-12-08T10:27:45.663789+0000 mgr.smithi002.utaniu (mgr.14184) 887 : 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-12-08T10:27:46.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:45 smithi204 conmon[86088]: cluster 2023-12-08T10:27:45.663789+0000 mgr.smithi002.utaniu (mgr.14184) 887 : 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-12-08T10:27:46.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:47.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:46 smithi204 conmon[86088]: audit 2023-12-08T10:27:45.842527+0000 mgr.smithi002.utaniu (mgr.14184) 888 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:47.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:46 smithi002 conmon[82053]: audit 2023-12-08T10:27:45.842527+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:27:47.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:46 smithi002 conmon[82053]: 14184) 888 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:47.311 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:48.050 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:47 smithi002 conmon[82053]: cluster 2023-12-08T10:27:47.664515+0000 mgr.smithi002.utaniu (mgr.14184) 889 : cluster 2023-12-08T10:27:48.050 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:47 smithi002 conmon[82053]: [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:47 smithi204 conmon[86088]: cluster 2023-12-08T10:27:47.664515+0000 mgr.smithi002.utaniu (mgr.14184) 889 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:49.000 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:49.000 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:49.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:50.457 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:50.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:50 smithi002 conmon[82053]: audit 2023-12-08T10:27:48.995023+0000 mgr.smithi002.utaniu (mgr.14184) 890 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:50.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:50 smithi002 conmon[82053]: cluster 2023-12-08T10:27:49.664983+0000 mgr.smithi002.utaniu (mgr.14184) 891 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:50 smithi204 conmon[86088]: audit 2023-12-08T10:27:48.995023+0000 mgr.smithi002.utaniu (mgr.14184) 890 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:50 smithi204 conmon[86088]: cluster 2023-12-08T10:27:49.664983+0000 mgr.smithi002.utaniu (mgr.14184) 891 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:52.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:51 smithi204 conmon[86088]: cluster 2023-12-08T10:27:51.665934+0000 mgr.smithi002.utaniu (mgr.14184) 892 : cluster [DBG] 2023-12-08T10:27:52.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:51 smithi204 conmon[86088]: 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-12-08T10:27:52.166 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:52.166 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:52.189 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:51 smithi002 conmon[82053]: cluster 2023-12-08T10:27:51.665934+0000 mgr.smithi002.utaniu (mgr.14184) 892 : cluster [DBG] 2023-12-08T10:27:52.189 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:51 smithi002 conmon[82053]: 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-12-08T10:27:52.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:52.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:52 smithi002 conmon[82053]: audit 2023-12-08T10:27:52.161017+0000 mgr.smithi002.utaniu (mgr.14184) 893 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:53.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:52 smithi204 conmon[86088]: audit 2023-12-08T10:27:52.161017+0000 mgr.smithi002.utaniu (mgr.14184) 893 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:53.596 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:53.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:53 smithi002 conmon[82053]: cluster 2023-12-08T10:27:53.666525+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:27:53.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:53 smithi002 conmon[82053]: 14184) 894 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:54.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:53 smithi204 conmon[86088]: cluster 2023-12-08T10:27:53.666525+0000 mgr.smithi002.utaniu (mgr.14184) 894 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:54.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:53 smithi204 conmon[86088]: 2023-12-08T10:27:55.308 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:55.309 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:55.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:55.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:55 smithi002 conmon[82053]: audit 2023-12-08T10:27:55.303074+0000 mgr.smithi002.utaniu (mgr.14184) 895 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:55.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:55 smithi002 conmon[82053]: cluster 2023-12-08T10:27:55.667214+0000 mgr.smithi002.utaniu (mgr.14184) 896 : 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-12-08T10:27:56.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:55 smithi204 conmon[86088]: audit 2023-12-08T10:27:55.303074+0000 mgr.smithi002.utaniu (mgr.14184) 895 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:56.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:55 smithi204 conmon[86088]: cluster 2023-12-08T10:27:55.667214+0000 2023-12-08T10:27:56.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:55 smithi204 conmon[86088]: mgr.smithi002.utaniu (mgr.14184) 896 : 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-12-08T10:27:56.758 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:27:57.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:57 smithi002 conmon[82053]: cluster 2023-12-08T10:27:57.667917+0000 2023-12-08T10:27:57.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:57 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 897 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:58.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:57 smithi204 conmon[86088]: cluster 2023-12-08T10:27:57.667917+0000 mgr.smithi002.utaniu (mgr.14184) 897 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:27:58.579 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:27:58.579 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:27:58.957 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:58 smithi002 conmon[82053]: audit 2023-12-08T10:27:58. 2023-12-08T10:27:58.957 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:27:58 smithi002 conmon[82053]: 573570+0000 mgr.smithi002.utaniu (mgr.14184) 898 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:59.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:27:59.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:27:58 smithi204 conmon[86088]: audit 2023-12-08T10:27:58.573570+0000 mgr.smithi002.utaniu (mgr.14184) 898 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:00.006 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:00.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:00 smithi002 conmon[82053]: cluster 2023-12-08T10:27:59.668448+0000 mgr.smithi002.utaniu (mgr.14184) 899 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:00 smithi204 conmon[86088]: cluster 2023-12-08T10:27:59.668448+0000 mgr.smithi002.utaniu (mgr.14184) 899 : cluster [DBG] 2023-12-08T10:28:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:00 smithi204 conmon[86088]: pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:01.785 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:01.785 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:02.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:01 smithi204 conmon[86088]: cluster 2023-12-08T10:28:01.669141+0000 mgr.smithi002.utaniu (mgr.14184) 900 : 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-12-08T10:28:02.180 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:01 smithi002 conmon[82053]: cluster 2023-12-08T10:28:01.669141 2023-12-08T10:28:02.180 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:01 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 900 : 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-12-08T10:28:02.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:03.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:02 smithi204 conmon[86088]: audit 2023-12-08T10:28:01.779102+0000 mgr.smithi002.utaniu (mgr.14184) 901 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:03.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:02 smithi002 conmon[82053]: audit 2023-12-08T10:28:01.779102+0000 mgr.smithi002.utaniu (mgr.14184) 901 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:03.258 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:04.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:03 smithi204 conmon[86088]: cluster 2023-12-08T10:28:03.669820+0000 mgr.smithi002.utaniu (mgr.14184) 902 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:04.135 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:03 smithi002 conmon[82053]: cluster 2023-12-08T10:28:03.669820+0000 mgr.smithi002.utaniu (mgr.14184) 902 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:04.135 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:03 smithi002 conmon[82053]: 2023-12-08T10:28:04.938 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:04.939 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:05.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:05 smithi204 conmon[86088]: audit 2023-12-08T10:28:04.933577+0000 mgr.smithi002.utaniu (mgr.14184) 903 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:05 smithi204 conmon[86088]: cluster 2023-12-08T10:28:05.670335+0000 mgr.smithi002.utaniu (mgr.14184) 904 : 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-12-08T10:28:06.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:05 smithi002 conmon[82053]: audit 2023-12-08T10:28:04.933577+0000 mgr.smithi002.utaniu (mgr.14184) 903 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:06.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:05 smithi002 conmon[82053]: cluster 2023-12-08T10:28:05.670335+0000 mgr.smithi002.utaniu (mgr.14184) 904 : 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-12-08T10:28:06.404 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:07 smithi204 conmon[86088]: cluster 2023-12-08T10:28:07.671227+0000 mgr.smithi002.utaniu (mgr.14184) 905 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:08.203 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:08.203 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:08.224 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:07 smithi002 conmon[82053]: cluster 2023-12-08T10:28:07.671227+0000 mgr.smithi002.utaniu (mgr.14184) 905 2023-12-08T10:28:08.225 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:07 smithi002 conmon[82053]: : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:08.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:08.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:08 smithi002 conmon[82053]: audit 2023-12-08T10:28:08.198216+0000 mgr.smithi002.utaniu (mgr.14184) 906 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:09.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:08 smithi204 conmon[86088]: audit 2023-12-08T10:28:08.198216+0000 mgr.smithi002.utaniu (mgr.14184) 906 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:09.666 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:10.568 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:10 smithi002 conmon[82053]: cluster 2023-12-08T10:28:09.671811+0000 2023-12-08T10:28:10.568 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:10 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 907 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:10 smithi204 conmon[86088]: cluster 2023-12-08T10:28:09.671811+0000 mgr.smithi002.utaniu (mgr.14184) 907 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:11.430 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:11.430 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:11.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:12.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:11 smithi204 conmon[86088]: audit 2023-12-08T10:28:11.425294+0000 mgr.smithi002.utaniu (mgr.14184) 908 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:12.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:11 smithi204 conmon[86088]: cluster 2023-12-08T10:28:11.672494 2023-12-08T10:28:12.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:11 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 909 : 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-12-08T10:28:12.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:11 smithi002 conmon[82053]: audit 2023-12-08T10:28:11.425294+0000 mgr.smithi002.utaniu (mgr.14184) 908 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:12.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:11 smithi002 conmon[82053]: cluster 2023-12-08T10:28:11.672494+0000 mgr.smithi002.utaniu (mgr.14184) 909 : 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-12-08T10:28:12.927 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:14.044 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:13 smithi002 conmon[82053]: cluster 2023-12-08T10:28: 2023-12-08T10:28:14.044 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:13 smithi002 conmon[82053]: 13.673106+0000 mgr.smithi002.utaniu (mgr.14184) 910 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:14.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:13 smithi204 conmon[86088]: cluster 2023-12-08T10 2023-12-08T10:28:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:13 smithi204 conmon[86088]: :28:13.673106+0000 mgr.smithi002.utaniu (mgr.14184) 910 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:14.623 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:14.624 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:15.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:15.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:15 smithi002 conmon[82053]: audit 2023-12-08T10:28:14.618326+0000 mgr.smithi002.utaniu (mgr.14184) 911 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:15.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:15 smithi204 conmon[86088]: audit 2023-12-08T10:28:14.618326+0000 mgr.smithi002.utaniu (mgr.14184) 911 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:16.079 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:16.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:16 smithi002 conmon[82053]: cluster 2023-12-08T10:28:15.673937+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:28:16.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:16 smithi002 conmon[82053]: 14184) 912 : 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-12-08T10:28:16.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:16 smithi204 conmon[86088]: cluster 2023-12-08T10:28:15.673937+0000 mgr.smithi002.utaniu (mgr.14184) 912 : 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-12-08T10:28:17.816 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:17.816 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:18.024 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:17 smithi002 conmon[82053]: cluster 2023-12-08T10:28:17.674688+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:28:18.024 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:17 smithi002 conmon[82053]: 14184) 913 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:17 smithi204 conmon[86088]: cluster 2023-12-08T10:28:17.674688+0000 mgr.smithi002.utaniu (mgr.14184) 913 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:18.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:19.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:18 smithi204 conmon[86088]: audit 2023-12-08T10:28:17.810630+0000 mgr.smithi002.utaniu (mgr.14184) 914 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:19.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:18 smithi002 conmon[82053]: audit 2023-12-08T10:28:17.810630+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:28:19.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:18 smithi002 conmon[82053]: 914 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:19.245 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:20.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:20 smithi002 conmon[82053]: cluster 2023-12-08T10:28:19.675193+0000 mgr.smithi002.utaniu (mgr.14184) 915 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:20 smithi204 conmon[86088]: cluster 2023-12-08T10:28:19.675193+0000 mgr.smithi002.utaniu (mgr.14184) 915 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:20.962 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:20.963 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:21.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:22.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:21 smithi204 conmon[86088]: audit 2023-12-08T10:28:20.957415+0000 mgr.smithi002.utaniu (mgr.14184) 916 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:22.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:21 smithi204 conmon[86088]: cluster 2023-12-08T10:28:21.675927+0000 mgr.smithi002.utaniu (mgr.14184) 917 : 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-12-08T10:28:22.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:21 smithi002 conmon[82053]: audit 2023-12-08T10:28:20.957415+0000 mgr.smithi002.utaniu (mgr.14184) 916 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:22.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:21 smithi002 conmon[82053]: cluster 2023-12-08T10:28:21.675927+0000 mgr.smithi002.utaniu (mgr.14184) 917 : 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-12-08T10:28:22.398 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:23 smithi002 conmon[82053]: cluster 2023-12-08T10:28:23 2023-12-08T10:28:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:23 smithi002 conmon[82053]: .676714+0000 mgr.smithi002.utaniu (mgr.14184) 918 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:23 smithi204 conmon[86088]: cluster 2023-12-08T10:28:23.676714+0000 mgr.smithi002.utaniu (mgr.14184) 918 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:24.095 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:24.095 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:24.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:25.561 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:25.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:25 smithi002 conmon[82053]: audit 2023-12-08T10:28:24.090423+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:28:25.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:25 smithi002 conmon[82053]: ) 919 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:25.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:25 smithi204 conmon[86088]: audit 2023-12-08T10:28:24.090423+0000 mgr.smithi002.utaniu (mgr.14184) 919 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:26.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:26 smithi002 conmon[82053]: cluster 2023-12-08T10:28:25.677315+0000 mgr.smithi002.utaniu (mgr.14184) 920 : 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-12-08T10:28:26.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:26 smithi204 conmon[86088]: cluster 2023-12-08T10:28:25.677315+0000 mgr.smithi002.utaniu (mgr.14184) 920 : 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-12-08T10:28:27.241 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:27.241 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:27.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:27.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:27 smithi002 conmon[82053]: audit 2023-12-08T10:28:27.236453+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:28:27.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:27 smithi002 conmon[82053]: .14184) 921 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:27.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:27 smithi002 conmon[82053]: cluster 2023-12-08T10:28:27.678336+0000 mgr.smithi002.utaniu (mgr.14184) 922 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:27 smithi204 conmon[86088]: audit 2023-12-08T10:28:27.236453+0000 mgr.smithi002.utaniu (mgr.14184) 921 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:27 smithi204 conmon[86088]: cluster 2023-12-08T10:28:27.678336+0000 mgr.smithi002.utaniu (mgr.14184) 922 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:28.713 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:30.411 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:30.412 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:30 smithi002 conmon[82053]: cluster 2023-12-08T10:28:29.678905+0000 mgr.smithi002.utaniu (mgr.14184) 923 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:30 smithi204 conmon[86088]: cluster 2023-12-08T10:28:29.678905+0000 mgr.smithi002.utaniu (mgr.14184) 923 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:30.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:31.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:31 smithi002 conmon[82053]: audit 2023-12-08T10:28:30.406645+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:28:31.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:31 smithi002 conmon[82053]: ) 924 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:31.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:31 smithi204 conmon[86088]: audit 2023-12-08T10:28:30.406645+0000 mgr.smithi002.utaniu (mgr.14184) 924 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:31.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:31 smithi204 conmon[86088]: 2023-12-08T10:28:31.858 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:32.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:32 smithi002 conmon[82053]: cluster 2023-12-08T10:28:31 2023-12-08T10:28:32.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:32 smithi002 conmon[82053]: .679764+0000 mgr.smithi002.utaniu (mgr.14184) 925 : 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-12-08T10:28:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:32 smithi204 conmon[86088]: cluster 2023-12-08T10:28:31.679764+0000 mgr.smithi002.utaniu (mgr.14184) 925 : 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-12-08T10:28:33.559 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:33.559 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:33.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:33 smithi002 conmon[82053]: audit 2023-12-08T10:28:33.554059+0000 mgr.smithi002.utaniu (mgr.14184) 926 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:33.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:33 smithi002 conmon[82053]: cluster 2023-12-08T10:28:33.680487+0000 mgr.smithi002.utaniu (mgr.14184) 927 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:34.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:34.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:33 smithi204 conmon[86088]: audit 2023-12-08T10:28:33.554059+0000 mgr.smithi002.utaniu (mgr.14184) 926 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:34.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:33 smithi204 conmon[86088]: cluster 2023-12-08T10:28:33.680487+0000 mgr.smithi002.utaniu (mgr.14184) 927 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:35.019 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:35.888 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:35 smithi002 conmon[82053]: cluster 2023-12-08T10:28:35.681167+0000 2023-12-08T10:28:35.888 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:35 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 928 : 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-12-08T10:28:36.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:35 smithi204 conmon[86088]: cluster 2023-12-08T10:28:35.681167+0000 mgr.smithi002.utaniu (mgr.14184) 928 : 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-12-08T10:28:36.741 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:36.742 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:21:03.085119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uqbymv on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uqbymv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uqbymv\nDeploy daemon haproxy.nfs.foo.smithi204.uqbymv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:19:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:19:48Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:20:25Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.949169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.cqxlyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-cqxlyt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.cqxlyt\nDeploy daemon haproxy.nfs.foo.smithi002.cqxlyt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:21:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:17Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:22:55Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:23:32.950434Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.tyxplc on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:37.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:37 smithi204 conmon[86088]: audit 2023-12-08T10:28:36.736980+0000 mgr.smithi002.utaniu (mgr.14184) 929 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:37 smithi204 conmon[86088]: cluster 2023-12-08T10:28:37.681985+0000 mgr.smithi002.utaniu (mgr.14184) 930 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:38.181 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:38.211 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:37 smithi002 conmon[82053]: audit 2023-12-08T10:28:36.736980+0000 mgr.smithi002.utaniu (mgr.14184) 929 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:38.211 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:37 smithi002 conmon[82053]: cluster 2023-12-08T10:28:37.681985+0000 mgr.smithi002.utaniu (mgr.14184) 930 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:39.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:39 smithi002 conmon[82053]: audit 2023-12-08T10:28:39.411611+0000 mon.smithi002 (mon.0) 712 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.rkehxo"}]: dispatch 2023-12-08T10:28:39.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:39 smithi204 conmon[86088]: audit 2023-12-08T10:28:39.411611+0000 mon.smithi002 (mon.0) 712 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.rkehxo"}]: dispatch 2023-12-08T10:28:39.869 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:39.869 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:40.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:40.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: cephadm 2023-12-08T10:28:39.411153+0000 mgr.smithi002.utaniu (mgr.14184) 931 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo 2023-12-08T10:28:40.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo 2023-12-08T10:28:40.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi002.rkehxo ... 2023-12-08T10:28:40.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:40.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:28:40.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:26:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.481 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:27:24Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:28:01Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:28:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: Traceback (most recent call last): 2023-12-08T10:28:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: yield (conn, connr) 2023-12-08T10:28:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: code, '\n'.join(err))) 2023-12-08T10:28:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo 2023-12-08T10:28:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo 2023-12-08T10:28:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi002.rkehxo ... 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:26:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:27:24Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:28:01Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: cephadm 2023-12-08T10:28:39.411316+0000 mgr.smithi002.utaniu (mgr.14184) 932 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: cephadm 2023-12-08T10:28:39.412264+0000 mgr.smithi002.utaniu (mgr.14184) 933 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.483 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi002.rkehxo ... 2023-12-08T10:28:40.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:40.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:28:40.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:26:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:27:24Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:28:01Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:28:40.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:40.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: cephadm 2023-12-08T10:28:39.414519+0000 mgr.smithi002.utaniu (mgr.14184) 934 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:40.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: cephadm 2023-12-08T10:28:39.415815+0000 mgr.smithi002.utaniu (mgr.14184) 935 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:40.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: cluster 2023-12-08T10:28:39.416605+0000 mgr.smithi002.utaniu (mgr.14184) 936 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:28:40.484 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:40 smithi002 conmon[82053]: cluster 2023-12-08T10:28:39.467614+0000 mon.smithi002 (mon.0) 713 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:28:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: cephadm 2023-12-08T10:28:39.411153+0000 mgr.smithi002.utaniu (mgr.14184) 931 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo 2023-12-08T10:28:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo 2023-12-08T10:28:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi002.rkehxo ... 2023-12-08T10:28:40.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:40.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:28:40.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:26:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:27:24Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:28:01Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:28:40.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:40.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: Traceback (most recent call last): 2023-12-08T10:28:40.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:40.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: yield (conn, connr) 2023-12-08T10:28:40.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: code, '\n'.join(err))) 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi002.rkehxo ... 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:26:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:27:24Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:28:01Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-12-08T10:28:40.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:40.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: cephadm 2023-12-08T10:28:39.411316+0000 mgr.smithi002.utaniu (mgr.14184) 932 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: cephadm 2023-12-08T10:28:39.412264+0000 mgr.smithi002.utaniu (mgr.14184) 933 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo 2023-12-08T10:28:40.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo 2023-12-08T10:28:40.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo 2023-12-08T10:28:40.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi002.rkehxo ... 2023-12-08T10:28:40.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:40.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:28:40.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:26:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:27:24Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:28:01Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:28:40.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:28:40.822 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:40.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: cephadm 2023-12-08T10:28:39.414519+0000 mgr.smithi002.utaniu (mgr.14184) 934 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:40.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: cephadm 2023-12-08T10:28:39.415815+0000 mgr.smithi002.utaniu (mgr.14184) 935 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:40.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: cluster 2023-12-08T10:28:39.416605+0000 mgr.smithi002.utaniu (mgr.14184) 936 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:28:40.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: cluster 2023-12-08T10:28:39.467614+0000 mon.smithi002 (mon.0) 713 : cluster [WRN] 2023-12-08T10:28:40.823 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:40 smithi204 conmon[86088]: Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:28:41.227 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:41.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:41 smithi002 conmon[82053]: audit 2023-12-08T10:28:39.864438+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:28:41.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:41 smithi002 conmon[82053]: 14184) 937 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:41.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:41 smithi204 conmon[86088]: audit 2023-12-08T10:28:39.864438+0000 mgr.smithi002.utaniu (mgr.14184) 937 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:42 smithi002 conmon[82053]: cluster 2023-12-08T10:28:41.417367+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:28:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:42 smithi002 conmon[82053]: ) 938 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:28:42.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:42 smithi204 conmon[86088]: cluster 2023-12-08T10:28:41.417367+0000 mgr.smithi002.utaniu (mgr.14184) 938 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:28:42.921 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:42.921 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:43.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:44.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:43 smithi002 conmon[82053]: audit 2023-12-08T10:28:42.838294+0000 mon.smithi002 (mon. 2023-12-08T10:28:44.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:43 smithi002 conmon[82053]: 0) 714 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:28:44.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:43 smithi002 conmon[82053]: audit 2023-12-08T10:28:42.916644+0000 mgr.smithi002.utaniu (mgr.14184) 939 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:44.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:43 smithi002 conmon[82053]: cluster 2023-12-08T10:28:43.418183+0000 mgr.smithi002.utaniu (mgr.14184) 940 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:28:44.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:43 smithi204 conmon[86088]: audit 2023-12-08T10:28:42.838294+0000 mon.smithi002 (mon.0) 714 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:28:44.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:43 smithi204 conmon[86088]: audit 2023-12-08T10:28:42 2023-12-08T10:28:44.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:43 smithi204 conmon[86088]: .916644+0000 mgr.smithi002.utaniu (mgr.14184) 939 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:44.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:43 smithi204 conmon[86088]: cluster 2023-12-08T10:28:43.418183+0000 mgr.smithi002.utaniu (mgr.14184) 940 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:28:44.376 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:46.172 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:46.172 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:46.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:46 smithi002 conmon[82053]: cluster 2023-12-08T10:28:45.418966+0000 mgr.smithi002.utaniu (mgr.14184) 941 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-08T10:28:46.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:46 smithi204 conmon[86088]: cluster 2023-12-08T10:28:45.418966+0000 mgr.smithi002.utaniu (mgr.14184) 941 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-08T10:28:47.628 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:47 smithi002 conmon[82053]: audit 2023-12-08T10:28:46.166868+0000 mgr.smithi002.utaniu (mgr.14184) 942 : audit 2023-12-08T10:28:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:47 smithi002 conmon[82053]: [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:47 smithi002 conmon[82053]: audit 2023-12-08T10:28:47.268116+0000 mon.smithi002 (mon.0) 715 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:28:47.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:47 smithi204 conmon[86088]: audit 2023-12-08T10:28:46.166868+0000 mgr.smithi002.utaniu (mgr.14184) 942 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:47.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:47 smithi204 conmon[86088]: audit 2023-12-08T10:28:47.268116+0000 mon.smithi002 (mon.0) 715 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:28:48.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:48 smithi002 conmon[82053]: cluster 2023-12-08T10:28:47.420050+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:28:48.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:48 smithi002 conmon[82053]: .14184) 943 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:28:48.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:48 smithi204 conmon[86088]: cluster 2023-12-08T10:28:47.420050+0000 mgr.smithi002.utaniu (mgr.14184) 943 2023-12-08T10:28:48.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:48 smithi204 conmon[86088]: : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:28:49.444 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:49.444 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:49.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:50.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:50 smithi002 conmon[82053]: cluster 2023-12-08T10:28:49.420704+0000 mgr.smithi002.utaniu (mgr.14184) 944 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:28:50.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:50 smithi002 conmon[82053]: audit 2023-12-08T10:28:49.439268+0000 mgr.smithi002.utaniu (mgr.14184) 945 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:50 smithi204 conmon[86088]: cluster 2023-12-08T10:28:49.420704+0000 mgr.smithi002.utaniu (mgr.14184) 944 : cluster [DBG] 2023-12-08T10:28:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:50 smithi204 conmon[86088]: pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:28:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:50 smithi204 conmon[86088]: audit 2023-12-08T10:28:49.439268+0000 mgr.smithi002.utaniu (mgr.14184) 945 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:50.876 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:52.570 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:52.570 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:52.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:52 smithi002 conmon[82053]: cluster 2023-12-08T10:28:51.421442+0000 mgr.smithi002.utaniu (mgr.14184) 946 : 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-12-08T10:28:52.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:52 smithi204 conmon[86088]: cluster 2023-12-08T10:28:51.421442+0000 mgr.smithi002.utaniu (mgr.14184) 946 : 2023-12-08T10:28:52.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:52 smithi204 conmon[86088]: 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-12-08T10:28:53.027 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:53.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:53 smithi002 conmon[82053]: audit 2023-12-08T10:28:52.564901+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:28:53.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:53 smithi002 conmon[82053]: 947 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:53 smithi204 conmon[86088]: audit 2023-12-08T10:28:52.564901+0000 mgr.smithi002.utaniu (mgr.14184) 947 : audit 2023-12-08T10:28:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:53 smithi204 conmon[86088]: [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:54.027 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:54.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:54 smithi002 conmon[82053]: cluster 2023-12-08T10:28:53.422345+0000 mgr.smithi002.utaniu (mgr.14184) 948 : cluster 2023-12-08T10:28:54.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:54 smithi002 conmon[82053]: [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:54.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:54 smithi204 conmon[86088]: cluster 2023-12-08T10:28:53.422345+0000 mgr.smithi002.utaniu (mgr.14184) 948 : cluster [DBG] 2023-12-08T10:28:54.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:54 smithi204 conmon[86088]: pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:55.654 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:55.654 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:56.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:28:56.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:56 smithi002 conmon[82053]: cluster 2023-12-08T10:28:55.423020+0000 mgr.smithi002.utaniu (mgr.14184) 949 : 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-12-08T10:28:56.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:56 smithi002 conmon[82053]: audit 2023-12-08T10:28:55.648534+0000 mgr.smithi002.utaniu (mgr.14184) 950 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:56.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:56 smithi204 conmon[86088]: cluster 2023-12-08T10:28:55.423020+0000 mgr.smithi002.utaniu (mgr.14184) 949 : 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-12-08T10:28:56.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:56 smithi204 conmon[86088]: audit 2023-12-08T10:28:55.648534+0000 mgr.smithi002.utaniu (mgr.14184) 950 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:57.179 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:58 smithi002 conmon[82053]: cluster 2023-12-08T10:28:57.423823+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:28:58.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:28:58 smithi002 conmon[82053]: .14184) 951 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:58.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:58 smithi204 conmon[86088]: cluster 2023-12-08T10:28:57.423823+0000 mgr.smithi002.utaniu (mgr.14184) 951 : cluster 2023-12-08T10:28:58.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:28:58 smithi204 conmon[86088]: [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:28:58.906 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:28:58.906 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:59.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:00.331 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:00.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:00 smithi002 conmon[82053]: audit 2023-12-08T10:28:58.901389+0000 mgr.smithi002.utaniu (mgr.14184) 952 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:00.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:00 smithi002 conmon[82053]: cluster 2023-12-08T10:28:59.424569+0000 mgr.smithi002.utaniu (mgr.14184) 953 : 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-12-08T10:29:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:00 smithi204 conmon[86088]: audit 2023-12-08T10:28:58.901389+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:29:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:00 smithi204 conmon[86088]: 952 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:00 smithi204 conmon[86088]: cluster 2023-12-08T10:28:59.424569+0000 mgr.smithi002.utaniu (mgr.14184) 953 : 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-12-08T10:29:02.033 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:02.033 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:02.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:02.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:02 smithi002 conmon[82053]: cluster 2023-12-08T10:29:01.425463+0000 2023-12-08T10:29:02.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:02 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 954 : 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-12-08T10:29:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:02 smithi204 conmon[86088]: cluster 2023-12-08T10:29:01.425463+0000 mgr.smithi002.utaniu (mgr.14184) 954 : cluster 2023-12-08T10:29:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:02 smithi204 conmon[86088]: [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-12-08T10:29:03.495 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:03.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:03 smithi002 conmon[82053]: audit 2023-12-08T10:29:02.027795+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:29:03.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:03 smithi002 conmon[82053]: 14184) 955 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:03 smithi204 conmon[86088]: audit 2023-12-08T10:29:02.027795+0000 mgr.smithi002.utaniu (mgr.14184) 955 : audit 2023-12-08T10:29:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:03 smithi204 conmon[86088]: [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:04.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:04 smithi002 conmon[82053]: cluster 2023-12-08T10:29:03.426387+0000 mgr.smithi002.utaniu (mgr.14184) 956 : 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-12-08T10:29:04.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:04 smithi204 conmon[86088]: cluster 2023-12-08T10:29:03.426387+0000 mgr.smithi002.utaniu (mgr.14184) 956 : 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-12-08T10:29:04.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:04 smithi204 conmon[86088]: 2023-12-08T10:29:05.302 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:05.302 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:05.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:06.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:06 smithi002 conmon[82053]: audit 2023-12-08T10:29:05.297474+0000 mgr.smithi002.utaniu (mgr.14184) 957 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:06.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:06 smithi002 conmon[82053]: 2023-12-08T10:29:06.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:06 smithi002 conmon[82053]: cluster 2023-12-08T10:29:05.427197+0000 mgr.smithi002.utaniu (mgr.14184) 958 : 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-12-08T10:29:06.756 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:06 smithi204 conmon[86088]: audit 2023-12-08T10:29:05.297474+0000 mgr.smithi002.utaniu (mgr.14184) 957 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:06 smithi204 conmon[86088]: cluster 2023-12-08T10:29:05.427197+0000 mgr.smithi002.utaniu (mgr.14184) 958 : 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-12-08T10:29:08.562 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:08.562 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:08.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:08 smithi002 conmon[82053]: cluster 2023-12-08T10:29:07.428086+0000 mgr.smithi002.utaniu (mgr.14184) 959 : 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-12-08T10:29:08.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:08 smithi204 conmon[86088]: cluster 2023-12-08T10:29:07.428086+0000 mgr.smithi002.utaniu (mgr.14184) 959 : 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-12-08T10:29:09.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:09.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:09 smithi204 conmon[86088]: audit 2023-12-08T10:29:08.556896+0000 mgr.smithi002.utaniu (mgr.14184) 960 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:09.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:09 smithi002 conmon[82053]: audit 2023-12-08T10:29:08.556896 2023-12-08T10:29:09.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:09 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 960 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:10.003 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:10.789 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:10 smithi002 conmon[82053]: cluster 2023-12-08T10:29:09.429129+0000 mgr.smithi002.utaniu 2023-12-08T10:29:10.789 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:10 smithi002 conmon[82053]: (mgr.14184) 961 : 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-12-08T10:29:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:10 smithi204 conmon[86088]: cluster 2023-12-08T10:29:09.429129+0000 mgr.smithi002.utaniu (mgr.14184) 961 : cluster 2023-12-08T10:29:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:10 smithi204 conmon[86088]: [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-12-08T10:29:11.698 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:11.698 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:12.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:12 smithi204 conmon[86088]: cluster 2023-12-08T10:29:11.429887+0000 mgr.smithi002.utaniu (mgr.14184) 962 : cluster 2023-12-08T10:29:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:12 smithi204 conmon[86088]: [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:12 smithi204 conmon[86088]: audit 2023-12-08T10:29:11.693186+0000 mgr.smithi002.utaniu (mgr.14184) 963 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:12.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:12 smithi002 conmon[82053]: cluster 2023-12-08T10:29:11.429887+0000 mgr.smithi002.utaniu (mgr.14184) 962 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:12.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:12 smithi002 conmon[82053]: audit 2023-12-08T10:29:11.693186+0000 mgr.smithi002.utaniu (mgr.14184) 963 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:13.166 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:14.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:14 smithi002 conmon[82053]: cluster 2023-12-08T10:29:13.430706+0000 mgr.smithi002.utaniu ( 2023-12-08T10:29:14.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:14 smithi002 conmon[82053]: mgr.14184) 964 : 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-12-08T10:29:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:14 smithi204 conmon[86088]: cluster 2023-12-08T10:29:13.430706+0000 mgr.smithi002.utaniu (mgr.14184) 964 : 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-12-08T10:29:14.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:14 smithi204 conmon[86088]: 2023-12-08T10:29:14.860 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:14.860 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:15.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:16.228 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:16.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:16 smithi002 conmon[82053]: audit 2023-12-08T10:29:14.855620+0000 mgr.smithi002.utaniu (mgr.14184) 965 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:16.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:16 smithi002 conmon[82053]: cluster 2023-12-08T10:29:15.431692+0000 mgr.smithi002.utaniu (mgr.14184) 966 : 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-12-08T10:29:16.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:16 smithi204 conmon[86088]: audit 2023-12-08T10:29:14.855620+0000 mgr.smithi002.utaniu (mgr.14184) 965 : audit 2023-12-08T10:29:16.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:16 smithi204 conmon[86088]: [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:16.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:16 smithi204 conmon[86088]: cluster 2023-12-08T10:29:15.431692+0000 mgr.smithi002.utaniu (mgr.14184) 966 : 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-12-08T10:29:17.991 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:17.991 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:18.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:18.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:18 smithi002 conmon[82053]: cluster 2023-12-08T10:29:17.432436+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:29:18.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:18 smithi002 conmon[82053]: .14184) 967 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:18 smithi204 conmon[86088]: cluster 2023-12-08T10:29:17.432436+0000 mgr.smithi002.utaniu (mgr.14184) 967 : cluster 2023-12-08T10:29:18.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:18 smithi204 conmon[86088]: [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:19.393 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:19.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:19 smithi002 conmon[82053]: audit 2023-12-08T10:29:17.985599+0000 mgr.smithi002.utaniu (mgr.14184) 968 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:19.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:19 smithi204 conmon[86088]: audit 2023-12-08T10:29:17.985599+0000 mgr.smithi002.utaniu (mgr.14184) 968 : audit 2023-12-08T10:29:19.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:19 smithi204 conmon[86088]: [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:20.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:20 smithi002 conmon[82053]: cluster 2023-12-08T10:29:19.433196+0000 mgr.smithi002.utaniu (mgr.14184) 969 2023-12-08T10:29:20.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:20 smithi002 conmon[82053]: : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:20 smithi204 conmon[86088]: cluster 2023-12-08T10:29:19.433196+0000 mgr.smithi002.utaniu (mgr.14184) 969 : cluster [DBG] 2023-12-08T10:29:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:20 smithi204 conmon[86088]: pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:21.067 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:21.067 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:21.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:22.552 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:22 smithi204 conmon[86088]: audit 2023-12-08T10:29:21.062190+0000 mgr.smithi002.utaniu (mgr.14184) 970 : audit 2023-12-08T10:29:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:22 smithi204 conmon[86088]: [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:22 smithi204 conmon[86088]: cluster 2023-12-08T10:29:21.434262+0000 mgr.smithi002.utaniu (mgr.14184) 971 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:22.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:22 smithi002 conmon[82053]: audit 2023-12-08T10:29:21.062190+0000 mgr.smithi002.utaniu (mgr.14184) 970 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:22.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:22 smithi002 conmon[82053]: cluster 2023-12-08T10:29:21.434262+0000 mgr.smithi002.utaniu (mgr.14184) 971 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:24.244 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:24.244 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:24.646 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:24 smithi002 conmon[82053]: cluster 2023-12-08T10:29:23. 2023-12-08T10:29:24.646 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:24 smithi002 conmon[82053]: 435327+0000 mgr.smithi002.utaniu (mgr.14184) 972 : 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-12-08T10:29:24.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:24.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:24 smithi204 conmon[86088]: cluster 2023-12-08T10:29:23.435327+0000 mgr.smithi002.utaniu (mgr.14184) 972 : cluster 2023-12-08T10:29:24.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:24 smithi204 conmon[86088]: [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-12-08T10:29:25.711 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:25.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:25 smithi204 conmon[86088]: audit 2023-12-08T10:29:24.238468+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:29:25.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:25 smithi204 conmon[86088]: 973 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:25.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:25 smithi002 conmon[82053]: audit 2023-12-08T10:29:24.238468+0000 mgr.smithi002.utaniu (mgr.14184) 973 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:26.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:26 smithi204 conmon[86088]: cluster 2023-12-08T10:29:25.436223+0000 mgr.smithi002.utaniu (mgr.14184) 974 2023-12-08T10:29:26.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:26 smithi204 conmon[86088]: : 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-12-08T10:29:26.821 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:26 smithi002 conmon[82053]: cluster 2023-12-08T10:29:25.436223+0000 mgr.smithi002.utaniu (mgr.14184) 974 : 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-12-08T10:29:27.409 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:27.409 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:27.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:28.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:28 smithi204 conmon[86088]: audit 2023-12-08T10:29:27.404035+0000 mgr.smithi002.utaniu (mgr.14184) 975 : audit 2023-12-08T10:29:28.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:28 smithi204 conmon[86088]: [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:28.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:28 smithi204 conmon[86088]: cluster 2023-12-08T10:29:27.437047+0000 mgr.smithi002.utaniu (mgr.14184) 976 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:28.862 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:28.891 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:28 smithi002 conmon[82053]: audit 2023-12-08T10:29:27.404035+0000 mgr.smithi002.utaniu (mgr.14184) 975 : audit 2023-12-08T10:29:28.891 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:28 smithi002 conmon[82053]: [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:28.891 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:28 smithi002 conmon[82053]: cluster 2023-12-08T10:29:27.437047+0000 mgr.smithi002.utaniu (mgr.14184) 976 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:30.580 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:30.580 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:30 smithi002 conmon[82053]: cluster 2023-12-08T10:29:29.437728+0000 mgr.smithi002.utaniu (mgr.14184) 977 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:30 smithi204 conmon[86088]: cluster 2023-12-08T10:29:29.437728+0000 mgr.smithi002.utaniu (mgr.14184) 977 : 2023-12-08T10:29:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:30 smithi204 conmon[86088]: cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:31.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:31.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:31 smithi002 conmon[82053]: audit 2023-12-08T10:29:30.574428+0000 mgr.smithi002.utaniu (mgr.14184) 978 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:31.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:31 smithi204 conmon[86088]: audit 2023-12-08T10:29:30.574428+0000 mgr.smithi002.utaniu (mgr.14184) 978 2023-12-08T10:29:31.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:31 smithi204 conmon[86088]: : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:32.008 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:32.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:32 smithi002 conmon[82053]: cluster 2023-12-08T10:29:31.438510+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:29:32.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:32 smithi002 conmon[82053]: .14184) 979 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:32 smithi204 conmon[86088]: cluster 2023-12-08T10:29:31.438510+0000 mgr.smithi002.utaniu (mgr.14184) 979 : cluster [DBG] 2023-12-08T10:29:32.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:32 smithi204 conmon[86088]: pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:33.745 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:33.746 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:34.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:34.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:34 smithi002 conmon[82053]: cluster 2023-12-08T10:29:33.439315+0000 mgr.smithi002.utaniu (mgr.14184) 980 : 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-12-08T10:29:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:34 smithi204 conmon[86088]: cluster 2023-12-08T10:29:33.439315+0000 mgr.smithi002.utaniu (mgr.14184) 980 : cluster 2023-12-08T10:29:34.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:34 smithi204 conmon[86088]: [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-12-08T10:29:35.258 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:35.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:35 smithi002 conmon[82053]: audit 2023-12-08T10:29:33.740835 2023-12-08T10:29:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:35 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 981 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:35.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:35 smithi204 conmon[86088]: audit 2023-12-08T10:29:33.740835+0000 mgr.smithi002.utaniu (mgr.14184) 981 : 2023-12-08T10:29:35.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:35 smithi204 conmon[86088]: audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:36.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:36 smithi002 conmon[82053]: cluster 2023-12-08T10:29:35.440006+0000 mgr.smithi002.utaniu ( 2023-12-08T10:29:36.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:36 smithi002 conmon[82053]: mgr.14184) 982 : 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-12-08T10:29:36.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:36 smithi204 conmon[86088]: cluster 2023-12-08T10:29:35.440006+0000 mgr.smithi002.utaniu (mgr.14184) 982 : cluster [DBG] 2023-12-08T10:29:36.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:36 smithi204 conmon[86088]: 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-12-08T10:29:37.033 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:37.033 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:37.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:38.508 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:38.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:38 smithi002 conmon[82053]: audit 2023-12-08T10:29:37.028260+0000 mgr.smithi002.utaniu (mgr.14184) 983 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:38.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:38 smithi002 conmon[82053]: cluster 2023-12-08T10:29:37.440934+0000 mgr.smithi002.utaniu (mgr.14184) 984 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:38.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:38 smithi204 conmon[86088]: audit 2023-12-08T10:29:37.028260+0000 mgr.smithi002.utaniu (mgr.14184) 983 : audit [DBG] 2023-12-08T10:29:38.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:38 smithi204 conmon[86088]: from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:38.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:38 smithi204 conmon[86088]: cluster 2023-12-08T10:29:37.440934+0000 mgr.smithi002.utaniu (mgr.14184) 984 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:39.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:39 smithi002 conmon[82053]: audit 2023-12-08T10:29:39.418078+0000 mon.smithi002 (mon 2023-12-08T10:29:39.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:39 smithi002 conmon[82053]: .0) 716 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:29:39.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:39 smithi204 conmon[86088]: audit 2023-12-08T10:29:39.418078+0000 mon.smithi002 (mon.0) 716 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:29:40.199 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:40.199 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:37.057908Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:37.058055Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:37.058149Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:37.058217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:37.058355Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:23:37.058281Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:37.058604Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:40.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:40 smithi002 conmon[82053]: cluster 2023-12-08T10:29:39.441605+0000 mgr.smithi002.utaniu (mgr.14184) 985 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:40.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:40 smithi204 conmon[86088]: cluster 2023-12-08T10:29: 2023-12-08T10:29:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:40 smithi204 conmon[86088]: 39.441605+0000 mgr.smithi002.utaniu (mgr.14184) 985 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:41.668 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:41.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:41 smithi002 conmon[82053]: audit 2023-12-08T10:29:40.193635+0000 mgr.smithi002.utaniu (mgr.14184) 986 2023-12-08T10:29:41.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:41 smithi002 conmon[82053]: : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:41.818 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:41 smithi204 conmon[86088]: audit 2023-12-08T10:29:40.193635+0000 mgr.smithi002.utaniu (mgr.14184) 986 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:42 smithi002 conmon[82053]: cluster 2023-12-08T10:29:41.442380+0000 2023-12-08T10:29:42.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:42 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 987 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:42.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:42 smithi204 conmon[86088]: cluster 2023-12-08T10:29:41.442380+0000 mgr.smithi002.utaniu (mgr.14184) 987 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:43.559 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:43.559 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:23:38.875421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:23:38.875490Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:23:38.875555Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:23:38.875345Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:23:38.875205Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:23:38.876016Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:23:38.875619Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:23:38.875682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:23:38.875954Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:44.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:44.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:44 smithi002 conmon[82053]: audit 2023-12-08T10:29:43.186516+0000 mon.smithi002 (mon.0) 717 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:29:44.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:44 smithi002 conmon[82053]: cluster 2023-12-08T10:29:43.443177+0000 mgr.smithi002.utaniu (mgr.14184) 988 : 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-12-08T10:29:44.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:44 smithi002 conmon[82053]: audit 2023-12-08T10:29:43.553913+0000 mgr.smithi002.utaniu (mgr.14184) 989 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:44.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:44 smithi204 conmon[86088]: audit 2023-12-08T10:29:43.186516+0000 mon.smithi002 (mon.0) 717 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:29:44.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:44 smithi204 conmon[86088]: cluster 2023-12-08T10: 2023-12-08T10:29:44.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:44 smithi204 conmon[86088]: 29:43.443177+0000 mgr.smithi002.utaniu (mgr.14184) 988 : 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-12-08T10:29:44.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:44 smithi204 conmon[86088]: audit 2023-12-08T10:29:43.553913+0000 mgr.smithi002.utaniu (mgr.14184) 989 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:45.056 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:46 smithi002 conmon[82053]: audit 2023-12-08T10:29:45.280669+0000 mon.smithi002 (mon.0) 718 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:29:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:46 smithi002 conmon[82053]: cluster 2023-12-08T10:29:45.443827+0000 mgr.smithi002.utaniu (mgr.14184) 990 : 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-12-08T10:29:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:46 smithi002 conmon[82053]: audit 2023-12-08T10:29:45.704365+0000 mon.smithi002 (mon.0) 719 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:29:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:46 smithi002 conmon[82053]: audit 2023-12-08T10:29:45.705061+0000 mon.smithi002 (mon.0) 720 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:29:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:46 smithi002 conmon[82053]: audit 2023-12-08T10:29:45.709415+0000 mon.smithi002 (mon.0) 721 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:29:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:46 smithi002 conmon[82053]: cluster 2023-12-08T10:29:45.709863+0000 mgr.smithi002.utaniu (mgr.14184) 991 : cluster [DBG] pgmap v633: 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-12-08T10:29:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:46 smithi002 conmon[82053]: audit 2023-12-08T10:29:45.713101+0000 mon.smithi002 (mon.0) 722 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:29:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:46 smithi002 conmon[82053]: audit 2023-12-08T10:29:45.720335+0000 mon.smithi002 (mon.0) 723 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:29:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:46 smithi002 conmon[82053]: cephadm 2023-12-08T10:29:45.722430+0000 mgr.smithi002.utaniu (mgr.14184) 992 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.uteinx on smithi204 2023-12-08T10:29:46.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: audit 2023-12-08T10:29:45.280669+0000 mon.smithi002 (mon.0) 718 : 2023-12-08T10:29:46.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:29:46.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: cluster 2023-12-08T10:29:45.443827+0000 mgr.smithi002.utaniu (mgr.14184) 990 : 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-12-08T10:29:46.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: audit 2023-12-08T10:29:45.704365+0000 mon.smithi002 (mon. 2023-12-08T10:29:46.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: 0) 719 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:29:46.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: audit 2023-12-08T10:29:45.705061+0000 mon.smithi002 (mon.0) 720 : audit 2023-12-08T10:29:46.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:29:46.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: audit 2023-12-08T10:29:45.709415 2023-12-08T10:29:46.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: +0000 mon.smithi002 (mon.0) 721 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:29:46.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: cluster 2023-12-08T10:29:46.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: 2023-12-08T10:29:45.709863+0000 mgr.smithi002.utaniu (mgr.14184) 991 : cluster [DBG] pgmap v633: 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-12-08T10:29:46.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: audit 2023-12-08T10: 2023-12-08T10:29:46.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: 29:45.713101+0000 mon.smithi002 (mon.0) 722 : audit [DBG] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:29:46.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: audit 2023-12-08T10:29:45.720335+0000 mon.smithi002 (mon.0 2023-12-08T10:29:46.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: ) 723 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:29:46.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: cephadm 2023-12-08T10:29:45.722430+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:29:46.570 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:46 smithi204 conmon[86088]: ) 992 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.uteinx on smithi204 2023-12-08T10:29:46.867 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:46.867 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:47.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:47.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:47 smithi204 conmon[86088]: cluster 2023-12-08T10:29:46.278640+0000 mon.smithi002 (mon.0) 724 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:29:47.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:47 smithi204 conmon[86088]: cluster 2023-12-08T10:29:46.278685+0000 mon.smithi002 (mon.0) 725 : cluster [INF] Cluster is now healthy 2023-12-08T10:29:47.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:47 smithi204 conmon[86088]: audit 2023-12-08T10:29:47.268521+0000 mon.smithi002 (mon.0) 726 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:29:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:47 smithi002 conmon[82053]: cluster 2023-12-08T10:29 2023-12-08T10:29:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:47 smithi002 conmon[82053]: :46.278640+0000 mon.smithi002 (mon.0) 724 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:29:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:47 smithi002 conmon[82053]: cluster 2023-12-08T10:29:46.278685+0000 mon.smithi002 (mon.0) 725 : cluster [INF] Cluster is now healthy 2023-12-08T10:29:47.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:47 smithi002 conmon[82053]: audit 2023-12-08T10:29:47.268521+0000 mon.smithi002 (mon.0) 726 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' 2023-12-08T10:29:48.318 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:48.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:48 smithi204 conmon[86088]: audit 2023-12-08T10:29:46.862224+0000 mgr.smithi002.utaniu (mgr.14184) 993 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:48.569 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:48 smithi204 conmon[86088]: cluster 2023-12-08T10:29:47.710572+0000 mgr.smithi002.utaniu (mgr.14184) 994 : cluster [DBG] pgmap v634: 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-12-08T10:29:48.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:48 smithi002 conmon[82053]: audit 2023-12-08T10:29:46.862224+0000 mgr.smithi002.utaniu (mgr.14184) 993 : audit [DBG] 2023-12-08T10:29:48.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:48 smithi002 conmon[82053]: from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:48.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:48 smithi002 conmon[82053]: cluster 2023-12-08T10:29:47.710572+0000 mgr.smithi002.utaniu (mgr.14184) 994 : cluster [DBG] pgmap v634: 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-12-08T10:29:50.119 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:50.119 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:50.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:50.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:50 smithi002 conmon[82053]: cluster 2023-12-08T10:29:49.711201+0000 mgr.smithi002.utaniu (mgr.14184) 995 : cluster [DBG] pgmap v635: 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-12-08T10:29:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:50 smithi204 conmon[86088]: cluster 2023-12-08T10:29:49.711201+0000 mgr.smithi002.utaniu (mgr.14184) 995 : cluster [DBG] pgmap v635: 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-12-08T10:29:51.568 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:51.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:51 smithi002 conmon[82053]: audit 2023-12-08T10:29:50.114485+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:29:51.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:51 smithi002 conmon[82053]: 996 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:51.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:51 smithi204 conmon[86088]: audit 2023-12-08T10:29:50.114485+0000 mgr.smithi002.utaniu (mgr.14184) 996 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:52.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:52 smithi002 conmon[82053]: cluster 2023-12-08T10:29:51.711955+0000 mgr.smithi002.utaniu 2023-12-08T10:29:52.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:52 smithi002 conmon[82053]: (mgr.14184) 997 : cluster [DBG] pgmap v636: 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-12-08T10:29:52.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:52 smithi204 conmon[86088]: cluster 2023-12-08T10:29:51.711955+0000 mgr.smithi002.utaniu (mgr.14184) 997 : cluster [DBG] pgmap v636: 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-12-08T10:29:52.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:52 smithi204 conmon[86088]: 2023-12-08T10:29:53.372 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:53.372 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:53.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:54.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:53 smithi204 conmon[86088]: audit 2023-12-08T10:29:53.367586+0000 mgr.smithi002.utaniu (mgr.14184) 998 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:54.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:53 smithi204 conmon[86088]: cluster 2023-12-08T10:29:53.712713+0000 mgr.smithi002.utaniu (mgr.14184) 999 : cluster [DBG] pgmap v637: 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-12-08T10:29:54.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:53 smithi002 conmon[82053]: audit 2023-12-08T10:29:53.367586+0000 mgr.smithi002.utaniu (mgr.14184) 998 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:54.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:53 smithi002 conmon[82053]: cluster 2023-12-08T10:29:53.712713+0000 mgr.smithi002.utaniu (mgr.14184) 999 : cluster [DBG] pgmap v637: 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-12-08T10:29:54.820 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:55.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:55 smithi002 conmon[82053]: cluster 2023-12-08T10:29:55.713266+0000 mgr.smithi002.utaniu (mgr.14184) 1000 : cluster [DBG] pgmap v638: 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-12-08T10:29:56.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:55 smithi204 conmon[86088]: cluster 2023-12-08T10:29:55.713266+0000 mgr.smithi002.utaniu (mgr.14184) 1000 : cluster [DBG] pgmap v638: 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-12-08T10:29:56.501 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:56.501 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:56.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:57.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:56 smithi204 conmon[86088]: audit 2023-12-08T10:29:56.496462+0000 mgr.smithi002.utaniu (mgr.14184) 1001 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:57.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:56 smithi002 conmon[82053]: audit 2023-12-08T10:29:56.496462+0000 mgr.smithi002.utaniu (mgr.14184) 1001 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:57.970 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:58.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:29:57 smithi204 conmon[86088]: cluster 2023-12-08T10:29:57.714097+0000 mgr.smithi002.utaniu (mgr.14184) 1002 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:58.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:29:57 smithi002 conmon[82053]: cluster 2023-12-08T10:29:57.714097+0000 mgr.smithi002.utaniu (mgr.14184) 1002 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:59.860 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:29:59.860 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:00.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:00.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:00 smithi002 conmon[82053]: cluster 2023-12-08T10:29:59.714748+0000 mgr.smithi002.utaniu (mgr.14184) 1003 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:00.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:00 smithi002 conmon[82053]: cluster 2023-12-08T10:30:00.000174+0000 mon.smithi002 (mon.0) 727 : cluster [INF] overall HEALTH_OK 2023-12-08T10:30:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:00 smithi204 conmon[86088]: cluster 2023-12-08T10:29:59.714748+0000 mgr.smithi002.utaniu (mgr.14184) 1003 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:00 smithi204 conmon[86088]: cluster 2023-12-08T10:30:00.000174+0000 mon.smithi002 (mon.0) 727 : cluster [INF] overall HEALTH_OK 2023-12-08T10:30:01.320 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:01 smithi002 conmon[82053]: audit 2023-12-08T10:29:59.854924 2023-12-08T10:30:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:01 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 1004 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:01.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:01 smithi204 conmon[86088]: audit 2023-12-08T10:29:59.854924+0000 mgr.smithi002.utaniu (mgr.14184) 1004 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:02.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:02 smithi002 conmon[82053]: cluster 2023-12-08T10:30:01.715595+0000 mgr.smithi002.utaniu 2023-12-08T10:30:02.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:02 smithi002 conmon[82053]: (mgr.14184) 1005 : 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-12-08T10:30:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:02 smithi204 conmon[86088]: cluster 2023-12-08T10:30:01.715595+0000 mgr.smithi002.utaniu (mgr.14184) 1005 : 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-12-08T10:30:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:02 smithi204 conmon[86088]: 2023-12-08T10:30:03.138 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:03.138 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:03.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:03.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:03 smithi002 conmon[82053]: audit 2023-12-08T10:30:03.132642+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:30:03.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:03 smithi002 conmon[82053]: 1006 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:03.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:03 smithi002 conmon[82053]: cluster 2023-12-08T10:30:03.716341+0000 mgr.smithi002.utaniu (mgr.14184) 1007 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:04.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:03 smithi204 conmon[86088]: audit 2023-12-08T10:30:03.132642+0000 mgr.smithi002.utaniu (mgr.14184) 1006 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:04.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:03 smithi204 conmon[86088]: cluster 2023-12-08T10:30:03.716341+0000 mgr.smithi002.utaniu (mgr.14184) 1007 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:04.577 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:05 smithi204 conmon[86088]: cluster 2023-12-08T10:30:05.717095+0000 mgr.smithi002.utaniu (mgr.14184) 1008 : 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-12-08T10:30:06.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:05 smithi002 conmon[82053]: cluster 2023-12-08T10:30:05.717095+0000 mgr.smithi002.utaniu (mgr.14184) 1008 : 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-12-08T10:30:06.283 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:06.283 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:06.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:06 smithi002 conmon[82053]: audit 2023-12-08T10:30:06.278158+0000 mgr.smithi002.utaniu (mgr.14184) 1009 2023-12-08T10:30:06.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:06 smithi002 conmon[82053]: : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:07.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:06 smithi204 conmon[86088]: audit 2023-12-08T10:30:06.278158+0000 mgr.smithi002.utaniu (mgr.14184) 1009 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:07.727 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:07 smithi204 conmon[86088]: cluster 2023-12-08T10:30:07.718027+0000 mgr.smithi002.utaniu (mgr.14184) 1010 : cluster [DBG] 2023-12-08T10:30:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:07 smithi204 conmon[86088]: 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-12-08T10:30:08.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:07 smithi002 conmon[82053]: cluster 2023-12-08T10:30:07.718027+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:30:08.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:07 smithi002 conmon[82053]: 1010 : 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-12-08T10:30:09.420 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:09.420 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:10.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:10.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:10 smithi002 conmon[82053]: audit 2023-12-08T10:30:09.414965+0000 mgr.smithi002.utaniu (mgr.14184) 1011 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:10.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:10 smithi002 conmon[82053]: cluster 2023-12-08T10:30:09.718601+0000 mgr.smithi002.utaniu (mgr.14184) 1012 : 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-12-08T10:30:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:10 smithi204 conmon[86088]: audit 2023-12-08T10:30:09.414965+0000 mgr.smithi002.utaniu (mgr.14184) 1011 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:10 smithi204 conmon[86088]: cluster 2023-12-08T10:30:09.718601+0000 mgr.smithi002.utaniu (mgr.14184) 1012 : 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-12-08T10:30:11.088 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:11.957 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:11 smithi002 conmon[82053]: cluster 2023-12-08T10:30:11.719357+0000 2023-12-08T10:30:11.957 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:11 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1013 : 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-12-08T10:30:12.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:11 smithi204 conmon[86088]: cluster 2023-12-08T10:30:11.719357+0000 mgr.smithi002.utaniu (mgr.14184) 1013 : 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-12-08T10:30:12.790 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:12.790 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:13.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:13 smithi204 conmon[86088]: audit 2023-12-08T10:30:12.784999+0000 mgr.smithi002.utaniu (mgr.14184) 1014 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:13 smithi204 conmon[86088]: cluster 2023-12-08T10:30:13.720172 2023-12-08T10:30:14.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:13 smithi204 conmon[86088]: +0000 mgr.smithi002.utaniu (mgr.14184) 1015 : 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-12-08T10:30:14.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:13 smithi002 conmon[82053]: audit 2023-12-08T10:30:12.784999+0000 mgr.smithi002.utaniu (mgr.14184) 1014 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:14.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:13 smithi002 conmon[82053]: cluster 2023-12-08T10:30:13.720172+0000 mgr.smithi002.utaniu (mgr.14184) 1015 : 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-12-08T10:30:14.255 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:15.963 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:15.964 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:15.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:15 smithi002 conmon[82053]: cluster 2023-12-08T10:30:15.720730+0000 mgr.smithi002.utaniu (mgr.14184) 1016 : 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-12-08T10:30:16.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:15 smithi204 conmon[86088]: cluster 2023-12-08T10:30:15.720730+0000 mgr.smithi002.utaniu (mgr.14184) 1016 : 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-12-08T10:30:16.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:17.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:16 smithi204 conmon[86088]: audit 2023-12-08T10:30:15.957961+0000 mgr.smithi002.utaniu (mgr.14184) 1017 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:17.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:16 smithi204 conmon[86088]: 2023-12-08T10:30:17.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:16 smithi002 conmon[82053]: audit 2023-12-08T10:30:15.957961+0000 mgr.smithi002.utaniu (mgr.14184) 1017 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:17.406 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:17 smithi204 conmon[86088]: cluster 2023-12-08T10:30:17.721708+0000 mgr.smithi002.utaniu (mgr.14184) 1018 : cluster [DBG] 2023-12-08T10:30:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:17 smithi204 conmon[86088]: pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:18.116 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:17 smithi002 conmon[82053]: cluster 2023-12-08T10:30:17.721708 2023-12-08T10:30:18.116 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:17 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 1018 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:19.248 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:19.248 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:19.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:20 smithi002 conmon[82053]: audit 2023-12-08T10:30:19.242994+0000 mgr.smithi002.utaniu (mgr.14184) 1019 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:20 smithi002 conmon[82053]: cluster 2023-12-08T10:30:19.722264+0000 mgr.smithi002.utaniu (mgr.14184) 1020 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:20.768 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:20 smithi204 conmon[86088]: audit 2023-12-08T10:30:19.242994+0000 mgr.smithi002.utaniu (mgr.14184) 1019 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:20 smithi204 conmon[86088]: cluster 2023-12-08T10:30:19.722264+0000 mgr.smithi002.utaniu (mgr.14184) 1020 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:21.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:21 smithi002 conmon[82053]: cluster 2023-12-08T10:30:21.722954+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:30:21.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:21 smithi002 conmon[82053]: 14184) 1021 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:22.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:21 smithi204 conmon[86088]: cluster 2023-12-08T10:30:21.722954+0000 mgr.smithi002.utaniu (mgr.14184) 1021 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:22.512 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:22.512 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:23.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:23.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:22 smithi204 conmon[86088]: audit 2023-12-08T10:30:22.507158+0000 mgr.smithi002.utaniu (mgr.14184) 1022 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:23.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:22 smithi002 conmon[82053]: audit 2023-12-08T10:30:22.507158+0000 mgr.smithi002.utaniu (mgr.14184) 1022 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:24.020 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:24.051 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:23 smithi002 conmon[82053]: cluster 2023-12-08T10:30:23.723543+0000 mgr.smithi002.utaniu ( 2023-12-08T10:30:24.051 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:23 smithi002 conmon[82053]: mgr.14184) 1023 : 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-12-08T10:30:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:23 smithi204 conmon[86088]: cluster 2023-12-08T10:30:23.723543+0000 mgr.smithi002.utaniu (mgr.14184) 1023 : 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-12-08T10:30:25.782 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:25.782 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:25 smithi204 conmon[86088]: cluster 2023-12-08T10:30:25.724088+0000 mgr.smithi002.utaniu (mgr.14184) 1024 : 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-12-08T10:30:26.181 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:25 smithi002 conmon[82053]: cluster 2023-12-08T10:30:25.724088+0000 mgr.smithi002.utaniu 2023-12-08T10:30:26.181 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:25 smithi002 conmon[82053]: (mgr.14184) 1024 : 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-12-08T10:30:26.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:27.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:26 smithi204 conmon[86088]: audit 2023-12-08T10:30:25.776947+0000 mgr.smithi002.utaniu (mgr.14184) 1025 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:27.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:26 smithi002 conmon[82053]: audit 2023-12-08T10:30:25.776947+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:30:27.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:26 smithi002 conmon[82053]: ) 1025 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:27.273 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:27 smithi204 conmon[86088]: cluster 2023-12-08T10:30:27.724765+0000 mgr.smithi002.utaniu (mgr.14184) 1026 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:27 smithi204 conmon[86088]: 2023-12-08T10:30:28.204 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:27 smithi002 conmon[82053]: cluster 2023-12-08T10:30:27.724765+0000 mgr.smithi002.utaniu (mgr.14184) 1026 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:29.051 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:29.051 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:29.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:30.435 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:30 smithi002 conmon[82053]: audit 2023-12-08T10:30:29.046595+0000 mgr.smithi002.utaniu (mgr.14184) 1027 2023-12-08T10:30:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:30 smithi002 conmon[82053]: : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:30 smithi002 conmon[82053]: cluster 2023-12-08T10:30:29.725318+0000 mgr.smithi002.utaniu (mgr.14184) 1028 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:30 smithi204 conmon[86088]: audit 2023-12-08T10:30:29.046595+0000 mgr.smithi002.utaniu (mgr.14184) 1027 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:30 smithi204 conmon[86088]: cluster 2023-12-08T10:30:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:30 smithi204 conmon[86088]: 2023-12-08T10:30:29.725318+0000 mgr.smithi002.utaniu (mgr.14184) 1028 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:32.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:31 smithi204 conmon[86088]: cluster 2023-12-08T10:30:31.726228+0000 mgr.smithi002.utaniu (mgr.14184) 1029 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:32.127 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:32.127 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:32.147 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:31 smithi002 conmon[82053]: cluster 2023-12-08T10:30:31.726228 2023-12-08T10:30:32.147 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:31 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 1029 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:32.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:32.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:32 smithi002 conmon[82053]: audit 2023-12-08T10:30:32.121513 2023-12-08T10:30:32.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:32 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 1030 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:33.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:32 smithi204 conmon[86088]: audit 2023-12-08T10:30:32.121513+0000 mgr.smithi002.utaniu (mgr.14184) 1030 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:33.585 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:33.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:33 smithi002 conmon[82053]: cluster 2023-12-08T10:30:33.726804+0000 mgr.smithi002.utaniu (mgr.14184) 1031 : 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-12-08T10:30:34.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:33 smithi204 conmon[86088]: cluster 2023-12-08T10:30:33.726804+0000 mgr.smithi002.utaniu (mgr.14184) 1031 : cluster 2023-12-08T10:30:34.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:33 smithi204 conmon[86088]: [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-12-08T10:30:35.242 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:35.242 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:35.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:35.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:35 smithi002 conmon[82053]: audit 2023-12-08T10:30:35.236988+0000 mgr.smithi002.utaniu (mgr.14184) 1032 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:35.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:35 smithi002 conmon[82053]: cluster 2023-12-08T10:30:35.727317+0000 mgr.smithi002.utaniu (mgr.14184) 1033 : 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-12-08T10:30:36.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:35 smithi204 conmon[86088]: audit 2023-12-08T10:30:35.236988+0000 mgr.smithi002.utaniu (mgr.14184) 1032 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:36.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:35 smithi204 conmon[86088]: cluster 2023-12-08T10:30:35.727317+0000 mgr.smithi002.utaniu (mgr.14184) 1033 : 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-12-08T10:30:36.736 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:37.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:37 smithi002 conmon[82053]: cluster 2023-12-08T10:30:37.728052+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:30:37.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:37 smithi002 conmon[82053]: .14184) 1034 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:38.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:37 smithi204 conmon[86088]: cluster 2023-12-08T10:30:37.728052+0000 mgr.smithi002.utaniu (mgr.14184) 1034 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:38.437 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:38.437 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:38.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:38 smithi204 conmon[86088]: audit 2023-12-08T10:30:38.432354+0000 mgr.smithi002.utaniu (mgr.14184) 1035 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:39.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:38 smithi002 conmon[82053]: audit 2023-12-08T10:30:38.432354+0000 mgr.smithi002.utaniu (mgr.14184) 1035 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:39.900 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:40 smithi002 conmon[82053]: cluster 2023-12-08T10:30:39.728575+0000 2023-12-08T10:30:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:40 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1036 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:40 smithi204 conmon[86088]: cluster 2023-12-08T10:30:39.728575+0000 mgr.smithi002.utaniu (mgr.14184) 1036 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:41.640 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:41.640 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:41.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:41 smithi002 conmon[82053]: audit 2023-12-08T10:30:41.634879+0000 mgr.smithi002.utaniu (mgr.14184) 1037 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:41.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:41 smithi002 conmon[82053]: cluster 2023-12-08T10:30:41.729451+0000 mgr.smithi002.utaniu (mgr.14184) 1038 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:42.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:41 smithi204 conmon[86088]: audit 2023-12-08T10:30:41.634879+0000 mgr.smithi002.utaniu (mgr.14184) 1037 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:42.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:41 smithi204 conmon[86088]: cluster 2023-12-08T10:30:41.729451+0000 mgr.smithi002.utaniu (mgr.14184) 1038 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:42.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:43.155 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:43.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:43 smithi002 conmon[82053]: cluster 2023-12-08T10:30:43.729973 2023-12-08T10:30:43.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:43 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 1039 : 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-12-08T10:30:44.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:43 smithi204 conmon[86088]: cluster 2023-12-08T10:30:43.729973+0000 mgr.smithi002.utaniu (mgr.14184) 1039 : 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-12-08T10:30:44.898 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:44.898 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:45.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:46.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:45 smithi204 conmon[86088]: audit 2023-12-08T10:30:44.893347+0000 mgr.smithi002.utaniu (mgr.14184) 1040 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:46.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:45 smithi204 conmon[86088]: cluster 2023-12-08T10:30:45.730468+0000 mgr.smithi002.utaniu (mgr.14184) 1041 : 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-12-08T10:30:46.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:45 smithi002 conmon[82053]: audit 2023-12-08T10:30:44.893347+0000 mgr.smithi002.utaniu ( 2023-12-08T10:30:46.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:45 smithi002 conmon[82053]: mgr.14184) 1040 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:46.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:45 smithi002 conmon[82053]: cluster 2023-12-08T10:30:45.730468+0000 mgr.smithi002.utaniu (mgr.14184) 1041 : 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-12-08T10:30:46.401 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:47.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:47 smithi002 conmon[82053]: cluster 2023-12-08T10:30:47.731149+0000 mgr.smithi002.utaniu (mgr.14184) 1042 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:47 smithi204 conmon[86088]: cluster 2023-12-08T10:30:47.731149+0000 mgr.smithi002.utaniu (mgr.14184) 1042 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:47 smithi204 conmon[86088]: 2023-12-08T10:30:48.108 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:48.108 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:48.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:48 smithi204 conmon[86088]: audit 2023-12-08T10:30:48.103296+0000 mgr.smithi002.utaniu (mgr.14184) 1043 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:49.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:48 smithi204 conmon[86088]: 2023-12-08T10:30:49.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:48 smithi002 conmon[82053]: audit 2023-12-08T10:30:48.103296+0000 2023-12-08T10:30:49.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:48 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1043 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:49.565 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:50.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:50 smithi002 conmon[82053]: cluster 2023-12-08T10:30:49.731622+0000 mgr.smithi002.utaniu (mgr.14184) 1044 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:50.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:50 smithi204 conmon[86088]: cluster 2023-12-08T10:30:49.731622+0000 mgr.smithi002.utaniu (mgr.14184) 1044 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:51.273 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:51.273 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:51.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:51.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:51 smithi002 conmon[82053]: audit 2023-12-08T10:30:51.268514+0000 mgr.smithi002.utaniu (mgr.14184) 1045 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:51.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:51 smithi002 conmon[82053]: cluster 2023-12-08T10:30:51.732627+0000 mgr.smithi002.utaniu (mgr.14184) 1046 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:52.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:51 smithi204 conmon[86088]: audit 2023-12-08T10:30:51.268514+0000 mgr.smithi002.utaniu (mgr.14184) 1045 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:52.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:51 smithi204 conmon[86088]: cluster 2023-12-08T10:30:51.732627+0000 mgr.smithi002.utaniu (mgr.14184) 1046 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:52.712 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:53.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:53 smithi002 conmon[82053]: cluster 2023-12-08T10:30:53.733243+0000 mgr.smithi002.utaniu ( 2023-12-08T10:30:53.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:53 smithi002 conmon[82053]: mgr.14184) 1047 : 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-12-08T10:30:54.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:53 smithi204 conmon[86088]: cluster 2023-12-08T10:30:53.733243+0000 mgr.smithi002.utaniu (mgr.14184) 1047 : cluster [DBG] 2023-12-08T10:30:54.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:53 smithi204 conmon[86088]: 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-12-08T10:30:54.544 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:54.544 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:54.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:55.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:55 smithi002 conmon[82053]: audit 2023-12-08T10:30:54.539661+0000 mgr.smithi002.utaniu (mgr.14184) 1048 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:55 smithi204 conmon[86088]: audit 2023-12-08T10:30:54.539661+0000 mgr.smithi002.utaniu (mgr.14184) 1048 : 2023-12-08T10:30:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:55 smithi204 conmon[86088]: audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:55.976 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:56.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:56 smithi002 conmon[82053]: cluster 2023-12-08T10:30:55.734119+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:30:56.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:56 smithi002 conmon[82053]: .14184) 1049 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:30:56.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:56 smithi204 conmon[86088]: cluster 2023-12-08T10:30:55.734119+0000 mgr.smithi002.utaniu (mgr.14184) 1049 : cluster [DBG] 2023-12-08T10:30:56.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:56 smithi204 conmon[86088]: pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:30:57.695 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:30:57.695 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:57.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:57 smithi002 conmon[82053]: audit 2023-12-08T10:30:57.689758+0000 mgr.smithi002.utaniu (mgr.14184) 1050 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:57.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:30:57 smithi002 conmon[82053]: cluster 2023-12-08T10:30:57.734853+0000 mgr.smithi002.utaniu (mgr.14184) 1051 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:58.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:57 smithi204 conmon[86088]: audit 2023-12-08T10:30:57.689758+0000 mgr.smithi002.utaniu (mgr.14184) 1050 : audit [DBG] 2023-12-08T10:30:58.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:57 smithi204 conmon[86088]: from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:58.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:30:57 smithi204 conmon[86088]: cluster 2023-12-08T10:30:57.734853+0000 mgr.smithi002.utaniu (mgr.14184) 1051 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:58.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:59.140 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:00.728 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:00.728 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:00.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:00 smithi002 conmon[82053]: cluster 2023-12-08T10:30:59.735454+0000 mgr.smithi002.utaniu ( 2023-12-08T10:31:00.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:00 smithi002 conmon[82053]: mgr.14184) 1052 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:00 smithi204 conmon[86088]: cluster 2023-12-08T10:30:59.735454+0000 mgr.smithi002.utaniu (mgr.14184) 1052 : 2023-12-08T10:31:00.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:00 smithi204 conmon[86088]: cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:01.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:01 smithi002 conmon[82053]: audit 2023-12-08T10:31:00.722584+0000 mgr.smithi002.utaniu (mgr.14184) 1053 : audit [DBG] 2023-12-08T10:31:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:01 smithi002 conmon[82053]: from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:01.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:01 smithi204 conmon[86088]: audit 2023-12-08T10:31:00.722584+0000 mgr.smithi002.utaniu (mgr.14184) 1053 : 2023-12-08T10:31:01.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:01 smithi204 conmon[86088]: audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:02.195 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:02.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:02 smithi002 conmon[82053]: cluster 2023-12-08T10:31:01.736314+0000 mgr.smithi002.utaniu (mgr.14184) 1054 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:02 smithi204 conmon[86088]: cluster 2023-12-08T10:31:01.736314+0000 mgr.smithi002.utaniu (mgr.14184) 1054 : 2023-12-08T10:31:02.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:02 smithi204 conmon[86088]: cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:03.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:03 smithi002 conmon[82053]: cluster 2023-12-08T10:31:03.736851 2023-12-08T10:31:03.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:03 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 1055 : 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-12-08T10:31:03.983 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:03.983 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:04.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:03 smithi204 conmon[86088]: cluster 2023-12-08T10:31:03.736851+0000 mgr.smithi002.utaniu (mgr.14184) 1055 : cluster 2023-12-08T10:31:04.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:03 smithi204 conmon[86088]: [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-12-08T10:31:04.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:05.361 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:05.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:05 smithi002 conmon[82053]: audit 2023-12-08T10:31:03.977979+0000 mgr.smithi002.utaniu (mgr.14184) 1056 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:05 smithi204 conmon[86088]: audit 2023-12-08T10:31:03.977979+0000 mgr.smithi002.utaniu (mgr.14184) 1056 : audit 2023-12-08T10:31:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:05 smithi204 conmon[86088]: [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:06.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:06 smithi002 conmon[82053]: cluster 2023-12-08T10:31:05.737516 2023-12-08T10:31:06.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:06 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 1057 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:31:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:06 smithi204 conmon[86088]: cluster 2023-12-08T10:31:05.737516+0000 mgr.smithi002.utaniu (mgr.14184) 1057 : cluster [DBG] 2023-12-08T10:31:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:06 smithi204 conmon[86088]: pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:31:07.182 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:07.183 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:07.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:07.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:07 smithi002 conmon[82053]: audit 2023-12-08T10:31:07.177879+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:31:07.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:07 smithi002 conmon[82053]: ) 1058 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:07.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:07 smithi002 conmon[82053]: cluster 2023-12-08T10:31:07.738296+0000 mgr.smithi002.utaniu (mgr.14184) 1059 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:07 smithi204 conmon[86088]: audit 2023-12-08T10:31:07.177879+0000 mgr.smithi002.utaniu (mgr.14184) 1058 : audit 2023-12-08T10:31:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:07 smithi204 conmon[86088]: [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:07 smithi204 conmon[86088]: cluster 2023-12-08T10:31:07.738296+0000 mgr.smithi002.utaniu (mgr.14184) 1059 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:08.614 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:10.455 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:10.455 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:10.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:10 smithi002 conmon[82053]: cluster 2023-12-08T10:31:09.738802+0000 mgr.smithi002.utaniu (mgr.14184) 1060 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:10 smithi204 conmon[86088]: cluster 2023-12-08T10:31:09.738802+0000 mgr.smithi002.utaniu (mgr.14184) 1060 : cluster [DBG] 2023-12-08T10:31:10.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:10 smithi204 conmon[86088]: pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:10.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:11 smithi002 conmon[82053]: audit 2023-12-08T10:31:10.449700+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:31:11.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:11 smithi002 conmon[82053]: ) 1061 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:11.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:11 smithi204 conmon[86088]: audit 2023-12-08T10:31:10.449700+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:31:11.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:11 smithi204 conmon[86088]: ) 1061 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:11.868 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:12.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:12 smithi002 conmon[82053]: cluster 2023-12-08T10:31:11.739584+0000 mgr.smithi002.utaniu (mgr.14184) 1062 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:12 smithi204 conmon[86088]: cluster 2023-12-08T10:31:11.739584+0000 mgr.smithi002.utaniu (mgr.14184) 1062 : cluster 2023-12-08T10:31:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:12 smithi204 conmon[86088]: [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:13.585 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:13.585 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:13.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:13 smithi002 conmon[82053]: audit 2023-12-08T10:31:13.580224+0000 mgr.smithi002.utaniu (mgr.14184) 1063 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:13.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:13 smithi002 conmon[82053]: cluster 2023-12-08T10:31:13.740133+0000 mgr.smithi002.utaniu (mgr.14184) 1064 : 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-12-08T10:31:14.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:13 smithi204 conmon[86088]: audit 2023-12-08T10:31:13.580224+0000 mgr.smithi002.utaniu (mgr.14184) 1063 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:13 smithi204 conmon[86088]: cluster 2023-12-08T10:31:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:13 smithi204 conmon[86088]: 2023-12-08T10:31:13.740133+0000 mgr.smithi002.utaniu (mgr.14184) 1064 : 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-12-08T10:31:15.015 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:15.905 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:15 smithi002 conmon[82053]: cluster 2023-12-08T10:31:15.740657+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:31:15.905 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:15 smithi002 conmon[82053]: 14184) 1065 : 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-12-08T10:31:16.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:15 smithi204 conmon[86088]: cluster 2023-12-08T10:31:15.740657+0000 mgr.smithi002.utaniu (mgr.14184) 1065 : 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-12-08T10:31:16.736 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:16.737 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:17.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:16 smithi204 conmon[86088]: audit 2023-12-08T10:31:16.731922+0000 mgr.smithi002.utaniu (mgr.14184) 1066 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:17.167 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:16 smithi002 conmon[82053]: audit 2023-12-08T10:31:16.731922+0000 mgr.smithi002.utaniu (mgr.14184) 1066 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:17.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:17 smithi204 conmon[86088]: cluster 2023-12-08T10:31:17.741458+0000 mgr.smithi002.utaniu (mgr.14184) 1067 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:18.179 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:18.209 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:17 smithi002 conmon[82053]: cluster 2023-12-08T10:31:17.741458+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:31:18.209 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:17 smithi002 conmon[82053]: 14184) 1067 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:19.870 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:19.870 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:20.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:20.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:20 smithi002 conmon[82053]: cluster 2023-12-08T10:31:19.741966+0000 mgr.smithi002.utaniu (mgr.14184) 1068 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:20.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:20 smithi204 conmon[86088]: cluster 2023-12-08T10:31:19.741966+0000 mgr.smithi002.utaniu (mgr.14184) 1068 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:21.441 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:21.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:21 smithi002 conmon[82053]: audit 2023-12-08T10:31:19.865005+0000 2023-12-08T10:31:21.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:21 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1069 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:21.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:21 smithi204 conmon[86088]: audit 2023-12-08T10:31:19.865005+0000 mgr.smithi002.utaniu (mgr.14184) 1069 : 2023-12-08T10:31:21.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:21 smithi204 conmon[86088]: audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:22.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:22 smithi002 conmon[82053]: cluster 2023-12-08T10:31:21.742908+0000 mgr.smithi002.utaniu (mgr.14184) 1070 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:22 smithi204 conmon[86088]: cluster 2023-12-08T10:31:21.742908+0000 mgr.smithi002.utaniu (mgr.14184) 1070 : cluster 2023-12-08T10:31:22.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:22 smithi204 conmon[86088]: [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:23.195 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:23.195 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:23.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:23 smithi002 conmon[82053]: audit 2023-12-08T10:31:23.190446+0000 mgr.smithi002.utaniu (mgr.14184) 1071 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:23.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:23 smithi002 conmon[82053]: cluster 2023-12-08T10:31:23.743568+0000 mgr.smithi002.utaniu (mgr.14184) 1072 : 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-12-08T10:31:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:23 smithi204 conmon[86088]: audit 2023-12-08T10:31:23.190446+0000 mgr.smithi002.utaniu (mgr.14184) 1071 : audit 2023-12-08T10:31:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:23 smithi204 conmon[86088]: [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:23 smithi204 conmon[86088]: cluster 2023-12-08T10:31:23.743568+0000 mgr.smithi002.utaniu (mgr.14184) 1072 : 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-12-08T10:31:24.693 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:25.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:25 smithi002 conmon[82053]: cluster 2023-12-08T10:31:25.744124+0000 mgr.smithi002.utaniu 2023-12-08T10:31:25.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:25 smithi002 conmon[82053]: (mgr.14184) 1073 : 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-12-08T10:31:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:25 smithi204 conmon[86088]: cluster 2023-12-08T10:31:25.744124+0000 mgr.smithi002.utaniu (mgr.14184) 1073 : cluster [DBG] 2023-12-08T10:31:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:25 smithi204 conmon[86088]: 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-12-08T10:31:26.379 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:26.379 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:26.741 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:27.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:26 smithi204 conmon[86088]: audit 2023-12-08T10:31:26.373874+0000 mgr.smithi002.utaniu (mgr.14184) 1074 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:27.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:26 smithi002 conmon[82053]: audit 2023-12-08T10:31:26.373874+0000 mgr.smithi002.utaniu (mgr.14184) 1074 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:27.743 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:27 smithi204 conmon[86088]: cluster 2023-12-08T10:31:27.744935+0000 mgr.smithi002.utaniu (mgr.14184) 1075 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:28.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:27 smithi002 conmon[82053]: cluster 2023-12-08T10:31:27.744935+0000 mgr.smithi002.utaniu (mgr.14184) 1075 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:29.463 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:29.464 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:29.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:30 smithi002 conmon[82053]: audit 2023-12-08T10:31:29.458363+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:31:30.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:30 smithi002 conmon[82053]: ) 1076 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:30.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:30 smithi002 conmon[82053]: cluster 2023-12-08T10:31:29.745417+0000 mgr.smithi002.utaniu (mgr.14184) 1077 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:30 smithi204 conmon[86088]: audit 2023-12-08T10:31:29.458363+0000 mgr.smithi002.utaniu (mgr.14184) 1076 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:30.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:30 smithi204 conmon[86088]: cluster 2023-12-08T10:31:29.745417+0000 mgr.smithi002.utaniu (mgr.14184) 1077 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:30.907 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:32.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:31 smithi204 conmon[86088]: cluster 2023-12-08T10:31:31.746120+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:31:32.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:31 smithi204 conmon[86088]: 1078 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:32.214 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:31 smithi002 conmon[82053]: cluster 2023-12-08T10:31:31.746120+0000 mgr.smithi002.utaniu (mgr.14184) 1078 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:32.597 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:32.597 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:32.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:32 smithi002 conmon[82053]: audit 2023-12-08T10:31:32.592187+0000 mgr.smithi002.utaniu ( 2023-12-08T10:31:32.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:32 smithi002 conmon[82053]: mgr.14184) 1079 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:33.066 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:33.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:32 smithi204 conmon[86088]: audit 2023-12-08T10:31:32.592187+0000 mgr.smithi002.utaniu (mgr.14184) 1079 : audit 2023-12-08T10:31:33.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:32 smithi204 conmon[86088]: [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:34.067 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:35.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:35 smithi002 conmon[82053]: cluster 2023-12-08T10:31:33.746913+0000 mgr.smithi002.utaniu (mgr.14184) 1080 : 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-12-08T10:31:35.779 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:35.779 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:35.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:35 smithi204 conmon[86088]: cluster 2023-12-08T10:31:33.746913+0000 mgr.smithi002.utaniu (mgr.14184) 1080 : cluster 2023-12-08T10:31:35.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:35 smithi204 conmon[86088]: [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-12-08T10:31:36.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:37.220 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:37.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:37 smithi002 conmon[82053]: cluster 2023-12-08T10:31:35.747462+0000 2023-12-08T10:31:37.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:37 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1081 : 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-12-08T10:31:37.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:37 smithi002 conmon[82053]: audit 2023-12-08T10:31:35.774229+0000 mgr.smithi002.utaniu (mgr.14184) 1082 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:37.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:37 smithi204 conmon[86088]: cluster 2023-12-08T10:31:35.747462+0000 mgr.smithi002.utaniu (mgr.14184) 1081 : cluster 2023-12-08T10:31:37.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:37 smithi204 conmon[86088]: [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-12-08T10:31:37.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:37 smithi204 conmon[86088]: audit 2023-12-08T10:31:35.774229+0000 mgr.smithi002.utaniu (mgr.14184) 1082 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:38.973 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:38.973 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:39.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:39.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:39 smithi002 conmon[82053]: cluster 2023-12-08T10:31:37.748333+0000 mgr.smithi002.utaniu (mgr.14184) 1083 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:39.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:39 smithi204 conmon[86088]: cluster 2023-12-08T10:31:37.748333+0000 mgr.smithi002.utaniu (mgr.14184) 1083 : 2023-12-08T10:31:39.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:39 smithi204 conmon[86088]: cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:40.380 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:40 smithi002 conmon[82053]: audit 2023-12-08T10:31:38.967971+0000 mgr.smithi002.utaniu 2023-12-08T10:31:40.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:40 smithi002 conmon[82053]: (mgr.14184) 1084 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:40 smithi204 conmon[86088]: audit 2023-12-08T10:31:38.967971+0000 mgr.smithi002.utaniu (mgr.14184) 1084 : audit [DBG] 2023-12-08T10:31:40.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:40 smithi204 conmon[86088]: from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:41.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:41 smithi002 conmon[82053]: cluster 2023-12-08T10:31:39.749060+0000 mgr.smithi002.utaniu ( 2023-12-08T10:31:41.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:41 smithi002 conmon[82053]: mgr.14184) 1085 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:41.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:41 smithi204 conmon[86088]: cluster 2023-12-08T10:31:39.749060+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:31:41.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:41 smithi204 conmon[86088]: 1085 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:42.224 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:42.225 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:42.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:43.648 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:43.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:43 smithi204 conmon[86088]: cluster 2023-12-08T10:31:41.749711+0000 mgr.smithi002.utaniu (mgr.14184) 1086 2023-12-08T10:31:43.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:43 smithi204 conmon[86088]: : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-08T10:31:43.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:43 smithi204 conmon[86088]: audit 2023-12-08T10:31:42.219818+0000 mgr.smithi002.utaniu (mgr.14184) 1087 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:43.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:43 smithi002 conmon[82053]: cluster 2023-12-08T10:31:41.749711+0000 mgr.smithi002.utaniu (mgr.14184) 1086 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-08T10:31:43.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:43 smithi002 conmon[82053]: audit 2023-12-08T10:31:42.219818+0000 mgr.smithi002.utaniu (mgr.14184) 1087 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:45.473 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:45.474 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:45.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:45 smithi204 conmon[86088]: cluster 2023-12-08T10:31:43.750379+0000 mgr.smithi002.utaniu (mgr.14184) 1088 2023-12-08T10:31:45.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:45 smithi204 conmon[86088]: : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:31:45.901 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:45 smithi002 conmon[82053]: cluster 2023-12-08T10:31:43.750379+0000 2023-12-08T10:31:45.901 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:45 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1088 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:31:45.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:46 smithi204 conmon[86088]: audit 2023-12-08T10:31:45.468705+0000 mgr.smithi002.utaniu (mgr.14184) 1089 : audit 2023-12-08T10:31:46.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:46 smithi204 conmon[86088]: [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:46.914 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:46.945 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:46 smithi002 conmon[82053]: audit 2023-12-08T10:31:45.468705+0000 mgr.smithi002.utaniu (mgr.14184) 1089 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:47.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:47 smithi204 conmon[86088]: cluster 2023-12-08T10:31:45.751153+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:31:47.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:47 smithi204 conmon[86088]: ) 1090 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-08T10:31:47.853 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:47 smithi002 conmon[82053]: cluster 2023-12-08T10:31:45.751153+0000 mgr.smithi002.utaniu (mgr.14184) 1090 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-08T10:31:48.632 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:48.632 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:49.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:49.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:49 smithi204 conmon[86088]: cluster 2023-12-08T10:31:47.751830+0000 mgr.smithi002.utaniu (mgr.14184) 1091 : 2023-12-08T10:31:49.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:49 smithi204 conmon[86088]: cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:31:49.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:49 smithi204 conmon[86088]: audit 2023-12-08T10:31:48.627332+0000 mgr.smithi002.utaniu (mgr.14184) 1092 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:49.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:49 smithi002 conmon[82053]: cluster 2023-12-08T10:31:47.751830+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:31:49.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:49 smithi002 conmon[82053]: 1091 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:31:49.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:49 smithi002 conmon[82053]: audit 2023-12-08T10:31:48.627332+0000 mgr.smithi002.utaniu (mgr.14184) 1092 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:50.066 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:51.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:51 smithi204 conmon[86088]: cluster 2023-12-08T 2023-12-08T10:31:51.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:51 smithi204 conmon[86088]: 10:31:49.752529+0000 mgr.smithi002.utaniu (mgr.14184) 1093 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:31:51.910 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:51.910 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:51.936 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:51 smithi002 conmon[82053]: cluster 2023-12-08T10:31:49.752529+0000 2023-12-08T10:31:51.936 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:51 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1093 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:31:52.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:53.418 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:53.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:53 smithi002 conmon[82053]: cluster 2023-12-08T10:31:51.753265+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:31:53.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:53 smithi002 conmon[82053]: 1094 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:31:53.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:53 smithi002 conmon[82053]: audit 2023-12-08T10:31:51.905150+0000 mgr.smithi002.utaniu (mgr.14184) 1095 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:53 smithi204 conmon[86088]: cluster 2023-12-08T10:31:51.753265+0000 mgr.smithi002.utaniu (mgr.14184) 1094 : cluster 2023-12-08T10:31:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:53 smithi204 conmon[86088]: [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:31:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:53 smithi204 conmon[86088]: audit 2023-12-08T10:31:51.905150+0000 mgr.smithi002.utaniu (mgr.14184) 1095 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:55.229 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:55.229 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:55.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:55 smithi204 conmon[86088]: cluster 2023-12-08T10:31:53.754001+0000 mgr.smithi002.utaniu (mgr.14184) 1096 : cluster 2023-12-08T10:31:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:55 smithi204 conmon[86088]: [DBG] pgmap v697: 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-12-08T10:31:55.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:55 smithi002 conmon[82053]: cluster 2023-12-08T10:31:53.754001+0000 mgr.smithi002.utaniu (mgr.14184) 1096 : cluster [DBG] pgmap v697: 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-12-08T10:31:56.686 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:56.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:56 smithi204 conmon[86088]: audit 2023-12-08T10:31:55.224350+0000 mgr.smithi002.utaniu (mgr.14184) 1097 : audit [DBG] 2023-12-08T10:31:56.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:56 smithi204 conmon[86088]: from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:56.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:56 smithi002 conmon[82053]: audit 2023-12-08T10:31:55.224350+0000 mgr.smithi002.utaniu (mgr.14184) 1097 : audit [DBG] 2023-12-08T10:31:56.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:56 smithi002 conmon[82053]: from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:57.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:57 smithi204 conmon[86088]: cluster 2023-12-08T10:31:55.754477+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:31:57.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:57 smithi204 conmon[86088]: ) 1098 : 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-12-08T10:31:57.827 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:57 smithi002 conmon[82053]: cluster 2023-12-08T10:31:55.754477+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:31:57.827 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:57 smithi002 conmon[82053]: .14184) 1098 : 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-12-08T10:31:58.527 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:31:58.527 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:58.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:59.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:59 smithi204 conmon[86088]: cluster 2023-12-08T10:31:57.755176+0000 mgr.smithi002.utaniu (mgr.14184) 1099 : cluster 2023-12-08T10:31:59.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:59 smithi204 conmon[86088]: [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:59.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:31:59 smithi204 conmon[86088]: audit 2023-12-08T10:31:58.522096+0000 mgr.smithi002.utaniu (mgr.14184) 1100 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:59.938 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:59.970 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:59 smithi002 conmon[82053]: cluster 2023-12-08T10:31:57.755176+0000 mgr.smithi002.utaniu (mgr.14184) 1099 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:59.970 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:31:59 smithi002 conmon[82053]: audit 2023-12-08T10:31:58.522096+0000 mgr.smithi002.utaniu (mgr.14184) 1100 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:01.762 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:01.762 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:01.788 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:01 smithi002 conmon[82053]: cluster 2023-12-08T10:31:59.755695+0000 mgr.smithi002.utaniu (mgr.14184) 1101 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:01.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:01 smithi204 conmon[86088]: cluster 2023-12-08T10:31:59.755695+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:32:01.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:01 smithi204 conmon[86088]: ) 1101 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:02.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:03.306 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:03.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:03 smithi002 conmon[82053]: cluster 2023-12-08T10:32:01. 2023-12-08T10:32:03.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:03 smithi002 conmon[82053]: 756405+0000 mgr.smithi002.utaniu (mgr.14184) 1102 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:03.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:03 smithi002 conmon[82053]: audit 2023-12-08T10:32:01.756937+0000 mgr.smithi002.utaniu (mgr.14184) 1103 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:03 smithi204 conmon[86088]: cluster 2023-12-08T10:32:01.756405+0000 mgr.smithi002.utaniu (mgr.14184) 1102 : 2023-12-08T10:32:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:03 smithi204 conmon[86088]: cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:03 smithi204 conmon[86088]: audit 2023-12-08T10:32:01.756937+0000 mgr.smithi002.utaniu (mgr.14184) 1103 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:05.167 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:05.167 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:05.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:05 smithi204 conmon[86088]: cluster 2023-12-08T10:32:03.757016+0000 mgr.smithi002.utaniu (mgr.14184) 1104 2023-12-08T10:32:05.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:05 smithi204 conmon[86088]: : 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-12-08T10:32:05.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:05 smithi002 conmon[82053]: cluster 2023-12-08T10:32:03.757016+0000 mgr.smithi002.utaniu (mgr.14184) 1104 : 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-12-08T10:32:06.571 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:06 smithi204 conmon[86088]: audit 2023-12-08T10:32:05.161932+0000 mgr.smithi002.utaniu (mgr.14184) 1105 : audit 2023-12-08T10:32:06.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:06 smithi204 conmon[86088]: [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:06.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:06 smithi002 conmon[82053]: audit 2023-12-08T10:32:05.161932+0000 2023-12-08T10:32:06.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:06 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1105 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:07.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:07 smithi204 conmon[86088]: cluster 2023-12-08T10:32:05.757595+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:32:07.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:07 smithi204 conmon[86088]: .14184) 1106 : 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-12-08T10:32:07.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:07 smithi002 conmon[82053]: cluster 2023-12-08T10:32:05. 2023-12-08T10:32:07.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:07 smithi002 conmon[82053]: 757595+0000 mgr.smithi002.utaniu (mgr.14184) 1106 : 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-12-08T10:32:08.430 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:08.430 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:08.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:09.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:09 smithi204 conmon[86088]: cluster 2023-12-08T10:32:07.758310+0000 mgr.smithi002.utaniu (mgr.14184) 1107 : 2023-12-08T10:32:09.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:09 smithi204 conmon[86088]: 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-12-08T10:32:09.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:09 smithi204 conmon[86088]: audit 2023-12-08T10:32:08.425563+0000 mgr.smithi002.utaniu (mgr.14184) 1108 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:09.832 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:09.864 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:09 smithi002 conmon[82053]: cluster 2023-12-08T10:32:07.758310+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:32:09.864 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:09 smithi002 conmon[82053]: 1107 : 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-12-08T10:32:09.864 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:09 smithi002 conmon[82053]: audit 2023-12-08T10:32:08.425563+0000 mgr.smithi002.utaniu (mgr.14184) 1108 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:11.633 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:11.633 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:11.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:11 smithi204 conmon[86088]: cluster 2023-12-08T10:32:09.758834+0000 mgr.smithi002.utaniu (mgr.14184) 1109 2023-12-08T10:32:11.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:11 smithi204 conmon[86088]: : 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-12-08T10:32:11.871 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:11 smithi002 conmon[82053]: cluster 2023-12-08T10:32:09 2023-12-08T10:32:11.871 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:11 smithi002 conmon[82053]: .758834+0000 mgr.smithi002.utaniu (mgr.14184) 1109 : 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-12-08T10:32:12.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:12 smithi204 conmon[86088]: audit 2023-12-08T10:32:11.628098+0000 mgr.smithi002.utaniu (mgr.14184) 1110 : audit 2023-12-08T10:32:12.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:12 smithi204 conmon[86088]: [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:12.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:12 smithi002 conmon[82053]: audit 2023-12-08T10:32:11.628098+0000 2023-12-08T10:32:12.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:12 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1110 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:13.086 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:13.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:13 smithi204 conmon[86088]: cluster 2023-12-08T10:32:11.759523+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:32:13.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:13 smithi204 conmon[86088]: 1111 : 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-12-08T10:32:13.847 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:13 smithi002 conmon[82053]: cluster 2023-12-08T10:32:11.759523+0000 mgr.smithi002.utaniu (mgr.14184) 1111 : 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-12-08T10:32:14.960 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:14.960 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:23:32.951586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.fvwiop on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:15.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:15.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:15 smithi204 conmon[86088]: cluster 2023-12-08T10:32:13.760085+0000 mgr.smithi002.utaniu (mgr.14184) 1112 : cluster 2023-12-08T10:32:15.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:15 smithi204 conmon[86088]: [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-12-08T10:32:15.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:15 smithi204 conmon[86088]: audit 2023-12-08T10:32:15.239289+0000 mon.smithi002 (mon.0) 728 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.uteinx"}]: dispatch 2023-12-08T10:32:15.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:15 smithi002 conmon[82053]: cluster 2023-12-08T10:32:13.760085+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:32:15.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:15 smithi002 conmon[82053]: ) 1112 : 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-12-08T10:32:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:15 smithi002 conmon[82053]: audit 2023-12-08T10:32:15.239289+0000 mon.smithi002 (mon.0 2023-12-08T10:32:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:15 smithi002 conmon[82053]: ) 728 : audit [INF] from='mgr.14184 172.21.15.2:0/1120445250' entity='mgr.smithi002.utaniu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.uteinx"}]: dispatch 2023-12-08T10:32:16.352 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: audit 2023-12-08T10:32:14.954860+0000 mgr.smithi002.utaniu ( 2023-12-08T10:32:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: mgr.14184) 1113 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: cephadm 2023-12-08T10:32:15.238802+0000 mgr.smithi002.utaniu (mgr.14184) 1114 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx 2023-12-08T10:32:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx 2023-12-08T10:32:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx 2023-12-08T10:32:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx 2023-12-08T10:32:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi204.uteinx ... 2023-12-08T10:32:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:32:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:30:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:16.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:31:00Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:31:37Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: Traceback (most recent call last): 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: yield (conn, connr) 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: code, '\n'.join(err))) 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi204.uteinx ... 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:16.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:30:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:31:00Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:31:37Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --sto 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: p-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: cephadm 2023-12-08T10:32:15.238961+0000 mgr.smithi002.utaniu (mgr.14184) 1115 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.uteinx 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: cephadm 2023-12-08T10:32:15.239965+0000 mgr.smithi002.utaniu (mgr.14184) 1116 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: Deploy daemon haproxy.nfs.foo.smithi204.uteinx ... 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:16.733 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:32:16.734 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:30:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:16.734 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:31:00Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:16.734 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr time="2023-12-08T10:31:37Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:16.734 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:32:16.734 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:16.734 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:16 smithi002 conmon[82053]: cephadm 2023-12-08T10:32:15.241468+0000 mgr.smithi002.utaniu (mgr.14184) 1117 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.czkxid on smithi002 2023-12-08T10:32:17.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: audit 2023-12-08T10:32:14.954860+0000 mgr.smithi002.utaniu (mgr.14184) 1113 : audit 2023-12-08T10:32:17.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:17.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: cephadm 2023-12-08T10:32:15.238802+0000 mgr.smithi002.utaniu (mgr.14184) 1114 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx 2023-12-08T10:32:17.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx 2023-12-08T10:32:17.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx 2023-12-08T10:32:17.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx 2023-12-08T10:32:17.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi204.uteinx ... 2023-12-08T10:32:17.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:17.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:32:17.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:30:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:17.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:31:00Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:17.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:31:37Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:17.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:32:17.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:17.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: Traceback (most recent call last): 2023-12-08T10:32:17.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:32:17.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: yield (conn, connr) 2023-12-08T10:32:17.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:32:17.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: code, '\n'.join(err))) 2023-12-08T10:32:17.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: 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-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx 2023-12-08T10:32:17.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx 2023-12-08T10:32:17.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx 2023-12-08T10:32:17.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx 2023-12-08T10:32:17.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi204.uteinx ... 2023-12-08T10:32:17.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:17.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:32:17.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:30:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:17.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:31:00Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:17.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:31:37Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:17.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:32:17.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=h 2023-12-08T10:32:17.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: ost --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:17.072 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: cephadm 2023-12-08T10:32:15.238961+0000 mgr.smithi002.utaniu (mgr.14184) 1115 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.uteinx 2023-12-08T10:32:17.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: cephadm 2023-12-08T10:32:15.239965+0000 mgr.smithi002.utaniu (mgr.14184) 1116 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx 2023-12-08T10:32:17.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx 2023-12-08T10:32:17.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx 2023-12-08T10:32:17.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx 2023-12-08T10:32:17.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: Deploy daemon haproxy.nfs.foo.smithi204.uteinx ... 2023-12-08T10:32:17.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:17.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:32:17.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:30:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:17.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:31:00Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:17.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr time="2023-12-08T10:31:37Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:32:17.073 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T10:32:17.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:17.074 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:16 smithi204 conmon[86088]: cephadm 2023-12-08T10:32:15.241468+0000 mgr.smithi002.utaniu (mgr.14184) 1117 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.czkxid on smithi002 2023-12-08T10:32:17.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:17 smithi002 conmon[82053]: cluster 2023-12-08T10:32:15.760742+0000 mgr.smithi002.utaniu (mgr.14184) 1118 : 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-12-08T10:32:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:17 smithi204 conmon[86088]: cluster 2023-12-08T10:32:15.760742+0000 mgr.smithi002.utaniu ( 2023-12-08T10:32:18.070 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:17 smithi204 conmon[86088]: mgr.14184) 1118 : 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-12-08T10:32:18.085 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:18.085 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:18.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:19.507 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:19.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:19 smithi002 conmon[82053]: cluster 2023-12-08T10:32:17.761474+0000 mgr.smithi002.utaniu 2023-12-08T10:32:19.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:19 smithi002 conmon[82053]: (mgr.14184) 1119 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:19.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:19 smithi002 conmon[82053]: audit 2023-12-08T10:32:18.079479+0000 mgr.smithi002.utaniu (mgr.14184) 1120 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:20.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:19 smithi204 conmon[86088]: cluster 2023-12-08T10:32:17.761474+0000 mgr.smithi002.utaniu (mgr.14184) 1119 : cluster 2023-12-08T10:32:20.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:19 smithi204 conmon[86088]: [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:20.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:19 smithi204 conmon[86088]: audit 2023-12-08T10:32:18.079479+0000 mgr.smithi002.utaniu (mgr.14184) 1120 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:21.203 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:21.203 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:21.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:21.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:21 smithi002 conmon[82053]: cluster 2023-12-08T10:32:19.761962+0000 mgr.smithi002.utaniu ( 2023-12-08T10:32:21.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:21 smithi002 conmon[82053]: mgr.14184) 1121 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:22.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:21 smithi204 conmon[86088]: cluster 2023-12-08T10:32:19.761962+0000 mgr.smithi002.utaniu (mgr.14184) 1121 2023-12-08T10:32:22.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:21 smithi204 conmon[86088]: : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:22.665 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:22.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:22 smithi002 conmon[82053]: audit 2023-12-08T10:32:21.197827+0000 mgr.smithi002.utaniu (mgr.14184) 1122 2023-12-08T10:32:22.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:22 smithi002 conmon[82053]: : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:23.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:22 smithi204 conmon[86088]: audit 2023-12-08T10:32:21.197827+0000 mgr.smithi002.utaniu (mgr.14184) 1122 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:23.973 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:23 smithi002 conmon[82053]: cluster 2023-12-08T10:32:21.762614+0000 mgr.smithi002.utaniu (mgr.14184) 1123 : 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-12-08T10:32:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:23 smithi204 conmon[86088]: cluster 2023-12-08T10:32:21.762614+0000 mgr.smithi002.utaniu (mgr.14184) 1123 : cluster [DBG] 2023-12-08T10:32:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:23 smithi204 conmon[86088]: 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-12-08T10:32:24.369 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:24.370 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:24.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:25.817 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:25.848 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:25 smithi002 conmon[82053]: cluster 2023-12-08T10:32:23.763182+0000 mgr.smithi002.utaniu (mgr.14184) 1124 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:25.848 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:25 smithi002 conmon[82053]: audit 2023-12-08T10:32:24.364940+0000 mgr.smithi002.utaniu (mgr.14184) 1125 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:25 smithi204 conmon[86088]: cluster 2023-12-08T10:32:23.763182+0000 mgr.smithi002.utaniu (mgr.14184) 1124 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:25 smithi204 conmon[86088]: audit 2023-12-08T10:32:24.364940+0000 mgr.smithi002.utaniu (mgr.14184) 1125 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:27.631 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:27.631 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:27.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:27 smithi002 conmon[82053]: cluster 2023-12-08T10:32:25.764007+0000 mgr.smithi002.utaniu (mgr.14184) 1126 : 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-12-08T10:32:28.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:27 smithi204 conmon[86088]: cluster 2023-12-08T10:32:25.764007+0000 mgr.smithi002.utaniu (mgr.14184) 1126 : 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-12-08T10:32:28.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:28 smithi002 conmon[82053]: audit 2023-12-08T10:32:27.626277+0000 mgr.smithi002.utaniu ( 2023-12-08T10:32:28.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:28 smithi002 conmon[82053]: mgr.14184) 1127 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:29.064 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:29.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:28 smithi204 conmon[86088]: audit 2023-12-08T10:32:27.626277+0000 mgr.smithi002.utaniu (mgr.14184) 1127 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:29.969 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:29 smithi002 conmon[82053]: cluster 2023-12-08T10:32:27 2023-12-08T10:32:29.969 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:29 smithi002 conmon[82053]: .764881+0000 mgr.smithi002.utaniu (mgr.14184) 1128 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:30.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:29 smithi204 conmon[86088]: cluster 2023-12-08T10:32:27.764881+0000 mgr.smithi002.utaniu (mgr.14184) 1128 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:30.792 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:30.792 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:31.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:31.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:31 smithi002 conmon[82053]: cluster 2023-12-08T10:32:29.765509+0000 mgr.smithi002.utaniu (mgr.14184) 1129 : cluster 2023-12-08T10:32:31.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:31 smithi002 conmon[82053]: [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:32.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:31 smithi204 conmon[86088]: cluster 2023-12-08T10:32:29.765509+0000 mgr.smithi002.utaniu (mgr.14184) 1129 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:32.215 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:32.957 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:32 smithi002 conmon[82053]: audit 2023-12-08T10:32:30.786861 2023-12-08T10:32:32.957 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:32 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 1130 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:33.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:32 smithi204 conmon[86088]: audit 2023-12-08T10:32:30.786861+0000 mgr.smithi002.utaniu (mgr.14184) 1130 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:33.921 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:33.921 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:33.945 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:33 smithi002 conmon[82053]: cluster 2023-12-08T10:32:31.766435+0000 mgr.smithi002.utaniu (mgr.14184) 1131 : 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-12-08T10:32:34.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:33 smithi204 conmon[86088]: cluster 2023-12-08T10:32:31.766435+0000 mgr.smithi002.utaniu (mgr.14184) 1131 : 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-12-08T10:32:34.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:35.375 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:35 smithi002 conmon[82053]: cluster 2023-12-08T10:32:33.767007+0000 mgr.smithi002.utaniu (mgr.14184) 1132 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:35.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:35 smithi002 conmon[82053]: audit 2023-12-08T10:32:33.915621+0000 mgr.smithi002.utaniu (mgr.14184) 1133 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:36.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:35 smithi204 conmon[86088]: cluster 2023-12-08T10:32:33.767007+0000 mgr.smithi002.utaniu (mgr.14184) 1132 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:36.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:35 smithi204 conmon[86088]: audit 2023-12-08T10:32:33.915621+0000 mgr.smithi002.utaniu (mgr.14184) 1133 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:37.078 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:37.078 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:37.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:37.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:37 smithi002 conmon[82053]: cluster 2023-12-08T10:32:35.767576+0000 mgr.smithi002.utaniu (mgr.14184) 1134 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:32:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:37 smithi204 conmon[86088]: cluster 2023-12-08T10:32:35.767576+0000 mgr.smithi002.utaniu (mgr.14184) 1134 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:32:38.535 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:38.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:38 smithi002 conmon[82053]: audit 2023-12-08T10:32:37.073319+0000 mgr.smithi002.utaniu (mgr.14184) 1135 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:38 smithi204 conmon[86088]: audit 2023-12-08T10:32:37.073319+0000 mgr.smithi002.utaniu (mgr.14184) 1135 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:39.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:39 smithi002 conmon[82053]: cluster 2023-12-08T10:32:37.768372+0000 mgr.smithi002.utaniu (mgr.14184) 1136 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:40.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:39 smithi204 conmon[86088]: cluster 2023-12-08T10:32:37.768372+0000 mgr.smithi002.utaniu (mgr.14184) 1136 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:40.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:39 smithi204 conmon[86088]: 2023-12-08T10:32:40.223 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:40.224 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:40.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:41.687 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:41.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:41 smithi002 conmon[82053]: cluster 2023-12-08T10:32:39.768862+0000 mgr.smithi002.utaniu (mgr.14184) 1137 : cluster 2023-12-08T10:32:41.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:41 smithi002 conmon[82053]: [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:41.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:41 smithi002 conmon[82053]: audit 2023-12-08T10:32:40.218559+0000 mgr.smithi002.utaniu (mgr.14184) 1138 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:42.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:41 smithi204 conmon[86088]: cluster 2023-12-08T10:32:39.768862+0000 mgr.smithi002.utaniu ( 2023-12-08T10:32:42.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:41 smithi204 conmon[86088]: mgr.14184) 1137 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:42.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:41 smithi204 conmon[86088]: audit 2023-12-08T10:32:40.218559+0000 mgr.smithi002.utaniu (mgr.14184) 1138 : audit [DBG] 2023-12-08T10:32:42.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:41 smithi204 conmon[86088]: from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:43.390 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:43.424 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:43.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:43 smithi002 conmon[82053]: cluster 2023-12-08T10:32:41.769822+0000 mgr.smithi002.utaniu (mgr.14184) 1139 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:43.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:44.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:43 smithi204 conmon[86088]: cluster 2023-12-08T10:32:41.769822+0000 mgr.smithi002.utaniu (mgr.14184) 1139 : cluster [DBG] 2023-12-08T10:32:44.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:43 smithi204 conmon[86088]: pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:44.835 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:44.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:44 smithi002 conmon[82053]: audit 2023-12-08T10:32:43.384222+0000 mgr.smithi002.utaniu (mgr.14184) 1140 : audit 2023-12-08T10:32:44.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:44 smithi002 conmon[82053]: [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:45.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:44 smithi204 conmon[86088]: audit 2023-12-08T10:32:43.384222+0000 mgr.smithi002.utaniu (mgr.14184) 1140 : 2023-12-08T10:32:45.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:44 smithi204 conmon[86088]: audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:45 smithi002 conmon[82053]: cluster 2023-12-08T10:32:43.770463+0000 2023-12-08T10:32:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:45 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1141 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:46.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:45 smithi204 conmon[86088]: cluster 2023-12-08T10:32:43.770463+0000 mgr.smithi002.utaniu (mgr.14184) 1141 : cluster [DBG] 2023-12-08T10:32:46.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:45 smithi204 conmon[86088]: pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:46.546 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:46.546 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:46.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:47.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:47 smithi002 conmon[82053]: cluster 2023-12-08T10:32:45.771163+0000 mgr.smithi002.utaniu (mgr.14184) 1142 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:32:47.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:47 smithi002 conmon[82053]: audit 2023-12-08T10:32:46.541305+0000 mgr.smithi002.utaniu (mgr.14184) 1143 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:48.000 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:47 smithi204 conmon[86088]: cluster 2023-12-08T10:32:45.771163+0000 mgr.smithi002.utaniu 2023-12-08T10:32:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:47 smithi204 conmon[86088]: (mgr.14184) 1142 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:32:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:47 smithi204 conmon[86088]: audit 2023-12-08T10:32:46.541305+0000 mgr.smithi002.utaniu ( 2023-12-08T10:32:48.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:47 smithi204 conmon[86088]: mgr.14184) 1143 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:49.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:49 smithi002 conmon[82053]: cluster 2023-12-08T10:32:47.772021+0000 mgr.smithi002.utaniu (mgr.14184) 1144 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:49.825 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:49.825 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:50.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:49 smithi204 conmon[86088]: cluster 2023-12-08T10:32:47.772021+0000 mgr.smithi002.utaniu (mgr.14184) 1144 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:50.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:51.254 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:51.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:51 smithi002 conmon[82053]: cluster 2023-12-08T10:32:49.772497+0000 2023-12-08T10:32:51.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:51 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1145 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:51.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:51 smithi002 conmon[82053]: audit 2023-12-08T10:32:49.820385+0000 mgr.smithi002.utaniu (mgr.14184) 1146 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:52.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:51 smithi204 conmon[86088]: cluster 2023-12-08T10:32:49.772497+0000 mgr.smithi002.utaniu (mgr.14184) 1145 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:52.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:51 smithi204 conmon[86088]: audit 2023-12-08T10:32:49. 2023-12-08T10:32:52.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:51 smithi204 conmon[86088]: 820385+0000 mgr.smithi002.utaniu (mgr.14184) 1146 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:52.850 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:52.851 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:53.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:53.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:53 smithi002 conmon[82053]: cluster 2023-12-08T10:32:51.773229+0000 mgr.smithi002.utaniu (mgr.14184) 1147 : 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-12-08T10:32:54.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:53 smithi204 conmon[86088]: cluster 2023-12-08T10:32:51.773229+0000 mgr.smithi002.utaniu (mgr.14184) 1147 : 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-12-08T10:32:54.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:53 smithi204 conmon[86088]: 2023-12-08T10:32:54.315 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:54.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:54 smithi002 conmon[82053]: audit 2023-12-08T10:32:52.845130 2023-12-08T10:32:54.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:54 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 1148 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:55.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:54 smithi204 conmon[86088]: audit 2023-12-08T10:32:52.845130+0000 mgr.smithi002.utaniu (mgr.14184) 1148 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:55.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:55 smithi002 conmon[82053]: cluster 2023-12-08T10:32: 2023-12-08T10:32:55.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:55 smithi002 conmon[82053]: 53.774001+0000 mgr.smithi002.utaniu (mgr.14184) 1149 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:56.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:55 smithi204 conmon[86088]: cluster 2023-12-08T10:32:53.774001+0000 mgr.smithi002.utaniu (mgr.14184) 1149 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:56.072 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:56.072 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:56.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:57.465 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:57.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:57 smithi002 conmon[82053]: cluster 2023-12-08T10:32:55.774608+0000 mgr.smithi002.utaniu (mgr.14184) 1150 : 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-12-08T10:32:57.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:57 smithi002 conmon[82053]: audit 2023-12-08T10:32:56.067479+0000 mgr.smithi002.utaniu (mgr.14184) 1151 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:58.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:57 smithi204 conmon[86088]: cluster 2023-12-08T10:32:55.774608+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:32:58.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:57 smithi204 conmon[86088]: ) 1150 : 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-12-08T10:32:58.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:57 smithi204 conmon[86088]: audit 2023-12-08T10:32:56.067479+0000 mgr.smithi002.utaniu (mgr.14184) 1151 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:59.284 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:32:59.285 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:59.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:59.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:59 smithi002 conmon[82053]: cluster 2023-12-08T10:32:57.775482 2023-12-08T10:32:59.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:32:59 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 1152 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:00.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:32:59 smithi204 conmon[86088]: cluster 2023-12-08T10:32:57.775482+0000 mgr.smithi002.utaniu (mgr.14184) 1152 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:00.728 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:00.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:00 smithi002 conmon[82053]: audit 2023-12-08T10:32:59.276195+0000 mgr.smithi002.utaniu (mgr.14184) 1153 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:01.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:00 smithi204 conmon[86088]: audit 2023-12-08T10:32:59.276195+0000 mgr.smithi002.utaniu (mgr.14184) 1153 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:01.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:01 smithi002 conmon[82053]: cluster 2023-12-08T10:32:59.775992+0000 mgr.smithi002.utaniu (mgr.14184) 1154 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:02.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:01 smithi204 conmon[86088]: cluster 2023-12-08T10:32:59.775992+0000 mgr.smithi002.utaniu (mgr.14184) 1154 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:02.412 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:02.413 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:02.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:03.879 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:03.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:03 smithi002 conmon[82053]: cluster 2023-12-08T10:33:01.776732+0000 mgr.smithi002.utaniu (mgr.14184) 1155 : 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-12-08T10:33:03.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:03 smithi002 conmon[82053]: audit 2023-12-08T10:33:02.406909+0000 mgr.smithi002.utaniu (mgr.14184) 1156 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:04.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:03 smithi204 conmon[86088]: cluster 2023-12-08T10:33:01.776732+0000 mgr.smithi002.utaniu (mgr.14184) 1155 : cluster [DBG] 2023-12-08T10:33:04.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:03 smithi204 conmon[86088]: 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-12-08T10:33:04.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:03 smithi204 conmon[86088]: audit 2023-12-08T10:33:02.406909+0000 mgr.smithi002.utaniu (mgr.14184) 1156 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:05.551 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:05.551 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:05.971 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:05 smithi002 conmon[82053]: cluster 2023-12-08T10:33:03.777552+0000 mgr.smithi002.utaniu (mgr.14184) 1157 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:06.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:05 smithi204 conmon[86088]: cluster 2023-12-08T10:33:03.777552+0000 mgr.smithi002.utaniu (mgr.14184) 1157 : 2023-12-08T10:33:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:05 smithi204 conmon[86088]: cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:06.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:06 smithi002 conmon[82053]: audit 2023-12-08T10:33:05.546210+0000 mgr.smithi002.utaniu (mgr.14184) 1158 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:07.031 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:07.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:06 smithi204 conmon[86088]: audit 2023-12-08T10:33:05.546210+0000 mgr.smithi002.utaniu (mgr.14184) 1158 : audit [DBG] 2023-12-08T10:33:07.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:06 smithi204 conmon[86088]: from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:07.887 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:07 smithi002 conmon[82053]: cluster 2023-12-08T10:33:05.778059+0000 2023-12-08T10:33:07.888 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:07 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1159 : 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-12-08T10:33:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:07 smithi204 conmon[86088]: cluster 2023-12-08T10:33:05.778059+0000 mgr.smithi002.utaniu (mgr.14184) 1159 : cluster 2023-12-08T10:33:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:07 smithi204 conmon[86088]: [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-12-08T10:33:08.712 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:08.712 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:09.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:09.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:09 smithi002 conmon[82053]: cluster 2023-12-08T10:33:07.778744+0000 mgr.smithi002.utaniu (mgr.14184) 1160 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:09.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:09 smithi002 conmon[82053]: audit 2023-12-08T10:33:08.706715+0000 mgr.smithi002.utaniu (mgr.14184) 1161 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:10.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:09 smithi204 conmon[86088]: cluster 2023-12-08T10:33:07.778744+0000 mgr.smithi002.utaniu (mgr.14184) 1160 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:10.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:09 smithi204 conmon[86088]: audit 2023-12-08T10:33:08.706715+0000 mgr.smithi002.utaniu (mgr.14184) 1161 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:10.183 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:11.930 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:11.931 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:11.956 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:11 smithi002 conmon[82053]: cluster 2023-12-08T10:33:09.779385+0000 mgr.smithi002.utaniu 2023-12-08T10:33:11.956 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:11 smithi002 conmon[82053]: (mgr.14184) 1162 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:12.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:11 smithi204 conmon[86088]: cluster 2023-12-08T10:33:09.779385+0000 mgr.smithi002.utaniu (mgr.14184) 1162 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:12.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:13.343 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:13.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:13 smithi002 conmon[82053]: cluster 2023-12-08T10:33:11.780108+0000 mgr.smithi002.utaniu (mgr.14184) 1163 : 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-12-08T10:33:13.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:13 smithi002 conmon[82053]: audit 2023-12-08T10:33:11.925397+0000 mgr.smithi002.utaniu (mgr.14184) 1164 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:13 smithi204 conmon[86088]: cluster 2023-12-08T10:33:11.780108+0000 mgr.smithi002.utaniu (mgr.14184) 1163 : 2023-12-08T10:33:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:13 smithi204 conmon[86088]: 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-12-08T10:33:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:13 smithi204 conmon[86088]: audit 2023-12-08T10:33:11.925397+0000 mgr.smithi002.utaniu (mgr.14184) 1164 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:15.080 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:15.081 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:15.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:15.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:15 smithi002 conmon[82053]: cluster 2023-12-08T10:33:13.780813+0000 mgr.smithi002.utaniu (mgr.14184) 1165 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:16.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:15 smithi204 conmon[86088]: cluster 2023-12-08T10:33:13.780813+0000 mgr.smithi002.utaniu (mgr.14184) 1165 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:16.506 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:16.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:16 smithi002 conmon[82053]: audit 2023-12-08T10:33:15.075706+0000 mgr.smithi002.utaniu ( 2023-12-08T10:33:16.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:16 smithi002 conmon[82053]: mgr.14184) 1166 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:17.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:16 smithi204 conmon[86088]: audit 2023-12-08T10:33:15.075706+0000 mgr.smithi002.utaniu (mgr.14184) 1166 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:17.952 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:17 smithi002 conmon[82053]: cluster 2023-12-08T10:33:15.781354+0000 mgr.smithi002.utaniu (mgr.14184) 1167 : 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-12-08T10:33:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:17 smithi204 conmon[86088]: cluster 2023-12-08T10:33:15.781354+0000 mgr.smithi002.utaniu (mgr.14184) 1167 : 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-12-08T10:33:18.284 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:18.284 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:18.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:19.766 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:19.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:19 smithi002 conmon[82053]: cluster 2023-12-08T10:33:17.782072+0000 mgr.smithi002.utaniu ( 2023-12-08T10:33:19.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:19 smithi002 conmon[82053]: mgr.14184) 1168 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:19.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:19 smithi002 conmon[82053]: audit 2023-12-08T10:33:18.279276+0000 mgr.smithi002.utaniu (mgr.14184) 1169 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:20.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:19 smithi204 conmon[86088]: cluster 2023-12-08T10:33:17.782072+0000 mgr.smithi002.utaniu (mgr.14184) 1168 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:20.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:19 smithi204 conmon[86088]: audit 2023-12-08T10:33:18.279276+0000 mgr.smithi002.utaniu (mgr.14184) 1169 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:21.556 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:21.556 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:21.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:21 smithi002 conmon[82053]: cluster 2023-12-08T10:33:19.782616+0000 2023-12-08T10:33:21.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:21 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1170 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:22.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:22.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:21 smithi204 conmon[86088]: cluster 2023-12-08T10:33:19.782616+0000 mgr.smithi002.utaniu (mgr.14184) 1170 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:22.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:22 smithi002 conmon[82053]: audit 2023-12-08T10:33:21.549985+0000 mgr.smithi002.utaniu (mgr.14184) 1171 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:23.013 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:23.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:22 smithi204 conmon[86088]: audit 2023-12-08T10:33:21.549985+0000 mgr.smithi002.utaniu (mgr.14184) 1171 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:23.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:22 smithi204 conmon[86088]: 2023-12-08T10:33:23.960 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:23 smithi002 conmon[82053]: cluster 2023-12-08T10:33:21.783436+0000 mgr.smithi002.utaniu (mgr.14184) 1172 : 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-12-08T10:33:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:23 smithi204 conmon[86088]: cluster 2023-12-08T10:33:21.783436+0000 mgr.smithi002.utaniu (mgr.14184) 1172 : 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-12-08T10:33:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:23 smithi204 conmon[86088]: 2023-12-08T10:33:24.876 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:24.876 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:25.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:25 smithi204 conmon[86088]: cluster 2023-12-08T10:33:23.784006+0000 mgr.smithi002.utaniu (mgr.14184) 1173 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:26.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:25 smithi002 conmon[82053]: cluster 2023-12-08T10:33:23.784006+0000 2023-12-08T10:33:26.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:25 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1173 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:26.378 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:26.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:26 smithi002 conmon[82053]: audit 2023-12-08T10:33:24.871094+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:33:26.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:26 smithi002 conmon[82053]: .14184) 1174 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:27.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:26 smithi204 conmon[86088]: audit 2023-12-08T10:33:24.871094+0000 mgr.smithi002.utaniu (mgr.14184) 1174 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:27.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:27 smithi002 conmon[82053]: cluster 2023-12-08T10:33:25.784824+0000 mgr.smithi002.utaniu (mgr.14184) 1175 : 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-12-08T10:33:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:27 smithi204 conmon[86088]: cluster 2023-12-08T10:33:25.784824+0000 mgr.smithi002.utaniu (mgr.14184) 1175 : 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-12-08T10:33:28.136 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:28.136 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:28.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:29.645 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:29.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:29 smithi002 conmon[82053]: cluster 2023-12-08T10:33:27.785509+0000 mgr.smithi002.utaniu 2023-12-08T10:33:29.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:29 smithi002 conmon[82053]: (mgr.14184) 1176 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:29.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:29 smithi002 conmon[82053]: audit 2023-12-08T10:33:28.130520+0000 mgr.smithi002.utaniu (mgr.14184) 1177 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:30.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:29 smithi204 conmon[86088]: cluster 2023-12-08T10:33:27.785509+0000 mgr.smithi002.utaniu (mgr.14184) 1176 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:30.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:29 smithi204 conmon[86088]: 2023-12-08T10:33:30.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:29 smithi204 conmon[86088]: audit 2023-12-08T10:33:28.130520+0000 mgr.smithi002.utaniu (mgr.14184) 1177 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:31.364 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:31.364 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:31.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:32.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:31 smithi204 conmon[86088]: cluster 2023-12-08T10:33:29.786065+0000 mgr.smithi002.utaniu (mgr.14184) 1178 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:32.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:31 smithi002 conmon[82053]: cluster 2023-12-08T10:33:29 2023-12-08T10:33:32.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:31 smithi002 conmon[82053]: .786065+0000 mgr.smithi002.utaniu (mgr.14184) 1178 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:32.800 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:33.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:32 smithi204 conmon[86088]: audit 2023-12-08T10:33:31.358798+0000 mgr.smithi002.utaniu (mgr.14184) 1179 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:33.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:32 smithi002 conmon[82053]: audit 2023-12-08T10:33:31.358798+0000 mgr.smithi002.utaniu (mgr.14184) 1179 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:33.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:33 smithi002 conmon[82053]: cluster 2023-12-08T10:33:31.786778+0000 2023-12-08T10:33:33.982 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:33 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1180 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 B/s wr, 0 op/s 2023-12-08T10:33:34.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:33 smithi204 conmon[86088]: cluster 2023-12-08T10:33:31.786778+0000 mgr.smithi002.utaniu (mgr.14184) 1180 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 B/s wr, 0 op/s 2023-12-08T10:33:34.389 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:34.389 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:34.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:35.852 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:36.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:35 smithi204 conmon[86088]: cluster 2023-12-08T10:33:33.787297+0000 mgr.smithi002.utaniu (mgr.14184) 1181 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 22 op/s 2023-12-08T10:33:36.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:35 smithi204 conmon[86088]: audit 2023-12-08T10:33:34.384301+0000 mgr.smithi002.utaniu (mgr.14184) 1182 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:36.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:35 smithi002 conmon[82053]: cluster 2023-12-08T10:33:33.787297+0000 mgr.smithi002.utaniu (mgr.14184) 1181 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 22 op/s 2023-12-08T10:33:36.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:35 smithi002 conmon[82053]: audit 2023-12-08T10:33:34.384301+0000 mgr.smithi002.utaniu (mgr.14184) 1182 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:37.591 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:37.591 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:37.924 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:37 smithi002 conmon[82053]: cluster 2023-12-08T10:33:35.788041+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:33:37.925 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:37 smithi002 conmon[82053]: .14184) 1183 : cluster [DBG] pgmap v748: 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-12-08T10:33:38.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:37 smithi204 conmon[86088]: cluster 2023-12-08T10:33:35.788041+0000 mgr.smithi002.utaniu (mgr.14184) 1183 : cluster 2023-12-08T10:33:38.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:37 smithi204 conmon[86088]: [DBG] pgmap v748: 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-12-08T10:33:39.013 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:39.044 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:38 smithi002 conmon[82053]: audit 2023-12-08T10:33:37.585627+0000 mgr.smithi002.utaniu (mgr.14184) 1184 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:38 smithi204 conmon[86088]: audit 2023-12-08T10:33:37.585627+0000 mgr.smithi002.utaniu (mgr.14184) 1184 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:39.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:38 smithi204 conmon[86088]: 2023-12-08T10:33:39.927 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:39 smithi002 conmon[82053]: cluster 2023-12-08T10:33:37.788758+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:33:39.927 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:39 smithi002 conmon[82053]: 14184) 1185 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2023-12-08T10:33:40.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:39 smithi204 conmon[86088]: cluster 2023-12-08T10:33:37.788758+0000 mgr.smithi002.utaniu (mgr.14184) 1185 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2023-12-08T10:33:40.711 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:40.711 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:41.017 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:40 smithi002 conmon[82053]: cluster 2023-12-08T10:33:39.789251+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:33:41.017 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:40 smithi002 conmon[82053]: .14184) 1186 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 68 op/s 2023-12-08T10:33:41.017 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:40 smithi002 conmon[82053]: audit 2023-12-08T10:33:40.706181+0000 mgr.smithi002.utaniu (mgr.14184) 1187 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:41.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:40 smithi204 conmon[86088]: cluster 2023-12-08T10:33:39.789251+0000 mgr.smithi002.utaniu (mgr.14184) 1186 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 68 op/s 2023-12-08T10:33:41.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:40 smithi204 conmon[86088]: audit 2023-12-08T10:33:40.706181+0000 mgr.smithi002.utaniu (mgr.14184) 1187 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:41.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:42.163 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:43.107 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:42 smithi002 conmon[82053]: cluster 2023-12-08T10:33:41.790274+0000 mgr.smithi002.utaniu (mgr.14184) 1188 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 72 op/s 2023-12-08T10:33:43.319 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:42 smithi204 conmon[86088]: cluster 2023-12-08T10:33:41.790274+0000 mgr.smithi002.utaniu (mgr.14184) 1188 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 72 op/s 2023-12-08T10:33:43.952 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:43.953 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:44.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:45.424 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:45 smithi002 conmon[82053]: cluster 2023-12-08T10:33:43.790807 2023-12-08T10:33:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:45 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 1189 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 73 op/s 2023-12-08T10:33:45.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:45 smithi002 conmon[82053]: audit 2023-12-08T10:33:43.946044+0000 mgr.smithi002.utaniu (mgr.14184) 1190 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:45.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:45 smithi204 conmon[86088]: cluster 2023-12-08T10:33:43.790807+0000 mgr.smithi002.utaniu (mgr.14184) 1189 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 73 op/s 2023-12-08T10:33:45.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:45 smithi204 conmon[86088]: audit 2023-12-08T10 2023-12-08T10:33:45.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:45 smithi204 conmon[86088]: :33:43.946044+0000 mgr.smithi002.utaniu (mgr.14184) 1190 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:47.103 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:47.104 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:47.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:47.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:47 smithi204 conmon[86088]: cluster 2023-12-08T10:33:45.791336+0000 mgr.smithi002.utaniu (mgr.14184) 1191 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 51 op/s 2023-12-08T10:33:47.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:47 smithi002 conmon[82053]: cluster 2023-12-08T10:33:45.791336+0000 mgr.smithi002.utaniu (mgr.14184) 1191 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 51 op/s 2023-12-08T10:33:48.575 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:48.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:48 smithi204 conmon[86088]: audit 2023-12-08T10:33:47.098545+0000 mgr.smithi002.utaniu (mgr.14184) 1192 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:48.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:48 smithi002 conmon[82053]: audit 2023-12-08T10:33:47.098545+0000 mgr.smithi002.utaniu (mgr.14184 2023-12-08T10:33:48.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:48 smithi002 conmon[82053]: ) 1192 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:49.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:49 smithi204 conmon[86088]: cluster 2023-12-08T10:33:47.792156+0000 mgr.smithi002.utaniu (mgr.14184) 1193 : cluster [DBG] pgmap v754: 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-12-08T10:33:49.891 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:49 smithi002 conmon[82053]: cluster 2023-12-08T10:33:47.792156+0000 mgr.smithi002.utaniu (mgr.14184) 1193 2023-12-08T10:33:49.891 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:49 smithi002 conmon[82053]: : cluster [DBG] pgmap v754: 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-12-08T10:33:50.271 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:50.271 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:50.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:51.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:51 smithi204 conmon[86088]: cluster 2023-12-08T10:33:49.792864+0000 mgr.smithi002.utaniu (mgr.14184) 1194 : cluster [DBG] pgmap v755: 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-12-08T10:33:51.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:51 smithi204 conmon[86088]: audit 2023-12-08T10:33:50.265829+0000 mgr.smithi002.utaniu (mgr.14184) 1195 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:51.924 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:51.956 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:51 smithi002 conmon[82053]: cluster 2023-12-08T10:33:49.792864+0000 mgr.smithi002.utaniu (mgr.14184) 1194 : cluster [DBG] pgmap v755: 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-12-08T10:33:51.956 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:51 smithi002 conmon[82053]: audit 2023-12-08T10:33:50.265829+0000 mgr.smithi002.utaniu (mgr.14184) 1195 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:53.600 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:53.600 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:53.805 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:53 smithi002 conmon[82053]: cluster 2023-12-08T10:33:51.793781+0000 mgr.smithi002.utaniu (mgr.14184) 1196 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-08T10:33:53.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:53 smithi204 conmon[86088]: cluster 2023-12-08T10:33:51.793781+0000 mgr.smithi002.utaniu (mgr.14184) 1196 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-08T10:33:54.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:54.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:54 smithi204 conmon[86088]: audit 2023-12-08T10:33:53.595424+0000 mgr.smithi002.utaniu (mgr.14184) 1197 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:54.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:54 smithi002 conmon[82053]: audit 2023-12-08T10:33:53.595424+0000 mgr.smithi002.utaniu (mgr 2023-12-08T10:33:54.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:54 smithi002 conmon[82053]: .14184) 1197 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:55.075 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:55.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:55 smithi002 conmon[82053]: cluster 2023-12-08T10:33:53.794294+0000 mgr.smithi002.utaniu 2023-12-08T10:33:55.815 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:55 smithi002 conmon[82053]: (mgr.14184) 1198 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-12-08T10:33:55.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:55 smithi204 conmon[86088]: cluster 2023-12-08T10:33:53.794294+0000 mgr.smithi002.utaniu (mgr.14184) 1198 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-12-08T10:33:56.762 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:56.762 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:57.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:57.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:57 smithi204 conmon[86088]: cluster 2023-12-08T10:33:55.794836+0000 mgr.smithi002.utaniu (mgr.14184) 1199 : 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-12-08T10:33:57.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:57 smithi204 conmon[86088]: audit 2023-12-08T10:33:56.755281+0000 mgr.smithi002.utaniu (mgr.14184) 1200 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:57.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:57 smithi002 conmon[82053]: cluster 2023-12-08T10:33:55.794836+0000 mgr.smithi002.utaniu (mgr.14184) 1199 : 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-12-08T10:33:57.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:57 smithi002 conmon[82053]: audit 2023-12-08T10:33:56.755281+0000 mgr.smithi002.utaniu (mgr.14184) 1200 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:58.239 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:59.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:33:59 smithi204 conmon[86088]: cluster 2023-12-08T10:33:57.795756+0000 mgr.smithi002.utaniu (mgr.14184) 1201 : 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-12-08T10:33:59.969 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:33:59.969 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:59.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:59 smithi002 conmon[82053]: cluster 2023-12-08T10:33:57.795756+0000 2023-12-08T10:33:59.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:33:59 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1201 : 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-12-08T10:34:00.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:01.400 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:01 smithi002 conmon[82053]: cluster 2023-12-08T10:33:59.796292+0000 mgr.smithi002.utaniu (mgr.14184) 1202 : 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-12-08T10:34:01.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:01 smithi002 conmon[82053]: audit 2023-12-08T10:33:59.963490+0000 mgr.smithi002.utaniu (mgr.14184) 1203 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:01 smithi204 conmon[86088]: cluster 2023-12-08T10:33:59.796292+0000 mgr.smithi002.utaniu (mgr.14184) 1202 : 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-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:01 smithi204 conmon[86088]: audit 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:01 smithi204 conmon[86088]: 2023-12-08T10:33:59.963490+0000 mgr.smithi002.utaniu (mgr.14184) 1203 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:03.084 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:34:03.084 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:03.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:03.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:03 smithi204 conmon[86088]: cluster 2023-12-08T10:34:01.797050+0000 mgr.smithi002.utaniu (mgr.14184) 1204 : 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-12-08T10:34:03.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:03 smithi002 conmon[82053]: cluster 2023-12-08T10:34:01.797050+0000 2023-12-08T10:34:03.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:03 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1204 : 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-12-08T10:34:04.553 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:04.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:04 smithi002 conmon[82053]: audit 2023-12-08T10:34:03.079166+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:34:04.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:04 smithi002 conmon[82053]: 1205 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:05.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:04 smithi204 conmon[86088]: audit 2023-12-08T10:34:03.079166+0000 mgr.smithi002.utaniu (mgr.14184) 1205 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:05.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:05 smithi002 conmon[82053]: cluster 2023-12-08T10:34:03.797652+0000 mgr.smithi002.utaniu (mgr.14184) 1206 : 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-12-08T10:34:06.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:05 smithi204 conmon[86088]: cluster 2023-12-08T10:34:03.797652+0000 mgr.smithi002.utaniu (mgr.14184) 1206 : 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-12-08T10:34:06.343 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:34:06.344 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:06.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:07.797 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:07.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:07 smithi002 conmon[82053]: cluster 2023-12-08T10:34:05.798391+0000 2023-12-08T10:34:07.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:07 smithi002 conmon[82053]: mgr.smithi002.utaniu (mgr.14184) 1207 : 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-12-08T10:34:07.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:07 smithi002 conmon[82053]: audit 2023-12-08T10:34:06.338676+0000 mgr.smithi002.utaniu (mgr.14184) 1208 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:07 smithi204 conmon[86088]: cluster 2023-12-08T10:34:05.798391+0000 mgr.smithi002.utaniu (mgr.14184) 1207 2023-12-08T10:34:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:07 smithi204 conmon[86088]: : 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-12-08T10:34:08.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:07 smithi204 conmon[86088]: audit 2023-12-08T10:34:06.338676+0000 mgr.smithi002.utaniu (mgr.14184) 1208 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:09.612 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:34:09.612 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:09.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:09 smithi002 conmon[82053]: cluster 2023-12-08T10:34:07.799359+0000 mgr.smithi002.utaniu (mgr.14184) 1209 : 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-12-08T10:34:10.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:10.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:09 smithi204 conmon[86088]: cluster 2023-12-08T10:34:07.799359+0000 mgr.smithi002.utaniu (mgr.14184) 1209 : 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-12-08T10:34:10.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:10 smithi002 conmon[82053]: audit 2023-12-08T10:34:09.607250+0000 mgr.smithi002.utaniu (mgr.14184) 1210 : audit [DBG] 2023-12-08T10:34:10.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:10 smithi002 conmon[82053]: from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:11.058 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:11.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:10 smithi204 conmon[86088]: audit 2023-12-08T10:34:09.607250+0000 mgr.smithi002.utaniu (mgr.14184) 1210 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:11.977 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:11 smithi002 conmon[82053]: cluster 2023-12-08T10:34:09.799946+0000 mgr.smithi002.utaniu 2023-12-08T10:34:11.978 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:11 smithi002 conmon[82053]: (mgr.14184) 1211 : 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-12-08T10:34:12.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:11 smithi204 conmon[86088]: cluster 2023-12-08T10:34:09.799946+0000 mgr.smithi002.utaniu (mgr.14184) 1211 : 2023-12-08T10:34:12.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:11 smithi204 conmon[86088]: 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-12-08T10:34:12.871 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:34:12.871 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:13.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:13.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:13 smithi002 conmon[82053]: cluster 2023-12-08T10:34:11.800650+0000 mgr.smithi002.utaniu (mgr.14184) 1212 : 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-12-08T10:34:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:13 smithi204 conmon[86088]: cluster 2023-12-08T10:34:11.800650+0000 mgr.smithi002.utaniu (mgr.14184) 1212 : cluster 2023-12-08T10:34:14.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:13 smithi204 conmon[86088]: [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-12-08T10:34:14.325 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:14.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:14 smithi002 conmon[82053]: audit 2023-12-08T10:34:12.866315+0000 mgr.smithi002.utaniu (mgr. 2023-12-08T10:34:14.730 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:14 smithi002 conmon[82053]: 14184) 1213 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:15.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:14 smithi204 conmon[86088]: audit 2023-12-08T10:34:12.866315+0000 mgr.smithi002.utaniu (mgr.14184) 1213 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:15 smithi002 conmon[82053]: cluster 2023-12-08T10:34:13.801202+0000 mgr.smithi002.utaniu 2023-12-08T10:34:15.981 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:15 smithi002 conmon[82053]: (mgr.14184) 1214 : 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-12-08T10:34:16.067 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:34:16.068 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:16.068 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:15 smithi204 conmon[86088]: cluster 2023-12-08T10:34:13.801202+0000 mgr.smithi002.utaniu (mgr.14184) 1214 : 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-12-08T10:34:16.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:17.490 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:17.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:17 smithi002 conmon[82053]: cluster 2023-12-08T10:34:15.801886+0000 mgr.smithi002.utaniu (mgr.14184) 1215 : 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-12-08T10:34:17.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:17 smithi002 conmon[82053]: audit 2023-12-08T10:34:16.062540+0000 mgr.smithi002.utaniu (mgr.14184) 1216 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:17 smithi204 conmon[86088]: cluster 2023-12-08T10:34:15.801886+0000 mgr.smithi002.utaniu (mgr.14184) 1215 : 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-12-08T10:34:18.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:17 smithi204 conmon[86088]: audit 2023-12-08T10:34:16.062540+0000 mgr.smithi002.utaniu (mgr.14184) 1216 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:19.203 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:34:19.203 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:19.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:19.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:19 smithi002 conmon[82053]: cluster 2023-12-08T10:34:17.802665+0000 mgr.smithi002.utaniu ( 2023-12-08T10:34:19.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:19 smithi002 conmon[82053]: mgr.14184) 1217 : 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-12-08T10:34:20.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:19 smithi204 conmon[86088]: cluster 2023-12-08T10:34:17.802665+0000 mgr.smithi002.utaniu (mgr.14184) 1217 : 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-12-08T10:34:20.641 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:20.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:20 smithi002 conmon[82053]: audit 2023-12-08T10:34:19.197774+0000 mgr.smithi002.utaniu (mgr.14184) 1218 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:21.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:20 smithi204 conmon[86088]: audit 2023-12-08T10:34:19.197774+0000 mgr.smithi002.utaniu (mgr.14184) 1218 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:21.734 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:21 smithi002 conmon[82053]: cluster 2023-12-08T10 2023-12-08T10:34:21.734 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:21 smithi002 conmon[82053]: :34:19.803271+0000 mgr.smithi002.utaniu (mgr.14184) 1219 : 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-12-08T10:34:22.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:21 smithi204 conmon[86088]: cluster 2023-12-08T10:34:19.803271+0000 mgr.smithi002.utaniu (mgr.14184) 1219 : 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-12-08T10:34:22.346 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:34:22.346 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:22.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:23.796 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:23.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:23 smithi002 conmon[82053]: cluster 2023-12-08T10:34:21.803951+0000 mgr.smithi002.utaniu (mgr.14184) 1220 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:23.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:23 smithi002 conmon[82053]: audit 2023-12-08T10:34:22.339352+0000 mgr.smithi002.utaniu (mgr.14184) 1221 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:23 smithi204 conmon[86088]: cluster 2023-12-08T10:34:21.803951+0000 mgr.smithi002.utaniu (mgr.14184) 1220 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:23 smithi204 conmon[86088]: audit 2023-12-08T10:34:24.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:23 smithi204 conmon[86088]: 2023-12-08T10:34:22.339352+0000 mgr.smithi002.utaniu (mgr.14184) 1221 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:25.615 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:34:25.615 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:25.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:25 smithi002 conmon[82053]: cluster 2023-12-08T10: 2023-12-08T10:34:25.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:25 smithi002 conmon[82053]: 34:23.804545+0000 mgr.smithi002.utaniu (mgr.14184) 1222 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:26.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:26.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:25 smithi204 conmon[86088]: cluster 2023-12-08T10:34:23.804545+0000 mgr.smithi002.utaniu (mgr.14184) 1222 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:26.980 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:26 smithi002 conmon[82053]: audit 2023-12-08T10:34:25.610207+0000 mgr.smithi002.utaniu (mgr.14184) 1223 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:27.062 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:27.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:26 smithi204 conmon[86088]: audit 2023-12-08T10:34:25.610207+0000 mgr.smithi002.utaniu (mgr.14184) 1223 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:27.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:27 smithi002 conmon[82053]: cluster 2023-12-08T10:34:25.805137 2023-12-08T10:34:27.942 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:27 smithi002 conmon[82053]: +0000 mgr.smithi002.utaniu (mgr.14184) 1224 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:28.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:27 smithi204 conmon[86088]: cluster 2023-12-08T10:34:25.805137+0000 mgr.smithi002.utaniu (mgr.14184) 1224 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:28.799 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-08T10:34:28.799 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:09:16.676063Z", "last_refresh": "2023-12-08T10:29:45.274239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:09:12.249940Z", "last_refresh": "2023-12-08T10:29:43.179933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:09:14.821079Z", "last_refresh": "2023-12-08T10:29:45.274388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:26:09.128864Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.eufzin on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-eufzin\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.eufzin\nDeploy daemon haproxy.nfs.foo.smithi204.eufzin ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:24:16Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:24:54Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.412178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.rkehxo on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi002-rkehxo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi002.rkehxo\nDeploy daemon haproxy.nfs.foo.smithi002.rkehxo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:26:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:27:24Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:28:01Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:39.414403Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.pgwbgx on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:39.415734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.cjoqcp on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:15.239855Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.uteinx on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi204-uteinx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi204.uteinx\nDeploy daemon haproxy.nfs.foo.smithi204.uteinx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:30:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:00Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:31:37Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-08T10:13:17.617116Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:09:11.221550Z", "last_refresh": "2023-12-08T10:29:43.180081Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:23.121770Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:10:23.118640Z", "last_refresh": "2023-12-08T10:29:43.180158Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:13:17.616128Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:13:17.612966Z", "last_refresh": "2023-12-08T10:29:45.274878Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:09:15.787335Z", "last_refresh": "2023-12-08T10:29:43.180224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:10:52.214111Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:10:52.210478Z", "last_refresh": "2023-12-08T10:29:43.180370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:09:13.568354Z", "last_refresh": "2023-12-08T10:29:43.180288Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:13:13.574528Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:13:20.532324Z", "last_refresh": "2023-12-08T10:29:43.180624Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:29.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:29.223 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-08T10:34:29.355 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b57140aa9f504ebeb4ba0c7c644abe2b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-08T10:34:29.356 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-08T10:34:29.368 INFO:tasks.vip:Removing 10.0.15.2 (and any VIPs) on smithi002.front.sepia.ceph.com iface ens1f0... 2023-12-08T10:34:29.369 DEBUG:teuthology.orchestra.run.smithi002:> sudo ip addr del 10.0.15.2/16 dev ens1f0 2023-12-08T10:34:29.411 DEBUG:teuthology.orchestra.run.smithi002:> sudo ip addr del 10.0.31.2/16 dev ens1f0 2023-12-08T10:34:29.480 INFO:teuthology.orchestra.run.smithi002.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T10:34:29.481 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T10:34:29.481 INFO:tasks.vip:Removing 10.0.15.204 (and any VIPs) on smithi204.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T10:34:29.481 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip addr del 10.0.15.204/16 dev enp3s0f1 2023-12-08T10:34:29.530 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip addr del 10.0.31.2/16 dev enp3s0f1 2023-12-08T10:34:29.557 INFO:teuthology.orchestra.run.smithi204.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T10:34:29.558 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T10:34:29.559 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-08T10:34:29.569 INFO:tasks.cephadm:Teardown begin 2023-12-08T10:34:29.571 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:34:29.596 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:34:29.626 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-08T10:34:29.626 DEBUG:teuthology.orchestra.run.smithi002:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T10:34:29.652 DEBUG:teuthology.orchestra.run.smithi204:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T10:34:29.683 INFO:tasks.cephadm:Stopping all daemons... 2023-12-08T10:34:29.683 INFO:tasks.cephadm.mon.smithi002:Stopping mon.smithi002... 2023-12-08T10:34:29.683 DEBUG:teuthology.orchestra.run.smithi002:> sudo systemctl stop ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mon.smithi002 2023-12-08T10:34:29.731 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:29 smithi002 conmon[82053]: cluster 2023-12-08T10:34:27.805947+0000 mgr.smithi002.utaniu (mgr.14184) 1225 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:29.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:29 smithi002 systemd[1]: Stopping Ceph mon.smithi002 for a9b2a5b2-95b1-11ee-95a3-87774f69a715... 2023-12-08T10:34:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:29 smithi204 conmon[86088]: cluster 2023-12-08T10:34:27.805947+0000 mgr.smithi002.utaniu (mgr.14184) 2023-12-08T10:34:29.819 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:29 smithi204 conmon[86088]: 1225 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:30.076 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:29 smithi002 bash[267814]: Error: no container with name or ID "ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-mon.smithi002" found: no such container 2023-12-08T10:34:30.077 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:30 smithi002 conmon[82053]: debug 2023-12-08T10:34:30.074+0000 7f2232e1b700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi002 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-08T10:34:30.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 08 10:34:30 smithi002 conmon[82053]: debug 2023-12-08T10:34:30.074+0000 7f2232e1b700 -1 mon.smithi002@0(leader) e2 *** Got Signal Terminated *** 2023-12-08T10:34:30.584 DEBUG:teuthology.orchestra.run.smithi002:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mon.smithi002.service' 2023-12-08T10:34:30.679 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T10:34:30.680 INFO:tasks.cephadm.mon.smithi002:Stopped mon.smithi002 2023-12-08T10:34:30.680 INFO:tasks.cephadm.mon.smithi204:Stopping mon.smithi204... 2023-12-08T10:34:30.680 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mon.smithi204 2023-12-08T10:34:31.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:30 smithi204 systemd[1]: Stopping Ceph mon.smithi204 for a9b2a5b2-95b1-11ee-95a3-87774f69a715... 2023-12-08T10:34:31.069 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:30 smithi204 bash[115933]: Error: no container with name or ID "ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-mon.smithi204" found: no such container 2023-12-08T10:34:31.426 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:31 smithi204 conmon[86088]: debug 2023-12-08T10:34:31.081+0000 7fb826a82700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi204 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-08T10:34:31.426 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:31 smithi204 conmon[86088]: debug 2023-12-08T10:34:31.081+0000 7fb826a82700 -1 mon.smithi204@1(peon) e2 *** Got Signal Terminated *** 2023-12-08T10:34:31.673 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mon.smithi204.service' 2023-12-08T10:34:31.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:31 smithi204 bash[116046]: ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715-mon-smithi204 2023-12-08T10:34:31.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:31 smithi204 systemd[1]: ceph-a9b2a5b2-95b1-11ee-95a3-87774f69a715@mon.smithi204.service: Succeeded. 2023-12-08T10:34:31.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Dec 08 10:34:31 smithi204 systemd[1]: Stopped Ceph mon.smithi204 for a9b2a5b2-95b1-11ee-95a3-87774f69a715. 2023-12-08T10:34:31.730 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T10:34:31.731 INFO:tasks.cephadm.mon.smithi204:Stopped mon.smithi204 2023-12-08T10:34:31.731 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T10:35:41.010 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T10:36:25.520 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:36:25.557 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:36:25.585 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-08T10:36:25.587 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483430/remote/ubuntu@smithi002.front.sepia.ceph.com/crash 2023-12-08T10:36:25.588 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/crash -- . 2023-12-08T10:36:25.644 INFO:teuthology.orchestra.run.smithi002.stderr:tar: /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T10:36:25.645 INFO:teuthology.orchestra.run.smithi002.stderr:tar: Error is not recoverable: exiting now 2023-12-08T10:36:25.646 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483430/remote/ubuntu@smithi204.front.sepia.ceph.com/crash 2023-12-08T10:36:25.647 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/crash -- . 2023-12-08T10:36:25.688 INFO:teuthology.orchestra.run.smithi204.stderr:tar: /var/lib/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T10:36:25.688 INFO:teuthology.orchestra.run.smithi204.stderr:tar: Error is not recoverable: exiting now 2023-12-08T10:36:25.689 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-08T10:36:25.689 DEBUG:teuthology.orchestra.run.smithi002:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-08T10:36:25.718 INFO:teuthology.orchestra.run.smithi002.stderr:grep: /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph.log: No such file or directory 2023-12-08T10:36:25.720 INFO:tasks.cephadm:Compressing logs... 2023-12-08T10:36:25.720 DEBUG:teuthology.orchestra.run.smithi002:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-08T10:36:25.763 DEBUG:teuthology.orchestra.run.smithi204:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-08T10:36:25.788 INFO:teuthology.orchestra.run.smithi204.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T10:36:25.788 INFO:teuthology.orchestra.run.smithi204.stderr:: No such file or directory 2023-12-08T10:36:25.788 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T10:36:25.788 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-client.rgw.foorgw.smithi204.cxtaxo.log 2023-12-08T10:36:25.788 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-mon.smithi204.log 2023-12-08T10:36:25.789 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-volume.log: /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-client.rgw.foorgw.smithi204.cxtaxo.log: gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.4.log 2023-12-08T10:36:25.789 INFO:teuthology.orchestra.run.smithi204.stderr: 76.8% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-client.rgw.foorgw.smithi204.cxtaxo.log.gz 2023-12-08T10:36:25.790 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-mon.smithi204.log: gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-mgr.smithi204.ocpqrt.log 2023-12-08T10:36:25.790 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.6.log 2023-12-08T10:36:25.790 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-mgr.smithi204.ocpqrt.log: gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.0.log 2023-12-08T10:36:25.791 INFO:teuthology.orchestra.run.smithi002.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T10:36:25.791 INFO:teuthology.orchestra.run.smithi002.stderr:: No such file or directory 2023-12-08T10:36:25.791 INFO:teuthology.orchestra.run.smithi002.stderr:gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T10:36:25.792 INFO:teuthology.orchestra.run.smithi002.stderr:gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-client.rgw.foorgw.smithi002.psvlkv.log 2023-12-08T10:36:25.792 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.7.log 2023-12-08T10:36:25.793 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-volume.log: /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-client.rgw.foorgw.smithi002.psvlkv.log: gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.3.log 2023-12-08T10:36:25.793 INFO:teuthology.orchestra.run.smithi002.stderr: 76.1% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-client.rgw.foorgw.smithi002.psvlkv.log.gz 2023-12-08T10:36:25.793 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.1.log 2023-12-08T10:36:25.793 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.6.log: /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.0.log: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T10:36:25.794 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.5.log 2023-12-08T10:36:25.794 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-mon.smithi002.log 2023-12-08T10:36:25.795 INFO:teuthology.orchestra.run.smithi204.stderr: 92.5% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T10:36:25.797 INFO:teuthology.orchestra.run.smithi204.stderr: 93.2% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-mgr.smithi204.ocpqrt.log.gz 2023-12-08T10:36:25.799 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.2.log 2023-12-08T10:36:25.799 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.5.log: /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-mon.smithi002.log: gzip -5 --verbose -- /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-mgr.smithi002.utaniu.log 2023-12-08T10:36:25.800 INFO:teuthology.orchestra.run.smithi002.stderr: 92.6% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T10:36:25.822 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-mgr.smithi002.utaniu.log: 93.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T10:36:26.020 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.2.log: 92.6% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-mon.smithi204.log.gz 2023-12-08T10:36:26.082 INFO:teuthology.orchestra.run.smithi002.stderr: 90.2% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-mgr.smithi002.utaniu.log.gz 2023-12-08T10:36:26.645 INFO:teuthology.orchestra.run.smithi002.stderr: 93.6% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.7.log.gz 2023-12-08T10:36:26.752 INFO:teuthology.orchestra.run.smithi002.stderr: 93.4% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.5.log.gz 2023-12-08T10:36:26.805 INFO:teuthology.orchestra.run.smithi204.stderr: 93.3% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.2.log.gz 2023-12-08T10:36:26.809 INFO:teuthology.orchestra.run.smithi002.stderr: 90.5% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-mon.smithi002.log.gz 2023-12-08T10:36:26.815 INFO:teuthology.orchestra.run.smithi204.stderr: 93.3% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.6.log.gz 2023-12-08T10:36:26.827 INFO:teuthology.orchestra.run.smithi204.stderr: 93.7% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.4.log.gz 2023-12-08T10:36:26.846 INFO:teuthology.orchestra.run.smithi002.stderr: 93.3% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.1.log.gz 2023-12-08T10:36:26.978 INFO:teuthology.orchestra.run.smithi204.stderr: 93.5% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.0.log.gz 2023-12-08T10:36:26.980 INFO:teuthology.orchestra.run.smithi204.stderr: 2023-12-08T10:36:26.980 INFO:teuthology.orchestra.run.smithi204.stderr:real 0m1.203s 2023-12-08T10:36:26.980 INFO:teuthology.orchestra.run.smithi204.stderr:user 0m4.331s 2023-12-08T10:36:26.980 INFO:teuthology.orchestra.run.smithi204.stderr:sys 0m0.196s 2023-12-08T10:36:27.293 INFO:teuthology.orchestra.run.smithi002.stderr: 93.5% -- replaced with /var/log/ceph/a9b2a5b2-95b1-11ee-95a3-87774f69a715/ceph-osd.3.log.gz 2023-12-08T10:36:27.294 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-08T10:36:27.295 INFO:teuthology.orchestra.run.smithi002.stderr:real 0m1.517s 2023-12-08T10:36:27.295 INFO:teuthology.orchestra.run.smithi002.stderr:user 0m5.485s 2023-12-08T10:36:27.295 INFO:teuthology.orchestra.run.smithi002.stderr:sys 0m0.235s 2023-12-08T10:36:27.295 INFO:tasks.cephadm:Archiving logs... 2023-12-08T10:36:27.295 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483430/remote/ubuntu@smithi002.front.sepia.ceph.com/log 2023-12-08T10:36:27.296 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T10:36:28.124 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483430/remote/ubuntu@smithi204.front.sepia.ceph.com/log 2023-12-08T10:36:28.125 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T10:36:28.788 INFO:tasks.cephadm:Removing cluster... 2023-12-08T10:36:28.788 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 --force 2023-12-08T10:36:29.506 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a9b2a5b2-95b1-11ee-95a3-87774f69a715 --force 2023-12-08T10:36:30.231 INFO:tasks.cephadm:Removing cephadm ... 2023-12-08T10:36:30.231 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T10:36:30.249 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T10:36:30.263 INFO:tasks.cephadm:Teardown complete 2023-12-08T10:36:30.264 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-08T10:36:30.277 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_1... 2023-12-08T10:36:30.277 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_1 2023-12-08T10:36:30.429 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T10:36:30.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:36:30.432 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_2... 2023-12-08T10:36:30.432 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_2 2023-12-08T10:36:30.559 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T10:36:30.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:36:30.561 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_3... 2023-12-08T10:36:30.561 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_3 2023-12-08T10:36:30.697 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T10:36:30.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:36:30.699 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_4... 2023-12-08T10:36:30.700 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_4 2023-12-08T10:36:30.826 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T10:36:30.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:36:30.828 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-08T10:36:30.828 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/scratch_devs 2023-12-08T10:36:30.853 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_1... 2023-12-08T10:36:30.854 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_1 2023-12-08T10:36:30.971 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T10:36:30.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:36:30.974 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_2... 2023-12-08T10:36:30.974 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_2 2023-12-08T10:36:31.103 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T10:36:31.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:36:31.105 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_3... 2023-12-08T10:36:31.105 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_3 2023-12-08T10:36:31.263 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T10:36:31.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:36:31.265 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_4... 2023-12-08T10:36:31.265 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_4 2023-12-08T10:36:31.410 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T10:36:31.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:36:31.412 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2023-12-08T10:36:31.412 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/scratch_devs 2023-12-08T10:36:31.437 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-08T10:36:31.448 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-08T10:36:31.448 DEBUG:teuthology.orchestra.run.smithi002:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T10:36:31.451 DEBUG:teuthology.orchestra.run.smithi204:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T10:36:31.463 INFO:teuthology.orchestra.run.smithi002.stderr:bash: ntpq: command not found 2023-12-08T10:36:31.468 INFO:teuthology.orchestra.run.smithi002.stdout:210 Number of sources = 4 2023-12-08T10:36:31.468 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T10:36:31.468 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2023-12-08T10:36:31.468 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 45 +1162us[+1162us] +/- 83ms 2023-12-08T10:36:31.468 INFO:teuthology.orchestra.run.smithi002.stdout:^* hv02.front.sepia.ceph.com 3 7 377 110 -316us[ -315us] +/- 55ms 2023-12-08T10:36:31.468 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 46 -716us[ -716us] +/- 62ms 2023-12-08T10:36:31.469 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:36:31.490 INFO:teuthology.orchestra.run.smithi204.stderr:bash: ntpq: command not found 2023-12-08T10:36:31.493 INFO:teuthology.orchestra.run.smithi204.stdout:210 Number of sources = 4 2023-12-08T10:36:31.493 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T10:36:31.493 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2023-12-08T10:36:31.493 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 49 +1118us[+1128us] +/- 83ms 2023-12-08T10:36:31.493 INFO:teuthology.orchestra.run.smithi204.stdout:^* hv02.front.sepia.ceph.com 3 6 377 47 -286us[ -276us] +/- 56ms 2023-12-08T10:36:31.494 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 -710us[ -710us] +/- 62ms 2023-12-08T10:36:31.494 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:36:31.495 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-08T10:36:31.506 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-08T10:36:31.506 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-08T10:36:31.520 DEBUG:teuthology.orchestra.run.smithi002:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-08T10:36:31.621 DEBUG:teuthology.orchestra.run.smithi204:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-08T10:36:31.712 DEBUG:teuthology.orchestra.run.smithi002:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-08T10:36:31.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:36:31.745 DEBUG:teuthology.orchestra.run.smithi204:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-08T10:36:31.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:36:31.776 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-08T10:36:31.789 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-08T10:36:31.801 INFO:teuthology.task.internal:Duration was 2249.461580 seconds 2023-12-08T10:36:31.801 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-08T10:36:31.814 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-08T10:36:31.814 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T10:36:31.816 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T10:36:31.861 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T10:36:31.862 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T10:36:32.243 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-08T10:36:32.243 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi002.front.sepia.ceph.com 2023-12-08T10:36:32.244 DEBUG:teuthology.orchestra.run.smithi002:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-08T10:36:32.264 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi204.front.sepia.ceph.com 2023-12-08T10:36:32.264 DEBUG:teuthology.orchestra.run.smithi204:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-08T10:36:32.283 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-08T10:36:32.284 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T10:36:32.306 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T10:36:32.377 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-08T10:36:32.378 DEBUG:teuthology.orchestra.run.smithi002:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T10:36:32.380 DEBUG:teuthology.orchestra.run.smithi204:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T10:36:32.591 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-08T10:36:32.602 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-08T10:36:32.603 DEBUG:teuthology.orchestra.run.smithi002:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T10:36:32.629 DEBUG:teuthology.orchestra.run.smithi204:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T10:36:32.655 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-08T10:36:32.669 DEBUG:teuthology.orchestra.run.smithi002:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-08T10:36:32.671 DEBUG:teuthology.orchestra.run.smithi204:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-08T10:36:32.694 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = core 2023-12-08T10:36:32.720 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = core 2023-12-08T10:36:32.733 DEBUG:teuthology.orchestra.run.smithi002:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T10:36:32.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:36:32.767 DEBUG:teuthology.orchestra.run.smithi204:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T10:36:32.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:36:32.787 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-08T10:36:32.798 INFO:teuthology.task.internal:Transferring archived files... 2023-12-08T10:36:32.799 DEBUG:teuthology.misc:Transferring archived files from smithi002:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483430/remote/smithi002 2023-12-08T10:36:32.800 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T10:36:32.862 DEBUG:teuthology.misc:Transferring archived files from smithi204:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483430/remote/smithi204 2023-12-08T10:36:32.863 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T10:36:32.907 INFO:teuthology.task.internal:Removing archive directory... 2023-12-08T10:36:32.908 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T10:36:32.912 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T10:36:32.955 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-08T10:36:32.968 INFO:teuthology.task.internal:Not uploading archives. 2023-12-08T10:36:32.968 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-08T10:36:32.983 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-08T10:36:32.984 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T10:36:32.986 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T10:36:32.999 INFO:teuthology.orchestra.run.smithi002.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 10:36 /home/ubuntu/cephtest 2023-12-08T10:36:33.011 INFO:teuthology.orchestra.run.smithi204.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 10:36 /home/ubuntu/cephtest 2023-12-08T10:36:33.012 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-08T10:36:33.024 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-08T10:36:33.049 INFO:teuthology.nuke:Checking targets against current locks 2023-12-08T10:36:33.077 DEBUG:teuthology.nuke:shortname: smithi002 2023-12-08T10:36:33.078 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T10:36:33.106 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483430', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 09:51:28.497317', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBODc5/8wo23LTVZMpK168cNH+Z78xTRgI8UcPtXUw+aMJiZGsFF/J2M6HJDAmcHZRnsV07OWDpcq8aPMAxil694='} 2023-12-08T10:36:33.110 DEBUG:teuthology.nuke:shortname: smithi204 2023-12-08T10:36:33.110 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T10:36:33.133 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483430', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 09:51:28.495375', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKNkFeDsGPx/N4MNwkvajMG0aAZnkjQbe6l1lEz8AZAXoWISyAslAM/X1xW98mB/NtEd/pLD7jS/gRu5p7KWwk0='} 2023-12-08T10:36:33.168 INFO:teuthology.orchestra.console.smithi002:Power off 2023-12-08T10:36:33.168 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T10:36:33.201 DEBUG:teuthology.orchestra.console.smithi002:power off output: Chassis Power Control: Down/Off 2023-12-08T10:36:33.201 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:36:33.222 INFO:teuthology.orchestra.console.smithi204:Power off 2023-12-08T10:36:33.222 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T10:36:33.232 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2023-12-08T10:36:33.249 DEBUG:teuthology.orchestra.console.smithi204:power off output: Chassis Power Control: Down/Off 2023-12-08T10:36:33.249 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:36:33.275 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2023-12-08T10:36:37.234 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:36:37.276 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:36:37.346 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2023-12-08T10:36:37.387 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2023-12-08T10:36:41.350 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:36:41.388 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:36:41.462 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is off 2023-12-08T10:36:41.504 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is off 2023-12-08T10:36:41.564 INFO:teuthology.orchestra.console.smithi002:Power off completed 2023-12-08T10:36:41.605 INFO:teuthology.orchestra.console.smithi204:Power off completed 2023-12-08T10:36:41.709 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 2249.461579799652 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b57140aa9f504ebeb4ba0c7c644abe2b status: fail success: false 2023-12-08T10:36:41.709 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T10:36:41.783 INFO:teuthology.run:FAIL